-
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.
* Initial PLR faction commit - Added the initial PLR stuff: - Basic config setup - Insurgent units (and UI) images - Some weapons * Final commit - Added Paramilitary units - Added weapons for the paramilitary weapons - Added vehicles - Set up CfgGroups.hpp for both Insurgents and Paramilitary units - Added remaining UI images - Finished config.cpp - Updated requiredAddons in main config.cpp
- Loading branch information
Kresky
authored
Aug 21, 2019
1 parent
b01f7a9
commit e255743
Showing
53 changed files
with
1,094 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
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 @@ | ||
x\tacu\addons\plr |
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,17 @@ | ||
class CfgFactionClasses { | ||
class TACU_PLR_O { | ||
displayName = "People's Liberation and Resistance"; | ||
side = 0; | ||
priority = 2; | ||
}; | ||
}; | ||
|
||
class CfgEditorSubcategories { | ||
class TACU_PLR_EdSubCat_Insurgents { | ||
displayName = "Men (Insurgents)"; | ||
}; | ||
|
||
class TACU_PLR_EdSubCat_Paramilitary { | ||
displayName = "Men (Paramilitary)"; | ||
}; | ||
}; |
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,9 @@ | ||
class CfgGroups { | ||
class EAST { | ||
class TACU_PLR_O { | ||
name = "People's Liberation and Resistance"; | ||
#include "CfgGroups_Opfor_Insurgents.hpp" | ||
#include "CfgGroups_Opfor_Paramilitary.hpp" | ||
}; | ||
}; | ||
}; |
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,109 @@ | ||
// PLR Insurgents | ||
class TACU_PLR_G_O_Infantry_Insurgents { | ||
name = "Infantry (Insurgents)"; | ||
|
||
class TACU_PLR_G_O_Infantry_Insurgents_Patrol { | ||
name = "Patrol"; | ||
side = 0; | ||
faction = "TACU_PLR_O"; | ||
icon = "\a3\ui_f\data\map\markers\nato\o_inf.paa"; | ||
class unit0 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Rifleman_01"; | ||
side = 0; | ||
rank = "SERGEANT"; | ||
position[] = {0, 0, 0}; | ||
}; | ||
class unit1 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Rifleman_03"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {5, -5, 0}; | ||
}; | ||
}; | ||
|
||
class TACU_PLR_G_O_Infantry_Insurgents_Fireteam { | ||
name = "Fireteam"; | ||
side = 0; | ||
faction = "TACU_PLR_O"; | ||
icon = "\a3\ui_f\data\map\markers\nato\o_inf.paa"; | ||
class unit0 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_TeamLeader"; | ||
side = 0; | ||
rank = "SERGEANT"; | ||
position[] = {0, 0, 0}; | ||
}; | ||
class unit1 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Rifleman_02"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {5, -5, 0}; | ||
}; | ||
class unit2 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Rifleman_05"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {-5, -5, 0}; | ||
}; | ||
class unit3 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Autorifleman"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {10, -10, 0}; | ||
}; | ||
}; | ||
|
||
class TACU_PLR_G_O_Infantry_Insurgents_Squad { | ||
name = "Squad"; | ||
side = 0; | ||
faction = "TACU_PLR_O"; | ||
icon = "\a3\ui_f\data\map\markers\nato\o_inf.paa"; | ||
class unit0 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_TeamLeader"; | ||
side = 0; | ||
rank = "SERGEANT"; | ||
position[] = {0, 0, 0}; | ||
}; | ||
class unit1 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Rifleman_02"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {5, -5, 0}; | ||
}; | ||
class unit2 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Rifleman_04"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {-5, -5, 0}; | ||
}; | ||
class unit3 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Autorifleman"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {10, -10, 0}; | ||
}; | ||
class unit4 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Rifleman_01"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {-10, -10, 0}; | ||
}; | ||
class unit5 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Rifleman_AT"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {15, -15, 0}; | ||
}; | ||
class unit6 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Rifleman_05"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {-15, -15, 0}; | ||
}; | ||
class unit7 { | ||
vehicle = "TACU_PLR_U_O_Insurgent_Rifleman_03"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {20, -20, 0}; | ||
}; | ||
}; | ||
}; |
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,109 @@ | ||
// PLR Paramilitary | ||
class TACU_PLR_G_O_Infantry_Paramilitary { | ||
name = "Infantry (Paramilitary)"; | ||
|
||
class TACU_PLR_G_O_Infantry_Paramilitary_Patrol { | ||
name = "Patrol"; | ||
side = 0; | ||
faction = "TACU_PLR_O"; | ||
icon = "\a3\ui_f\data\map\markers\nato\o_inf.paa"; | ||
class unit0 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_TeamLeader"; | ||
side = 0; | ||
rank = "SERGEANT"; | ||
position[] = {0, 0, 0}; | ||
}; | ||
class unit1 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Rifleman_02"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {5, -5, 0}; | ||
}; | ||
}; | ||
|
||
class TACU_PLR_G_O_Infantry_Paramilitary_Fireteam { | ||
name = "Fireteam"; | ||
side = 0; | ||
faction = "TACU_PLR_O"; | ||
icon = "\a3\ui_f\data\map\markers\nato\o_inf.paa"; | ||
class unit0 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_TeamLeader"; | ||
side = 0; | ||
rank = "SERGEANT"; | ||
position[] = {0, 0, 0}; | ||
}; | ||
class unit1 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Rifleman_01"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {5, -5, 0}; | ||
}; | ||
class unit2 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Rifleman_02"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {-5, -5, 0}; | ||
}; | ||
class unit3 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Autorifleman"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {10, -10, 0}; | ||
}; | ||
}; | ||
|
||
class TACU_PLR_G_O_Infantry_Paramilitary_Squad { | ||
name = "Squad"; | ||
side = 0; | ||
faction = "TACU_PLR_O"; | ||
icon = "\a3\ui_f\data\map\markers\nato\o_inf.paa"; | ||
class unit0 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_TeamLeader"; | ||
side = 0; | ||
rank = "SERGEANT"; | ||
position[] = {0, 0, 0}; | ||
}; | ||
class unit1 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Rifleman_01"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {5, -5, 0}; | ||
}; | ||
class unit2 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Rifleman_02"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {-5, -5, 0}; | ||
}; | ||
class unit3 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Autorifleman"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {10, -10, 0}; | ||
}; | ||
class unit4 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Grenadier"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {-10, -10, 0}; | ||
}; | ||
class unit5 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Rifleman_AT"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {15, -15, 0}; | ||
}; | ||
class unit6 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Rifleman_02"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {-15, -15, 0}; | ||
}; | ||
class unit7 { | ||
vehicle = "TACU_PLR_U_O_Paramilitary_Rifleman_01"; | ||
side = 0; | ||
rank = "PRIVATE"; | ||
position[] = {20, -20, 0}; | ||
}; | ||
}; | ||
}; |
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,16 @@ | ||
class CfgVehicles { | ||
// Backpacks | ||
class CUP_B_RUS_Backpack; | ||
class TACU_PLR_B_AT: CUP_B_RUS_Backpack { | ||
dlc = QUOTE(PREFIX); | ||
scope = 1; | ||
scopeCurator = 1; | ||
class TransportMagazines { | ||
MACRO_ADDMAGAZINE(CUP_PG7V_M,3); | ||
}; | ||
}; | ||
|
||
#include "CfgVehicles_Insurgents.hpp" | ||
#include "CfgVehicles_Paramilitary.hpp" | ||
#include "CfgVehicles_Vehicles.hpp" | ||
}; |
Oops, something went wrong.