-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: added gcap insignias * fix: use stringtable for authors
- Loading branch information
Showing
15 changed files
with
172 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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.