Skip to content

Commit

Permalink
Add more icons and modifier (#91)
Browse files Browse the repository at this point in the history
* Add EOD icon and modifier 1

* Add Ranger icon

* Add more icons
  • Loading branch information
Timi007 authored Dec 24, 2023
1 parent 28a0c28 commit 461599a
Show file tree
Hide file tree
Showing 64 changed files with 120 additions and 6 deletions.
13 changes: 12 additions & 1 deletion addons/markers/CfgMarkers/CfgMarkersBlufor.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Blufor Icons
//Blufor Icon
MARKER(blu,mod,armor);
MARKER(blu,mod,infantry);
MARKER(blu,mod,motorized);
Expand Down Expand Up @@ -33,6 +33,16 @@ MARKER(blu,mod,special_operation_forces);
MARKER(blu,mod,combined_arms);
MARKER(blu,mod,radar);
MARKER(blu,mod,field_artillery_observer);
MARKER(blu,mod,eod);
MARKER(blu,mod,ranger);
MARKER(blu,mod,aviation_composite);
MARKER(blu,mod,electromagnetic_warfare);
MARKER(blu,mod,internal_security_force);
MARKER(blu,mod,isaf);
MARKER(blu,mod,liaison);
MARKER(blu,mod,main_gun_system);
MARKER(blu,mod,police);
MARKER(blu,mod,search_and_rescue);

//Blufor Mod1
MARKER(blu,mod,attack);
Expand All @@ -46,6 +56,7 @@ MARKER(blu,mod,naval_top);
MARKER(blu,mod,radar_top);
MARKER(blu,mod,bridging);
MARKER(blu,mod,medevac);
MARKER(blu,mod,eod_top);

//Blufor Mod2
MARKER(blu,mod,airborne);
Expand Down
13 changes: 12 additions & 1 deletion addons/markers/CfgMarkers/CfgMarkersNeutral.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Neutral Mods
//Neutral Icon
MARKER(neu,mod,armor);
MARKER(neu,mod,infantry);
MARKER(neu,mod,motorized);
Expand Down Expand Up @@ -33,6 +33,16 @@ MARKER(neu,mod,special_operation_forces);
MARKER(neu,mod,combined_arms);
MARKER(neu,mod,radar);
MARKER(neu,mod,field_artillery_observer);
MARKER(neu,mod,eod);
MARKER(neu,mod,ranger);
MARKER(neu,mod,aviation_composite);
MARKER(neu,mod,electromagnetic_warfare);
MARKER(neu,mod,internal_security_force);
MARKER(neu,mod,isaf);
MARKER(neu,mod,liaison);
MARKER(neu,mod,main_gun_system);
MARKER(neu,mod,police);
MARKER(neu,mod,search_and_rescue);

//Neutral Mod1
MARKER(neu,mod,attack);
Expand All @@ -46,6 +56,7 @@ MARKER(neu,mod,naval_top);
MARKER(neu,mod,radar_top);
MARKER(neu,mod,bridging);
MARKER(neu,mod,medevac);
MARKER(neu,mod,eod_top);

//Neutral Mod2
MARKER(neu,mod,airborne);
Expand Down
13 changes: 12 additions & 1 deletion addons/markers/CfgMarkers/CfgMarkersRedfor.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Redfor Mods
//Redfor Icon
MARKER(red,mod,armor);
MARKER(red,mod,infantry);
MARKER(red,mod,motorized);
Expand Down Expand Up @@ -33,6 +33,16 @@ MARKER(red,mod,special_operation_forces);
MARKER(red,mod,combined_arms);
MARKER(red,mod,radar);
MARKER(red,mod,field_artillery_observer);
MARKER(red,mod,eod);
MARKER(red,mod,ranger);
MARKER(red,mod,aviation_composite);
MARKER(red,mod,electromagnetic_warfare);
MARKER(red,mod,internal_security_force);
MARKER(red,mod,isaf);
MARKER(red,mod,liaison);
MARKER(red,mod,main_gun_system);
MARKER(red,mod,police);
MARKER(red,mod,search_and_rescue);

//Redfor Mod1
MARKER(red,mod,attack);
Expand All @@ -46,6 +56,7 @@ MARKER(red,mod,naval_top);
MARKER(red,mod,radar_top);
MARKER(red,mod,bridging);
MARKER(red,mod,medevac);
MARKER(red,mod,eod_top);

//Redfor Mod2
MARKER(red,mod,airborne);
Expand Down
13 changes: 12 additions & 1 deletion addons/markers/CfgMarkers/CfgMarkersUnknown.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Unknown Mods
//Unknown Icon
MARKER(unk,mod,armor);
MARKER(unk,mod,infantry);
MARKER(unk,mod,motorized);
Expand Down Expand Up @@ -33,6 +33,16 @@ MARKER(unk,mod,special_operation_forces);
MARKER(unk,mod,combined_arms);
MARKER(unk,mod,radar);
MARKER(unk,mod,field_artillery_observer);
MARKER(unk,mod,eod);
MARKER(unk,mod,ranger);
MARKER(unk,mod,aviation_composite);
MARKER(unk,mod,electromagnetic_warfare);
MARKER(unk,mod,internal_security_force);
MARKER(unk,mod,isaf);
MARKER(unk,mod,liaison);
MARKER(unk,mod,main_gun_system);
MARKER(unk,mod,police);
MARKER(unk,mod,search_and_rescue);

//Unknown Mod1
MARKER(unk,mod,attack);
Expand All @@ -46,6 +56,7 @@ MARKER(unk,mod,naval_top);
MARKER(unk,mod,radar_top);
MARKER(unk,mod,bridging);
MARKER(unk,mod,medevac);
MARKER(unk,mod,eod_top);

//Unknown Mod2
MARKER(unk,mod,airborne);
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 16 additions & 2 deletions addons/markers/initMarkerVariables.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,20 @@ GVAR(iconArray) = [
["special_forces"],
["special_operation_forces"],
["radar"],
["field_artillery_observer"]
["field_artillery_observer"],
["eod"],
["ranger"],
["aviation_composite"],
["electromagnetic_warfare"],
["internal_security_force"],
["isaf"],
["liaison"],
["main_gun_system"],
["main_gun_system_infantry", ["main_gun_system", "infantry"]],
["main_gun_system_mechanized", ["main_gun_system", "infantry", "armor"]],
["main_gun_system_air_defence", ["main_gun_system", "air_defence"]],
["police"],
["search_and_rescue"]
];

GVAR(mod1Array) = [
Expand All @@ -57,7 +70,8 @@ GVAR(mod1Array) = [
["naval_top"],
["radar_top"],
["bridging"],
["medevac"]
["medevac"],
["eod_top"]
];

GVAR(mod2Array) = [
Expand Down
56 changes: 56 additions & 0 deletions addons/markers/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,58 @@
<Original>Field Artillery Observer</Original>
<German>Artilleriebeobachter</German>
</Key>
<Key ID="str_mts_markers_ui_icon_eod">
<Original>Explosive Ordnance Disposal (EOD)</Original>
<German>Kampfmittelabwehr (EOD)</German>
</Key>
<Key ID="str_mts_markers_ui_icon_ranger">
<Original>Ranger</Original>
<German>Ranger</German>
</Key>
<Key ID="str_mts_markers_ui_icon_aviation_composite">
<Original>Aviation Composite</Original>
<German>Starr- und Drehflügler</German>
</Key>
<Key ID="str_mts_markers_ui_icon_electromagnetic_warfare">
<Original>Electromagnetic Warfare</Original>
<German>Elektronischer Kampf</German>
</Key>
<Key ID="str_mts_markers_ui_icon_internal_security_force">
<Original>Internal Security Force</Original>
<German>Interne Sicherheitskräfte</German>
</Key>
<Key ID="str_mts_markers_ui_icon_isaf">
<Original>International Security Assistance Force (ISAF)</Original>
<German>Internationale Schutztruppe für Afghanistan (ISAF)</German>
</Key>
<Key ID="str_mts_markers_ui_icon_liaison">
<Original>Liaison</Original>
<German>Verbindung</German>
</Key>
<Key ID="str_mts_markers_ui_icon_main_gun_system">
<Original>Main Gun System</Original>
<German>Ausstattung mit schwerem Waffensystem</German>
</Key>
<Key ID="str_mts_markers_ui_icon_main_gun_system_infantry">
<Original>Infantry with Main Gun System</Original>
<German>Infanterie mit schwerem Waffensystem</German>
</Key>
<Key ID="str_mts_markers_ui_icon_main_gun_system_mechanized">
<Original>Mechanized Infantry with Main Gun System</Original>
<German>Mechanisierte Infanterie mit schwerem Waffensystem</German>
</Key>
<Key ID="str_mts_markers_ui_icon_main_gun_system_air_defence">
<Original>Air Defence with Main Gun System</Original>
<German>Flugabwehr mit schwerem Waffensystem</German>
</Key>
<Key ID="str_mts_markers_ui_icon_police">
<Original>Police</Original>
<German>Polizei</German>
</Key>
<Key ID="str_mts_markers_ui_icon_search_and_rescue">
<Original>Search and Rescue</Original>
<German>Such- und Rettungsdienst</German>
</Key>
</Container>
<Container name="UI_mod1">
<Key ID="str_mts_markers_ui_mod1_empty">
Expand Down Expand Up @@ -730,6 +782,10 @@
<Original>Medical Evacuation</Original>
<German>Verwundetentransport</German>
</Key>
<Key ID="str_mts_markers_ui_mod1_eod_top">
<Original>Explosive Ordnance Disposal (EOD)</Original>
<German>Kampfmittelabwehr (EOD)</German>
</Key>
</Container>
<Container name="UI_mod2">
<Key ID="str_mts_markers_ui_mod2_empty">
Expand Down

0 comments on commit 461599a

Please sign in to comment.