carl101 Posted February 27, 2014 Report Share Posted February 27, 2014 How do I turn down the amount of AI spawning. Seems to be about 10 at the moment which is abit too much for my server Cheers Link to comment Share on other sites More sharing options...
TheVampire Posted February 27, 2014 Report Share Posted February 27, 2014 You need to go into each mission file to adjust the AI. An AI spawn line will look like this: [[(_coords select 0) + 0.0352,(_coords select 1) - 6.8799, 0],6,1,"DZMSUnitsMajor"] call DZMSAISpawn; Which when you remove the fancy coordinates: [[0,0,0],6,1,"DZMSUnitsMajor"] call DZMSAISpawn; The three 0's would be coordinates, 6 is the AI count, 1 is the skill level, and DZMSUnitsMajor is the AI Array they need to be added to. So of course to change the amount of AI, change the 6 to what you want. There can be multiple AI spawning lines in each mission file, so take that into account also. Link to comment Share on other sites More sharing options...
carl101 Posted March 1, 2014 Author Report Share Posted March 1, 2014 Cheers buddy Link to comment Share on other sites More sharing options...
WEB11 Posted March 1, 2014 Report Share Posted March 1, 2014 I tweaked my missions so minor missions will spawn two groups of 4 AI and major spawns 4 groups of 5 AI units. Then I edited loot and created a minor version of each loot box with about half the loot so the loot isn't a jackpot for the easy missions. 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