Hi. I'm currently working on a quite big mission. On this mission, enemy forces will be under ALiVE Control.
However, I need to make it fully persistent. Here is what I need to save each time I shut down the server :
- OPFOR state
- Players infos (loadouts, position, health, etc...)
- Objects locations on all the map, plus their rotation, status, cargo, etc... (even if they have nothing to do with ALiVE)
- Scripts state. The best would be to save variables, and to relaunch scripts when I am booting on saved missions.
From what i've seen, ALiVE persistence is able to satisfy my points 1 and 2. My question is : what must I do to make it compatible with points 3 and 4 ? Should i create external scripts ? Or else ?
Thanks !