Jump to content

Takistan Missions only spawning at edges and off map


Recommended Posts

I just can't seem to figure out why this is happening.

 

I was able to install without an issue but all the missions are spawning in the South/SW/SE edges of the map. Other than that the missions are working perfectly.

 

Link to comment
Share on other sites

You can try and change the allow distance between missions.

 

Open DZMSFunctions.sqf

 

Find this line:

_okDis = ((_disMaj > 1000) AND (_disMin > 1000));

and change the 1000 to a higher number for both.

 

If the missions are spawning too close to the map edge, you can also modify this value in the same file.

_mapRadii = 5500;

It is located above all the map names. Make the value smaller.

Link to comment
Share on other sites

I made the changes you suggested with no change.

 

It's odd though. It's like they are not actually on the Takistan map itself. Just outside of it.

 

It's as if they are spawning all around the southern part of the map and not in it.

 

 

Link to comment
Share on other sites

I made the changes you suggested with no change.

 

It's odd though. It's like they are not actually on the Takistan map itself. Just outside of it.

 

It's as if they are spawning all around the southern part of the map and not in it.

 

Make sure that what I have as the Takistan map center coordinates are roughly center. Some maps have the hardcoded map center as being an airfield or something way off to one edge. I didn't verify the map center for Takistan so it may be off.

Link to comment
Share on other sites

That did it.

 

In the DZMSFunctions.sqf file

 

I changed:

 

case"takistan":{_centerPos = [8000, 1900, 0]};

 

I changed to:

 

case "takistan":{_centerPos = [5500, 6500, 0];_mapRadii = 5000;};

 

 

thanks for the mod and guidance Vamp!

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