Skip to content

Commit

Permalink
feat: added gcap insignias (#53)
Browse files Browse the repository at this point in the history
* feat: added gcap insignias

* fix: use stringtable for authors
  • Loading branch information
ArwynFr authored May 13, 2023
1 parent 0295a37 commit dd6a6ea
Show file tree
Hide file tree
Showing 15 changed files with 172 additions and 0 deletions.
99 changes: 99 additions & 0 deletions addons/gsri_insignias/config.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
class CfgPatches {
class gsri_props {
author="$STR_GSRI_AUTHORS";
requiredVersion=0.1;
requiredAddons[]={};
units[]={};
};
};

class CfgUnitInsignia
{
class GCAP_Blue_0 {
displayName = "$STR_GSRI_Insignias_Blue_0";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_blue_0.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};
class GCAP_Blue_1 {
displayName = "$STR_GSRI_Insignias_Blue_1";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_blue_1.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};
class GCAP_Blue_2 {
displayName = "$STR_GSRI_Insignias_Blue_2";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_blue_2.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};

class GCAP_Red_0 {
displayName = "$STR_GSRI_Insignias_Red_0";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_red_0.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};
class GCAP_Red_1 {
displayName = "$STR_GSRI_Insignias_Red_1";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_red_1.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};
class GCAP_Red_2 {
displayName = "$STR_GSRI_Insignias_Red_2";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_red_2.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};

class GCAP_Yellow_0 {
displayName = "$STR_GSRI_Insignias_Yellow_0";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_yellow_0.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};
class GCAP_Yellow_1 {
displayName = "$STR_GSRI_Insignias_Yellow_1";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_yellow_1.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};
class GCAP_Yellow_2 {
displayName = "$STR_GSRI_Insignias_Yellow_2";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_yellow_2.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};

class GCAP_Green_0 {
displayName = "$STR_GSRI_Insignias_Green_0";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_green_0.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};
class GCAP_Green_1 {
displayName = "$STR_GSRI_Insignias_Green_1";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_green_1.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};
class GCAP_Green_2 {
displayName = "$STR_GSRI_Insignias_Green_2";
author = "$STR_GSRI_AUTHORS";
texture = "fr\gsri\insignias\textures\gcap_green_2.paa";
material = "\A3\Ui_f\data\GUI\Cfg\UnitInsignia\default_insignia.rvmat";
textureVehicle = "";
};
};
Binary file added addons/gsri_insignias/sources/insignias.pdn
Binary file not shown.
73 changes: 73 additions & 0 deletions addons/gsri_insignias/stringtable.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Project name="GSRI-Insignias">
<Package name="Insignias">
<Container name="Blue">
<Key ID="STR_GSRI_Insignias_Blue_0">
<Original>GCAP Blue (0)</Original>
<English>GCAP Blue (0)</English>
<French>GCAP Bleu (0)</French>
</Key>
<Key ID="STR_GSRI_Insignias_Blue_1">
<Original>GCAP Blue (1)</Original>
<English>GCAP Blue (1)</English>
<French>GCAP Bleu (1)</French>
</Key>
<Key ID="STR_GSRI_Insignias_Blue_2">
<Original>GCAP Blue (2)</Original>
<English>GCAP Blue (2)</English>
<French>GCAP Bleu (2)</French>
</Key>
</Container>
<Container name="Red">
<Key ID="STR_GSRI_Insignias_Red_0">
<Original>GCAP Red (0)</Original>
<English>GCAP Red (0)</English>
<French>GCAP Rouge (0)</French>
</Key>
<Key ID="STR_GSRI_Insignias_Red_1">
<Original>GCAP Red (1)</Original>
<English>GCAP Red (1)</English>
<French>GCAP Rouge (1)</French>
</Key>
<Key ID="STR_GSRI_Insignias_Red_2">
<Original>GCAP Red (2)</Original>
<English>GCAP Red (2)</English>
<French>GCAP Rouge (2)</French>
</Key>
</Container>
<Container name="Yellow">
<Key ID="STR_GSRI_Insignias_Yellow_0">
<Original>GCAP Yellow (0)</Original>
<English>GCAP Yellow (0)</English>
<French>GCAP Jaune (0)</French>
</Key>
<Key ID="STR_GSRI_Insignias_Yellow_1">
<Original>GCAP Yellow (1)</Original>
<English>GCAP Yellow (1)</English>
<French>GCAP Jaune (1)</French>
</Key>
<Key ID="STR_GSRI_Insignias_Yellow_2">
<Original>GCAP Yellow (2)</Original>
<English>GCAP Yellow (2)</English>
<French>GCAP Jaune (2)</French>
</Key>
</Container>
<Container name="Green">
<Key ID="STR_GSRI_Insignias_Green_0">
<Original>GCAP Green (0)</Original>
<English>GCAP Green (0)</English>
<French>GCAP Vert (0)</French>
</Key>
<Key ID="STR_GSRI_Insignias_Green_1">
<Original>GCAP Green (1)</Original>
<English>GCAP Green (1)</English>
<French>GCAP Vert (1)</French>
</Key>
<Key ID="STR_GSRI_Insignias_Green_2">
<Original>GCAP Green (2)</Original>
<English>GCAP Green (2)</English>
<French>GCAP Vert (2)</French>
</Key>
</Container>
</Package>
</Project>
Binary file added addons/gsri_insignias/textures/gcap_blue_0.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_blue_1.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_blue_2.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_green_0.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_green_1.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_green_2.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_red_0.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_red_1.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_red_2.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_yellow_0.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_yellow_1.paa
Binary file not shown.
Binary file added addons/gsri_insignias/textures/gcap_yellow_2.paa
Binary file not shown.

0 comments on commit dd6a6ea

Please sign in to comment.