forked from Bob-Murphy/A3-Antistasi-1.4
-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Western Sahara ION Services template (#2939)
* Vanilla + WS retextures * Create WS_Vehicle_Attributes.sqf * change transfer * ION Marker * APEX Expansion * killing more UNA files * killed unused retextures * Update WS_AI_ION.sqf * Update WS_AI_ION.sqf * Update WS_AI_ION.sqf * Update WS_AI_ION.sqf * tabs to spaces & space reduction in class entries --------- Co-authored-by: Bob-Murphy <Bob-Murphy@users.noreply.github.com> Co-authored-by: Bob-Murphy <50651578+Bob-Murphy@users.noreply.github.com>
- Loading branch information
1 parent
b38c80a
commit 4da7329
Showing
6 changed files
with
1,053 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,37 @@ | ||
class CfgMarkers { | ||
class flag_NATO; | ||
class CfgMarkers | ||
{ | ||
class flag_NATO; | ||
|
||
class a3a_flag_cdf: flag_NATO { | ||
name = "CDF"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\cdf_ca.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\cdf_ca.paa); | ||
}; | ||
class a3a_flag_cdf : flag_NATO | ||
{ | ||
name = "CDF"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\cdf_ca.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\cdf_ca.paa); | ||
}; | ||
|
||
class a3a_flag_napa: flag_NATO { | ||
name = "NAPA"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\napa_ca.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\napa_ca.paa); | ||
}; | ||
|
||
class a3a_flag_serbia: flag_NATO { | ||
name = "Serbia"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\serbia_ca.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\serbia_ca.paa); | ||
}; | ||
class a3a_flag_chdkz: flag_NATO { | ||
name = "ChDKZ"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\chdkz_co.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\chdkz_co.paa); | ||
}; | ||
class a3a_flag_napa : flag_NATO | ||
{ | ||
name = "NAPA"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\napa_ca.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\napa_ca.paa); | ||
}; | ||
|
||
class a3a_flag_serbia : flag_NATO | ||
{ | ||
name = "Serbia"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\serbia_ca.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\serbia_ca.paa); | ||
}; | ||
class a3a_flag_chdkz : flag_NATO | ||
{ | ||
name = "ChDKZ"; | ||
icon = QPATHTOFOLDER(Pictures\Markers\chdkz_co.paa); | ||
texture = QPATHTOFOLDER(Pictures\Markers\chdkz_co.paa); | ||
}; | ||
class a3a_flag_ION : flag_NATO | ||
{ | ||
name = "ION"; | ||
icon = "\A3\Data_F\Flags\flag_ion_CO.paa"; | ||
texture = "\A3\Data_F\Flags\flag_ion_CO.paa"; //TODO: rectangularize marker texture | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.