Arma 3
Ravage
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.
< >
Showing 1-1 of 1 comments
Haleks  [developer] Jul 15, 2019 @ 9:17am 
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.
< >
Showing 1-1 of 1 comments
Per page: 1530 50