Jump to content
Sign in to follow this  
-=Hk=-Cpt.Skay

Script mission persistent

Recommended Posts

Hi, I wonder if the ARMA 3 have some script where you can save your status in the mission as seen in the MSO mission.

Thanks for listening if someone can help me with a system to save your stratus mission I appreciate it.

Share this post


Link to post
Share on other sites

There is no built-in function to save a mpsession on a server. You have to use the MSO scripts (should work in A3 with some tweaking) or write your own.

There are also some handy functions like inidb-scriptpackage that would make server saving much more comfy.

Share this post


Link to post
Share on other sites
There is no built-in function to save a mpsession on a server. You have to use the MSO scripts (should work in A3 with some tweaking) or write your own.

There are also some handy functions like inidb-scriptpackage that would make server saving much more comfy.

I'll try here to see what I can do, thanks for the tips.

Share this post


Link to post
Share on other sites
There is no built-in function to save a mpsession on a server.

// Enables or disables the persistent battlefield. Default 0.

persistent=1;

in server.cfg, i use it on my server, i can disconnect come back and play where I left off.

rather there is no built in saving feature in a mission unless its scripted, it should say so in the description.ext of the mission,

if its no there then you may have to build your own.

Share this post


Link to post
Share on other sites
// Enables or disables the persistent battlefield. Default 0.

persistent=1;

in server.cfg, i use it on my server, i can disconnect come back and play where I left off.

rather there is no built in saving feature in a mission unless its scripted, it should say so in the description.ext of the mission,

if its no there then you may have to build your own.

Ok, thanks for the tips.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×