Jump to content

Recommended Posts

Hello,
I greet you first of all.
I wanted to switch the AI's equipment on the DMS missions, so I "just" put it in the lines provided

 

Hallo,
ich grüße Euch erst einmal.
Ich wollte bei den DMS Missionen die Ausrüstung der AI wechseln, also habe ich "einfach" in die dafür vorgesehenen Zeilen

 

 

 

 

DMS_assault_clothes = [ // Uniforms for Assault Class

#ifdef GIVE_AI_APEX_GEAR

"U_B_T_Soldier_F",

"U_B_T_Soldier_SL_F",

"U_B_CTRG_Soldier_F",

"U_O_V_Soldier_Viper_F",

"U_I_C_Soldier_Bandit_2_F",

"U_I_C_Soldier_Camo_F",

"U_B_CTRG_Soldier_urb_1_F",

#endif

"U_O_CombatUniform_ocamo",

"U_O_PilotCoveralls",

//"U_B_Wetsuit",

"U_BG_Guerilla3_1",

"U_BG_Guerilla2_3",

"U_BG_Guerilla2_2",

"U_BG_Guerilla1_1",

"U_BG_Guerrilla_6_1",

"U_IG_Guerilla3_2",

"U_B_SpecopsUniform_sgg",

"U_I_OfficerUniform",

"U_B_CTRG_3",

"U_I_G_resistanceLeader_F"

];

DMS_assault_vests = [ // Vests for Assault Class

#ifdef GIVE_AI_APEX_GEAR

"V_TacChestrig_grn_F",

"V_PlateCarrier2_tna_F",

"V_PlateCarrierSpec_tna_F",

"V_PlateCarrierGL_tna_F",

"V_TacVest_gen_F",

"V_PlateCarrier1_rgr_noflag_F",

#endif

"V_PlateCarrierH_CTRG",

"V_PlateCarrierSpec_rgr",

"V_PlateCarrierGL_blk",

"V_PlateCarrierGL_mtp",

"V_PlateCarrierGL_rgr",

"V_PlateCarrierSpec_blk",

"V_PlateCarrierSpec_mtp",

"V_PlateCarrierL_CTRG",

"V_TacVest_blk_POLICE",

"V_PlateCarrierIA2_dgtl"

];

DMS_assault_backpacks = [ // Backpacks for Assault Class

#ifdef GIVE_AI_APEX_GEAR

"B_Bergen_tna_F",

"B_FieldPack_ghex_F",

"B_ViperLightHarness_khk_F",

#endif

"B_Bergen_rgr",

"B_Carryall_oli",

"B_Kitbag_mcamo",

"B_Carryall_cbr",

"B_FieldPack_oucamo",

"B_FieldPack_cbr",

"B_Bergen_blk"

];

 

die classnames gegen

 

the class names against

 

 

 

 

DMS_assault_clothes = [ // Uniforms for Assault Class

"CUP_U_B_BDUv2_roll_gloves_Alpenflage",

"CUP_U_B_BDUv2_roll_Alpenflage",

"CUP_U_B_BDUv2_roll2_gloves_Alpenflage",

"CUP_U_B_BDUv2_roll2_Alpenflage",

"CUP_U_B_BDUv2_gloves_Alpenflage",

"CUP_U_B_BDUv2_Alpenflage"

];

DMS_assault_vests = [ // Vests for Assault Class

"min_rf_lite_vest_flora",

"min_rf_lite_vest_vsr",

"min_rf_lite_vest_surpat",

"min_rf_lite_vest_green",

"min_rf_lite_vest_multicam"

];

DMS_assault_backpacks = [ // Backpacks for Assault Class

"rhsgref_wdl_alicepack",

"rhsgref_ttsko_alicepack",

"rhsgref_hidf_alicepack"

];

 

getauscht . "copy paste"

 

Jedoch danach startet er die DMS Missionen nicht mehr.

Muss ich das Gear vielleicht noch woanders "hinterlegen"?

Alle classname sind im Arsenal und im Trader.

 

Danke schon einmal im voraus!

MfG

 

exchanged . "copypaste"

However, after that he doesn't start the DMS missions anymore.

Do I have to "store" the gear somewhere else?

All classnames are in Arsenal and Trader.

Thanks in advance!

Kind regards

Share this post


Link to post
Share on other sites
On 7/15/2022 at 3:15 AM, LootMilla said:

it's been dealt with

Welcome on BI forum. Usually, even if nobody answers at once, people who read your posts are interested in your solutions. Forum is a good place for sharing.

  • Like 1

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

×