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/>.