Skip to content

Commit

Permalink
template fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ante185 committed Dec 28, 2023
1 parent 5e0d0e4 commit a341089
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions A3A/addons/core/Templates/Templates/IFA/IFA_AI_ALLIES.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,10 @@ _militiaLoadoutData set ["antiInfantryGrenades", ["LIB_MillsBomb"]];
_militiaLoadoutData set ["smokeGrenades", ["LIB_No77"]];

_militiaLoadoutData set ["ATLaunchers", ["LIB_PIAT"]];
_militiaLoadoutData set ["slWeapons", ["LIB_M1_Carbine", "LIB_M1928A1_Thompson", "LIB_Sten_Mk2", "LIB_Sten_Mk2"
["LIB_Sten_Mk5", "LIB_ACC_No4_Mk2_Bayo", "", "", [], [], ""]
_militiaLoadoutData set ["slWeapons", [
"LIB_M1_Carbine", "LIB_M1928A1_Thompson",
"LIB_Sten_Mk2", "LIB_Sten_Mk2",
["LIB_Sten_Mk5", "LIB_ACC_No4_Mk2_Bayo", "", "", [], [], ""],
["LIB_Sten_Mk5", "LIB_ACC_No4_Mk2_Bayo", "", "", [], [], ""]
]];
_militiaLoadoutData set ["rifles", [
Expand Down
2 changes: 1 addition & 1 deletion A3A/addons/core/Templates/Templates/IFA/IFA_AI_SOV.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
["minefieldAT", ["LIB_TM44_MINE"]] call _fnc_saveToTemplate;
["minefieldAPERS", ["LIB_pomzec_MINE","LIB_PMD6_MINE"]] call _fnc_saveToTemplate;

#include "IFA_Reb_Vehicle_Attributes.sqf"
#include "IFA_Vehicle_Attributes.sqf"

/////////////////////
/// Identities ///
Expand Down
2 changes: 1 addition & 1 deletion A3A/addons/core/Templates/Templates/IFA/IFA_AI_UK.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ for "_i" from 1 to _tankRatio do { _tanks append _mediumTanks; };
["minefieldAT", ["LIB_US_M1A1_ATMINE_ammo"]] call _fnc_saveToTemplate;
["minefieldAPERS", ["LIB_M3_ammo","LIB_US_M3_ammo"]] call _fnc_saveToTemplate;

#include "IFA_Reb_Vehicle_Attributes.sqf"
#include "IFA_Vehicle_Attributes.sqf"

/////////////////////
/// Identities ///
Expand Down
2 changes: 1 addition & 1 deletion A3A/addons/core/Templates/Templates/IFA/IFA_AI_US.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ for "_i" from 1 to _tankRatio do { _tanks append _mediumTanks; };
["uavsAttack", []] call _fnc_saveToTemplate;
["uavsPortable", []] call _fnc_saveToTemplate;

#include "IFA_Reb_Vehicle_Attributes.sqf"
#include "IFA_Vehicle_Attributes.sqf"

//Config special vehicles
//These intentionally appear again above among the regular 'military' vehile, to inject some british (militia) troops into the mix
Expand Down
4 changes: 2 additions & 2 deletions A3A/addons/core/Templates/Templates/IFA/IFA_AI_WEH.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ for "_i" from 1 to _tankRatio do { _tanks append _mediumTanks; };
["uavsAttack", []] call _fnc_saveToTemplate;
["uavsPortable", []] call _fnc_saveToTemplate;

#include "IFA_Reb_Vehicle_Attributes.sqf"

//Config special vehicles
["vehiclesMilitiaLightArmed", ["LIB_Kfz1_MG42_camo", "LIB_Kfz1_MG42_camo"]] call _fnc_saveToTemplate;
["vehiclesMilitiaTrucks", ["LIB_OpelBlitz_Open_G_Camo"]] call _fnc_saveToTemplate;
Expand All @@ -107,6 +105,8 @@ for "_i" from 1 to _tankRatio do { _tanks append _mediumTanks; };
["minefieldAT", ["LIB_TMI_42_MINE"]] call _fnc_saveToTemplate;
["minefieldAPERS", ["LIB_SMI_35_1_MINE","LIB_SMI_35_MINE", "LIB_shumine_42_MINE"]] call _fnc_saveToTemplate;

#include "IFA_Vehicle_Attributes.sqf"

/////////////////////
/// Identities ///
/////////////////////
Expand Down

0 comments on commit a341089

Please sign in to comment.