Skip to content

Commit

Permalink
IFA Markers & Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ante185 committed Mar 8, 2024
1 parent 6a9361c commit efa5448
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions A3A/addons/core/CfgMarkers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,36 @@ class CfgMarkers
icon = "\A3\Data_F\Flags\flag_ion_CO.paa";
texture = "\A3\Data_F\Flags\flag_ion_CO.paa"; //TODO: rectangularize marker texture
};

//TODO: makes these only load when IFA is loaded?
class a3a_flag_FFI : flag_NATO
{
name = "FFI";
icon = QPATHTOFOLDER(Pictures\Markers\ifa_ffi.paa);
texture = QPATHTOFOLDER(Pictures\Markers\ifa_ffi.paa);
};
class a3a_flag_AK : flag_NATO
{
name = "AK";
icon = QPATHTOFOLDER(Pictures\Markers\ifa_ak.paa);
texture = QPATHTOFOLDER(Pictures\Markers\ifa_ak.paa);
};
class a3a_flag_ALLIES : flag_NATO
{
name = "ALLIES";
icon = QPATHTOFOLDER(Pictures\Markers\ifa_allies.paa);
texture = QPATHTOFOLDER(Pictures\Markers\ifa_allies.paa);
};
class a3a_flag_WEH : flag_NATO
{
name = "WEH";
icon = QPATHTOFOLDER(Pictures\Markers\ifa_weh.paa);
texture = QPATHTOFOLDER(Pictures\Markers\ifa_weh.paa);
};
class a3a_flag_SOV : flag_NATO
{
name = "SOV";
icon = QPATHTOFOLDER(Pictures\Markers\ifa_sov.paa);
texture = QPATHTOFOLDER(Pictures\Markers\ifa_sov.paa);
};
};
Binary file added A3A/addons/core/Pictures/Flags/ifa_ak.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Flags/ifa_allies.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Flags/ifa_ffi.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Flags/ifa_fr.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Flags/ifa_pl.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Flags/ifa_sov.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Flags/ifa_weh.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Markers/ifa_ak.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Markers/ifa_allies.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Markers/ifa_ffi.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Markers/ifa_sov.paa
Binary file not shown.
Binary file added A3A/addons/core/Pictures/Markers/ifa_weh.paa
Binary file not shown.

0 comments on commit efa5448

Please sign in to comment.