Jump to content
Sign in to follow this  
nuggetz

Less AI in domination? How?

Recommended Posts

I like playing Domination AI West cuz I just figured out that you can actually recruit soldiers if you're playing solo. However, there's too many AI units. Is there a quick way to modify the mission to reduce the number of AI? I'd also like to have some type of fighter plane or chopper right from the start.

Share this post


Link to post
Share on other sites

This should be posted on the main domination thread - look elsewhere. Xeno should get back to you promptly.

Share this post


Link to post
Share on other sites

You will find that variable in:

i_server.sqf

// allmost the same like above
// first element the max number of ai "foot" groups that will get spawned, second element minimum number (no number for vehicles in group necessary)
d_footunits_guard = [
#ifndef __TT__
[4,2], // basic groups
[1,0] // specop groups
#else
[4,2], // basic groups
[1,0] // specop groups
#endif

and much more...

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×