Skip to content

Commit

Permalink
Merge pull request #3290 from ante185/ifa-attribute-standard
Browse files Browse the repository at this point in the history
Standardized IFA attribute location
  • Loading branch information
Bob-Murphy authored Jun 15, 2024
2 parents c58fb97 + ceff834 commit ab92d81
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 3 deletions.
4 changes: 4 additions & 0 deletions A3A/addons/core/Templates/Templates/IFA/IFA_AI_ALLIES.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
["flagTexture", "\x\A3A\addons\core\Pictures\Flags\ifa_allies.paa"] call _fnc_saveToTemplate;
["flagMarkerType", "a3a_flag_ALLIES"] call _fnc_saveToTemplate;

["attributeNoSAM", true] call _fnc_saveToTemplate; // Don't use SAM supports
["attributeLowAir", true] call _fnc_saveToTemplate;
["placeIntel_itemLarge", ["Intel_File2_F",-155,false]] call _fnc_saveToTemplate;

//////////////////////////
// Vehicles //
//////////////////////////
Expand Down
4 changes: 4 additions & 0 deletions A3A/addons/core/Templates/Templates/IFA/IFA_AI_SOV.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
["flagTexture", "\x\A3A\addons\core\Pictures\Flags\ifa_sov.paa"] call _fnc_saveToTemplate;
["flagMarkerType", "a3a_flag_SOV"] call _fnc_saveToTemplate;

["attributeNoSAM", true] call _fnc_saveToTemplate; // Don't use SAM supports
["attributeLowAir", true] call _fnc_saveToTemplate;
["placeIntel_itemLarge", ["Intel_File2_F",-155,false]] call _fnc_saveToTemplate;

//////////////////////////
// Vehicles //
//////////////////////////
Expand Down
4 changes: 4 additions & 0 deletions A3A/addons/core/Templates/Templates/IFA/IFA_AI_UK.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
["flagTexture", "\A3\Data_F\Flags\flag_uk_co.paa"] call _fnc_saveToTemplate;
["flagMarkerType", "flag_UK"] call _fnc_saveToTemplate;

["attributeNoSAM", true] call _fnc_saveToTemplate; // Don't use SAM supports
["attributeLowAir", true] call _fnc_saveToTemplate;
["placeIntel_itemLarge", ["Intel_File2_F",-155,false]] call _fnc_saveToTemplate;

//////////////////////////
// Vehicles //
//////////////////////////
Expand Down
4 changes: 4 additions & 0 deletions A3A/addons/core/Templates/Templates/IFA/IFA_AI_US.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
["flagTexture", "a3\data_f\flags\flag_us_co.paa"] call _fnc_saveToTemplate;
["flagMarkerType", "flag_USA"] call _fnc_saveToTemplate;

["attributeNoSAM", true] call _fnc_saveToTemplate; // Don't use SAM supports
["attributeLowAir", true] call _fnc_saveToTemplate;
["placeIntel_itemLarge", ["Intel_File2_F",-155,false]] call _fnc_saveToTemplate;

//////////////////////////
// Vehicles //
//////////////////////////
Expand Down
4 changes: 4 additions & 0 deletions A3A/addons/core/Templates/Templates/IFA/IFA_AI_WEH.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
["flagTexture", "\x\A3A\addons\core\Pictures\Flags\ifa_weh.paa"] call _fnc_saveToTemplate;
["flagMarkerType", "a3a_flag_WEH"] call _fnc_saveToTemplate;

["attributeNoSAM", true] call _fnc_saveToTemplate; // Don't use SAM supports
["attributeLowAir", true] call _fnc_saveToTemplate;
["placeIntel_itemLarge", ["Intel_File2_F",-155,false]] call _fnc_saveToTemplate;

//////////////////////////
// Vehicles //
//////////////////////////
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

["attributeNoSAM", true] call _fnc_saveToTemplate; // Don't use SAM supports
["attributeLowAir", true] call _fnc_saveToTemplate;
["placeIntel_itemLarge", ["Intel_File2_F",-155,false]] call _fnc_saveToTemplate;


//Most vehicles below are inserted into categories that which normally has higher requirements in regular antistasi
Expand Down

0 comments on commit ab92d81

Please sign in to comment.