Jump to content

Near Stary


Saltzman

Recommended Posts

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

_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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...