Achmed Posted February 22, 2014 Report Share Posted February 22, 2014 Im getting some heli spawns off the map to the east. Im thinking it could be to do with the init.sqf options but not 100% sure dayz_MapArea = 22000; dayz_minpos = -1000; dayz_maxpos = 26000; Anyone else having this problem or know what i would need to change? Link to comment Share on other sites More sharing options...
falconsan Posted February 22, 2014 Report Share Posted February 22, 2014 Hello, dayz_maxpos = 26000; is to high. The map is max 25600 x 25600. If you have set dayz_maxpos = 26000 you have 400 Meters outside the Map. Change it to 25500 and all should be fine. Why 25500 and not 25600? Simple. You have 100 Meters of a no spawning area around the map, so that no vehicles will spawn at the borders of the map. regards Link to comment Share on other sites More sharing options...
Achmed Posted February 22, 2014 Author Report Share Posted February 22, 2014 Thanks. dayz_maxpos = 26000 is default setting in the init.sqf file so needs updating for new versions. Do i need to edit either of these? Not sure what they do even dayz_MapArea = 22000; dayz_minpos = -1000; Link to comment Share on other sites More sharing options...
falconsan Posted February 23, 2014 Report Share Posted February 23, 2014 Dayz_minpos is similar to dayz_maxpos, i think dayz_MapArea will be the playfield? regards 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