MARCO Posted June 20, 2013 Report Share Posted June 20, 2013 How to make one mission at a time in freeplay ? Something like in US ARMY MOD. Quote Link to comment Share on other sites More sharing options...
The Loot Posted June 21, 2013 Report Share Posted June 21, 2013 The army mod uses a completely different system than that of freeplay. One thing you can do is change the "MinDurationBetweenEvents" value in "fp_params_endless.xml" to a higher number, but that can add unneeded delay between short events and still allow large events to overlap depending on how it's set. Quote Link to comment Share on other sites More sharing options...
erfd Posted June 21, 2013 Report Share Posted June 21, 2013 These are the settings I use. It usually allow for enough time to finish and clean up an event before another call without out to much down time:<MinDurationBetweenEvents value="350.0"/><MaxIdleDuration value="250.0"/>If you want more time at the beginning to put units on patrol, etc use this too:<InitialEventWaitDuration value="350.0"/>They can be found in /mods/(mod name)/Specs/fp_params_endless.xml Quote Link to comment Share on other sites More sharing options...