Saltzman Posted December 11, 2014 Report Share Posted December 11, 2014 90% of the time missions are spawning around this area all day: http://imgur.com/BdMmw6f How do I change this? Link to comment Share on other sites More sharing options...
TheVampire Posted December 11, 2014 Report Share Posted December 11, 2014 You can use the blacklist feature in DZMS / EMS 0.3.1 to blacklist the area around Starry if you want more exotic locations, but you won't have the missions spawn there anymore. The other option is to modify part of the SafePOS code in the functions file to change the minimum distance between two missions to be greater. Link to comment Share on other sites More sharing options...
Saltzman Posted December 11, 2014 Author Report Share Posted December 11, 2014 Vampire, just give us a better randomizer code please. Non pun intended, but I never had this issue with WAI :( Link to comment Share on other sites More sharing options...
TheVampire Posted December 11, 2014 Report Share Posted December 11, 2014 Vampire, just give us a better randomizer code please. Non pun intended, but I never had this issue with WAI :( The location finding code looks for flat open spaces without vehicles in the way. Can't help that it chooses the flattest, most open locations on the map :P Link to comment Share on other sites More sharing options...
Saltzman Posted December 11, 2014 Author Report Share Posted December 11, 2014 _mapRadii = 5500; So your saying raise this to maybe 10000? Link to comment Share on other sites More sharing options...
TheVampire Posted December 12, 2014 Report Share Posted December 12, 2014 _mapRadii = 5500; So your saying raise this to maybe 10000? Negative. That is the distance from the map center point to the farthest possible spawning point or you will get missions spawning in debug. This line here: _okDis = ((_disMaj > 1000) AND (_disMin > 1000)); That is the minimum distance that a currently running mission and a new mission location must be from eachother to spawn. It's not commented that well because in 99% of cases it will work just fine as is. You can try increasing it (making sure the two numbers are the same) but you may end up with a mission spawning near Starry, and then one spawning at Pobeda Dam all the time. For Chernarus it would have to be between 0 and 5500. Distance is in meters. Link to comment Share on other sites More sharing options...
Saltzman Posted December 12, 2014 Author Report Share Posted December 12, 2014 Sigh... :wacko: Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now