Skip to content

Commit

Permalink
add radar icon & modifier (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timi007 authored and PhILoXs committed Jul 21, 2019
1 parent 9f2fdc1 commit a1a1eb1
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 2 deletions.
2 changes: 2 additions & 0 deletions addons/markers/CfgMarkersBlufor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ MARKER(blu,mod,naval);
MARKER(blu,mod,special_forces);
MARKER(blu,mod,special_operation_forces);
MARKER(blu,mod,combined_arms);
MARKER(blu,mod,radar);

//Blufor Mod1
MARKER(blu,mod,attack);
Expand All @@ -41,6 +42,7 @@ MARKER(blu,mod,single_rocket_launcher);
MARKER(blu,mod,sniper);
MARKER(blu,mod,headquarters);
MARKER(blu,mod,naval_top);
MARKER(blu,mod,radar_top);

//Blufor Mod2
MARKER(blu,mod,airborne);
Expand Down
2 changes: 2 additions & 0 deletions addons/markers/CfgMarkersNeutral.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ MARKER(neu,mod,naval);
MARKER(neu,mod,special_forces);
MARKER(neu,mod,special_operation_forces);
MARKER(neu,mod,combined_arms);
MARKER(neu,mod,radar);

//Neutral Mod1
MARKER(neu,mod,attack);
Expand All @@ -41,6 +42,7 @@ MARKER(neu,mod,single_rocket_launcher);
MARKER(neu,mod,sniper);
MARKER(neu,mod,headquarters);
MARKER(neu,mod,naval_top);
MARKER(neu,mod,radar_top);

//Neutral Mod2
MARKER(neu,mod,airborne);
Expand Down
2 changes: 2 additions & 0 deletions addons/markers/CfgMarkersRedfor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ MARKER(red,mod,naval);
MARKER(red,mod,special_forces);
MARKER(red,mod,special_operation_forces);
MARKER(red,mod,combined_arms);
MARKER(red,mod,radar);

//Redfor Mod1
MARKER(red,mod,attack);
Expand All @@ -41,6 +42,7 @@ MARKER(red,mod,single_rocket_launcher);
MARKER(red,mod,sniper);
MARKER(red,mod,headquarters);
MARKER(red,mod,naval_top);
MARKER(red,mod,radar_top);

//Redfor Mod2
MARKER(red,mod,airborne);
Expand Down
2 changes: 2 additions & 0 deletions addons/markers/CfgMarkersUnknown.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ MARKER(unk,mod,naval);
MARKER(unk,mod,special_forces);
MARKER(unk,mod,special_operation_forces);
MARKER(unk,mod,combined_arms);
MARKER(unk,mod,radar);

//Unknown Mod1
MARKER(unk,mod,attack);
Expand All @@ -41,6 +42,7 @@ MARKER(unk,mod,single_rocket_launcher);
MARKER(unk,mod,sniper);
MARKER(unk,mod,headquarters);
MARKER(unk,mod,naval_top);
MARKER(unk,mod,radar_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.
6 changes: 4 additions & 2 deletions addons/markers/initMarkerVariables.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ GVAR(iconArray) = [
["combined_arms"],
["joint_fire_support"],
["special_forces"],
["special_operation_forces"]
["special_operation_forces"],
["radar"]
];

GVAR(mod1Array) = [
Expand All @@ -52,7 +53,8 @@ GVAR(mod1Array) = [
["single_rocket_launcher"],
["sniper"],
["headquarters"],
["naval_top"]
["naval_top"],
["radar_top"]
];

GVAR(mod2Array) = [
Expand Down
8 changes: 8 additions & 0 deletions addons/markers/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,10 @@
<Original>Special Operation Forces</Original>
<German>Spezialkräfte</German>
</Key>
<Key ID="str_mts_markers_ui_icon_radar">
<Original>Radar</Original>
<German>Radar</German>
</Key>
</Container>
<Container name="UI_mod1">
<Key ID="str_mts_markers_ui_mod1_empty">
Expand Down Expand Up @@ -446,6 +450,10 @@
<Original>Naval</Original>
<German>Marine-</German>
</Key>
<Key ID="str_mts_markers_ui_mod1_radar_top">
<Original>Radar</Original>
<German>Radar</German>
</Key>
</Container>
<Container name="UI_mod2">
<Key ID="str_mts_markers_ui_mod2_empty">
Expand Down

0 comments on commit a1a1eb1

Please sign in to comment.