Skip to content

Commit

Permalink
started with desert vehicles in desert templates
Browse files Browse the repository at this point in the history
  • Loading branch information
targetingsnake committed Aug 12, 2023
1 parent a7b0be5 commit cdaafd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions A3A/addons/core/Templates/Templates/GM/GM_AI_BW_desert.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
["equipmentBox", "Box_NATO_Equip_F"] call _fnc_saveToTemplate; //Changeing this from default will require you to define logistics attachement offset for the box type

["vehiclesBasic", ["gm_ge_army_k125"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["gm_ge_army_iltis_cargo", "gm_ge_army_typ1200_cargo", "gm_ge_army_typ253_cargo", "gm_ge_army_typ253_mp",
"gm_ge_army_typ247_cargo", "gm_ge_army_typ247_firefighter", "gm_ge_bgs_w123_cargo", "gm_ge_bgs_typ253_cargo", "gm_ge_army_w123_cargo"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["gm_ge_army_iltis_cargo_des", "gm_ge_army_typ1200_cargo_des", "gm_ge_army_typ253_cargo_des", "gm_ge_army_typ253_mp_des",
"gm_ge_army_typ247_cargo_des", "gm_ge_army_typ247_firefighter_des", "gm_ge_bgs_w123_cargo", "gm_ge_bgs_typ253_cargo", "gm_ge_army_w123_cargo"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["gm_ge_army_iltis_milan", "gm_ge_army_iltis_mg3", "gm_ge_army_iltis_mg3", "gm_ge_army_luchsa1", "gm_ge_army_luchsa2"]] call _fnc_saveToTemplate; //this line determines light and armed vehicles -- Example: ["vehiclesLightArmed", ["B_MRAP_01_hmg_F", "B_MRAP_01_gmg_F"]] -- Array, can contain multiple assets
["vehiclesTrucks", ["gm_ge_army_u1300l_cargo", "gm_ge_army_u1300l_container", "gm_ge_army_kat1_451_cargo", "gm_ge_army_kat1_451_container"]] call _fnc_saveToTemplate;
["vehiclesCargoTrucks", ["gm_ge_army_kat1_454_cargo", "gm_ge_army_u1300l_container", "gm_ge_army_kat1_452_container", "gm_ge_army_kat1_451_container"]] call _fnc_saveToTemplate;
Expand Down

0 comments on commit cdaafd4

Please sign in to comment.