Jump to content

DZMS mission locations


Recommended Posts

I have a Napf server and it seems like a lot of the missions are spawning up in mountains. Not only does it make it hard for players to get there, sometimes boxes glitch into the ground because it's so steep. Other than creating a whole bunch of custom spawn points for missions, would there be a way to restrict missions from spawning above a certain altitude, or prevent them from spawning on a slope above a certain degree?

Link to comment
Share on other sites

If you give me an altitude above sea level, I can restrict it to be below that. That is what I did for Taviana.

 

The other option is to find this line in DZMSFunctions.sqf

_pos = [_centerPos,0,5500,60,0,20,0] call BIS_fnc_findSafePos;

and change the 20 to a lower number which will make the locations it chooses less steep.

Link to comment
Share on other sites

If you give me an altitude above sea level, I can restrict it to be below that. That is what I did for Taviana.

 

The other option is to find this line in DZMSFunctions.sqf

_pos = [_centerPos,0,5500,60,0,20,0] call BIS_fnc_findSafePos;

and change the 20 to a lower number which will make the locations it chooses less steep.

 

I will try changing the 20 and see how that works out.

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...