武装突袭3

武装突袭3

Ravage
⚜ Eralorn ☨ 2019 年 5 月 24 日 上午 10:27
Multiplayer Saves Location
Hi,

Where can i find the Multiplayer Saves on a dedicated server ? If i want to reboot my "mission", by deleting the saves, how can i do that ?

Thx by advance for any answer.
< >
正在显示第 1 - 1 条,共 1 条留言
Haleks  [开发者] 2019 年 7 月 15 日 上午 9:17 
For MP, you need to run the fnc_deleteSave on each client (saves are local) if you want to reset everything for all players.

waitUntil {!isNil "rvg_saveFile"};
if (call rvg_fnc_indexSaveFile > -1) then {
call fnc_deleteSave
};

You'll probably need another condition evaluation to make sure you are only deleting saves when needed, like a variable with the current version of the mission file.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50