Jump to content

Changing AI


Recommended Posts

Hi i seem to post alot here but i have alot to learn.  I would like to change the AI from CSAT to ISIS. I notice on I&A 2.82D yall used DAC. How do i go about changing the CSAT to ISIS??

Do i replace the ISIS names from addon file here?

// REDFOR (A3)
  case 0:
  {
    _Unit_Pool_S = ["O_crew_F","O_Helipilot_F","O_Soldier_SL_F","O_soldier_AR_F","O_soldier_AR_F","O_soldier_exp_F","O_soldier_GL_F","O_soldier_GL_F","O_soldier_M_F","O_medic_F","O_soldier_AA_F","O_soldier_repair_F","O_Soldier_F","O_Soldier_F","O_soldier_LAT_F","O_soldier_LAT_F","O_soldier_lite_F","O_soldier_TL_F","O_soldier_TL_F"];
    _Unit_Pool_V = ["O_MRAP_02_gmg_F","O_MRAP_02_hmg_F","B_G_Offroad_01_armed_F","O_APC_Wheeled_02_rcws_F","I_APC_Wheeled_03_cannon_F"];
    _Unit_Pool_T = ["I_APC_Wheeled_03_cannon_F","O_APC_Tracked_02_cannon_F","O_APC_Wheeled_02_rcws_F","O_MBT_02_cannon_F","O_APC_Tracked_02_AA_F"];
    _Unit_Pool_A = ["O_Heli_Attack_02_F","O_Heli_Light_02_F","O_Heli_Light_02_armed_F"];
  };

 

also can these be changed to ISIS?

 

// Independent (A3)
  case 2:
  {
    _Unit_Pool_S = ["I_crew_F","I_helipilot_F","I_officer_F","I_Soldier_AT_F","I_Soldier_AA_F","I_Soldier_M_F","I_Soldier_GL_F","I_Soldier_exp_F","I_engineer_F","I_medic_F","I_Soldier_AR_F","I_Soldier_A_F"];
    _Unit_Pool_V = ["I_Truck_02_covered_F","I_Truck_02_transport_F","I_MRAP_03_hmg_F","I_MRAP_03_gmg_F","I_MRAP_03_F"];
    _Unit_Pool_T = ["I_MBT_03_cannon_F","I_APC_tracked_03_cannon_F","I_APC_Wheeled_03_cannon_F"];
    _Unit_Pool_A = ["I_Heli_light_03_F"];

 

 

 

 

Also I got help on the parameters to reduce vehicles. BUT! I would like to get rid of the "non DAC groups" do i just delete

 

class VEHPatrol {
                title = "Non DAC Vehicles Patrolling AO";
                values[] = {0,1,2,3,4,5,6};
                texts[] = {1,2,3,4,5,6,7};
                default = 0; // default 1

from the parameters section? I tried leaving it like default=   ; // default 1 but obviously that did not help. 

 

Thanks for everyones time and efforts to help me.

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
  • Forum Statistics

    11.1k
    Total Topics
    66.4k
    Total Posts
×
×
  • Create New...