Razzputon Posted May 16, 2014 Report Share Posted May 16, 2014 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 More sharing options...
TheVampire Posted May 17, 2014 Report Share Posted May 17, 2014 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 More sharing options...
Razzputon Posted May 17, 2014 Author Report Share Posted May 17, 2014 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 More sharing options...
TheVampire Posted May 18, 2014 Report Share Posted May 18, 2014 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 More sharing options...
Razzputon Posted May 18, 2014 Author Report Share Posted May 18, 2014 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now