MikeyBStard 7 Posted August 5, 2018 Hi guys, A rather late comer to ARMA 3 here. I've set up a decidated server and currently have it cycling through the Combat Patrol missions. Is there an easy way to make the Start Time and Weather settings random without having to log in as Admin and change them?? Thanks in advance 1 Share this post Link to post Share on other sites
Asmodeuz 54 Posted August 5, 2018 Hello, the below script sets the time on mission start. Check the link that directs you to the version champ-1 posted back in 2014: For random weather you can for example use the version by Meatball. Check the link to Armaholichttp://www.armaholic.com/page.php?id=24614 And the original post here on BI forums There might be more recent versions of the aforementioned functionalities but if the newer versions seem to be difficult to come by you can as well use these two since they work just fine in Arma 3 and in dedicated environment even today. 1 Share this post Link to post Share on other sites
GEORGE FLOROS GR 4207 Posted August 5, 2018 4 hours ago, MikeyBStard said: Weather settings random Hello there MikeyBStard! I'm using the script from @code34 and it's totally worthing to try this! Share this post Link to post Share on other sites
MikeyBStard 7 Posted August 9, 2018 Thanks guys. Appreciate the feedback Share this post Link to post Share on other sites
Von Quest 1163 Posted August 9, 2018 If you want something quick & dirty, super simple, you can use skipTime and setOvercast. if (isServer) then { skipTime (random 24) }; if (isServer) then { 60 setOvercast (random 1) }; Weather is tricky sometimes as it doesn't sync well in MP. Check the wiki for more info. On my phone right now. 1 Share this post Link to post Share on other sites