fihmany 1 Posted November 24, 2012 HI. I simply want to put a mission for example takistan_insergency. on the server. my problam is i dont know how to make it so the mission will stay runing even if the server is empty. ill be happy for some help with this issue. Thanks. Yair. Share this post Link to post Share on other sites
Gunter Severloh 4051 Posted November 24, 2012 persistent = 1; is the code you need to keep the mission running, went he server is empty. You put that code in the server.cfg, see here: http://community.bistudio.com/wiki/server.cfg Although listed for Arma1, it still works in Arma2CO. There is another thing you can do which is use: persistent Database--> http://forums.bistudio.com/showthread.php?111484-ArmA2-Persistent-Database-Scripts-WIP&highlight=persistant+database Share this post Link to post Share on other sites
fihmany 1 Posted November 24, 2012 thanks! that helped. but now i see the server "red light" like it misses somthing. alldo it lets me join with no problam. any idea why its like that? Share this post Link to post Share on other sites
Gunter Severloh 4051 Posted November 24, 2012 This is a listing of the server colors and what they mean: Green Dot The server is running the same version as you, there is no password and if EqualModrequired is switched on, you are using the same -mod params. This does not mean you have any add-ons that the server requires. Orange Dot Password protected Red Dot The server is using “EqualModRequired†and your -mod parameters are different to the server or You have add-ons loaded that the server doesn’t have and that server has key verification switched on X Incompatible version of the game. Share this post Link to post Share on other sites
fihmany 1 Posted November 24, 2012 thanks ---------- Post added at 17:06 ---------- Previous post was at 15:23 ---------- the problam is that no metter what i do its stays red dot. i synchronized evrything from the modes to the game version and its still red.. Share this post Link to post Share on other sites
Gunter Severloh 4051 Posted November 24, 2012 Locate the server's RPt and post it , when you post it use the advanced part of posting and post with the # to put the rpt into the code. Server Rpt should be around the server.cfg. You have a gameserver with whom? Share this post Link to post Share on other sites
marker 1 Posted November 24, 2012 Possible Beta Version mismatch? Look for the line in your server.cfg //requiredBuild = 12345 See if it is commented out like above. if it is in use then you need to have the same beta patch or above depending on what patch it is using! Share this post Link to post Share on other sites