Jump to content
  • 0

WAI; AI config?


SMiiTHERS42x

Question

5 answers to this question

Recommended Posts

  • 0

Little help needed... im using re-worked WAI; ( )

 

Just need little help,

1.which file can i disable the heli patrols?

2.which file do i edit to turn the AI hardness down ( want the to stop bit harder and shoot less accurate )

3.how do i decrease amount of AI at missions?

 

Thanks

1:  Heli Patrols, vehicle patrols and any static turrets or foot patrols are all in the  customSpawns.sqf 

2:  Ai difficulty can be adjusted in the AIconfig.sqf      this is where you can change weapons allowed, backpacks, gear tools, difficulty  etc

                          Please note each individual mission has settings for which difficulty setting it chooses so either change each mission or adjust the settings in the AIconfig.sqf

3:  Number of AI called in each mission is in the individual mission file for each mission.   WAI\missions\missions/XXXXXXMission Name.sqf

     Inside each mission file will be a section similar to this        

//Group Spawning

_rndnum = round (random 3) + 4;
[[_position select 0, _position select 1, 0],_rndnum,1,"Random",4,"","FR_OHara_DZ","Random",true] call spawn_group;
[[_position select 0, _position select 1, 0],4,1,"Random",4,"","FR_OHara_DZ","Random",true] call spawn_group;
[[_position select 0, _position select 1, 0],4,1,"Random",4,"","FR_OHara_DZ","Random",true] call spawn_group;
[[_position select 0, _position select 1, 0],4,1,"Random",4,"","FR_OHara_DZ","Random",true] call spawn_group;
[[_position select 0, _position select 1, 0],4,1,"Random",4,"","FR_OHara_DZ","Random",true] call spawn_group;
 
These are the AI calls for the groups to spawn a this mission.  
Change  this number      [[_position select 0, _position select 1, 0],4,1,"Random",4,"","FR_OHara_DZ","Random",true] call spawn_group 
for what amount you would like.  This mission would spawn minimum of 17 AI.
 
Hope this helps.
[sSF] Sideshowfreak
Link to comment
Share on other sites

  • 0

Inside the file for each mission near where the calls for the AI groups are will be lines like this:

 

[[[(_position select 0) - 15, (_position select 1) + 15, 8]],"M2StaticMG",0.8,"TK_INS_Soldier_AT_EP1",1,2,"","Random",true] call spawn_static;

 

Each line is for 1 Static MG

If you want to Dumb just the Machine guns down adjust the 0.8 to like 0.5 and try that out.

Or just remove 1,2 or however many you want.

 

Hope this helps.

[sSF] Sideshowfreak
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...