Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/7Cav/7CavAddon into HEI-Add…
Browse files Browse the repository at this point in the history
…ed-to-turret
  • Loading branch information
pool011 committed Feb 7, 2024
2 parents 4629d05 + 9219142 commit 6db017d
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,13 @@ preset = "Hemtt"
[hemtt.launch]
workshop = [
"450814997", # CBA_A3's Workshop ID
"463939057", # ACE3
"843577117", # RHS USAF
]
parameters = [
"-skipIntro", # These parameters are passed to the Arma 3 executable
"-noSplash", # They do not need to be added to your list
"-showScriptErrors", # You can add additional parameters here
"-debug",
"-filePatching"
]
1 change: 1 addition & 0 deletions addons/insignia/CfgUnitInsignia.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class CfgUnitInsignia {
MACRO_UNITINSIGNIA(charlie_1_2);
MACRO_UNITINSIGNIA(charlie_1_3);
MACRO_UNITINSIGNIA(charlie_1_4);
MACRO_UNITINSIGNIA(charlie_1_4_colored);

// Charlie second platoon
MACRO_UNITINSIGNIA(charlie_2);
Expand Down
Binary file modified addons/insignia/data/Charlie_1_4.paa
Binary file not shown.
Binary file added addons/insignia/data/Charlie_1_4_Colored.paa
Binary file not shown.
3 changes: 3 additions & 0 deletions addons/insignia/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
<Key ID="str_cav_insignia_charlie_1_4">
<English>[7CAV] Charlie Co. 1st platoon - 4th Squad</English>
</Key>
<Key ID="str_cav_insignia_charlie_1_4_colored">
<English>[7CAV] Charlie Co. 1st platoon - 4th Squad (Colored)</English>
</Key>

<Key ID="str_cav_insignia_charlie_2">
<English>[7CAV] Charlie Co. 2nd platoon</English>
Expand Down
7 changes: 7 additions & 0 deletions addons/markers/CfgMarkerColors.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class CfgMarkerColors {
class cav_Color_Yellow {
color[] = {1.0,0.776470,0.101960,1};
name = CSTRING(Color_Yellow);
scope = 2;
};
};
1 change: 1 addition & 0 deletions addons/markers/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ class CfgPatches {
};
};

#include "CfgMarkerColors.hpp"
#include "CfgMarkers.hpp"
3 changes: 3 additions & 0 deletions addons/markers/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
<Key ID="STR_Cav_Markers_military_cav">
<English>7th Cavalry</English>
</Key>
<Key ID="STR_Cav_Markers_Color_Yellow">
<English>Cav Yellow</English>
</Key>
</Package>
</Project>

0 comments on commit 6db017d

Please sign in to comment.