CakeMP 是 GTA 5 多人游戏模组。它最初是作为一个不同的多人模式的重写开始的,但后来又发展成了自己的开源变体。较旧的名称包括:Strawberry Pie 和 quinMP。
目前没有公开可用的下载,但您可以自由克隆此存储库并自行构建。
由于这个项目只开发了几周,所以现在还没有太多进展。这些是当前实现的功能:
CakeMP 目前作为 .asi mod 运行,并且依赖于 ScriptHookV。因此,要运行此 mod,您需要将 ASI 加载程序作为dinput8.dll
,将 ScriptHookV 本身作为ScriptHookV.dll
,并将 mod 的 ASI 文件全部放在 GTA 5 游戏文件夹中。这已经在 Steam 版本和 Warehouse 版本上进行了测试。
它将生成一个日志文件,您可以在其中查看 mod 的事件,以防出现问题。它还会尝试加载 .ini 文件以读取您的昵称和快速连接服务器。 (F3 连接到此,F4 断开连接。)但这不是必需的,您仍然可以使用游戏内菜单连接到任何服务器。
服务器此时不需要任何特殊配置。
使用 Visual Studio 2017 构建客户端。
构建服务器可以在 Linux 上使用make
完成,也可以在 Windows 上使用 Visual Studio 完成。这是通过cmake
处理的。在 Linux 上,您需要安装 ENet 库(例如,在 Debian 上,软件包是libenet-dev
),在 Windows 上,您需要手动找到该库。
这个模组是否会继续开发是值得怀疑的,所以请随意分叉这个存储库并改进该项目。
CakeMP, a multiplayer mod for GTA5.
Copyright (C) 2017 github.com/cakeMP
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.