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.
< >
Viser 1-1 af 1 kommentarer
Haleks  [udvikler] 15. juli 2019 kl. 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.
< >
Viser 1-1 af 1 kommentarer
Per side: 1530 50