Hey guys, love your mod.
I'm trying to clear the persistence on my dedicated server, and can't seem to get it cleared out. How do I do this, as your wiki gives little information on this.
Thanks!
Hey guys, love your mod.
I'm trying to clear the persistence on my dedicated server, and can't seem to get it cleared out. How do I do this, as your wiki gives little information on this.
Thanks!
To clear persistence for the currently running mission:
call ALiVE_fnc_profileNamespaceClear;
To clear persistence for ALL locally persisted missions:
call ALiVE_fnc_profileNamespaceWipe;
Make sure to click the "Server Exec" button, otherwise it'll run on the client and not do what it's supposed to do. :)
Alright, I'll give that another go. Thanks!