forked from TheWreckingCrewUK/Modset
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
US Rifle Squad (1980)
- Loading branch information
Showing
6 changed files
with
243 additions
and
412 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
64 changes: 64 additions & 0 deletions
64
@twc_config/addons/twc_opfor_Misc/compositions/1980_usa.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,64 @@ | ||
class TWC_Operation_BLUFOR_USA_1980 { | ||
name = "USA 1980"; | ||
|
||
class TWC_Operation_BLUFOR_USA_1980_Squad { | ||
name = "Squad"; | ||
faction = "TWC_BLUFOR_Units_USA_1980"; | ||
side = 1; | ||
|
||
class Unit0 { | ||
side = 1; | ||
vehicle = "TWC_BLUFOR_USA_1980_SquadLeader"; | ||
rank = "SERGEANT"; | ||
position[] = {0,0,0}; | ||
}; | ||
class Unit1 { | ||
side = 1; | ||
vehicle = "TWC_BLUFOR_USA_1980_TeamLeader"; | ||
rank = "CORPORAL"; | ||
position[] = {2,0,0}; | ||
}; | ||
class Unit2 { | ||
side = 1; | ||
vehicle = "TWC_BLUFOR_USA_1980_Rifleman"; | ||
rank = "PRIVATE"; | ||
position[] = {4,0,0}; | ||
}; | ||
class Unit3 { | ||
side = 1; | ||
vehicle = "TWC_BLUFOR_USA_1980_Rifleman_AT"; | ||
rank = "PRIVATE"; | ||
position[] = {6,0,0}; | ||
}; | ||
class Unit4 { | ||
side = 1; | ||
vehicle = "TWC_BLUFOR_USA_1980_AR"; | ||
rank = "PRIVATE"; | ||
position[] = {8,0,0}; | ||
}; | ||
class Unit5 { | ||
side = 1; | ||
vehicle = "TWC_BLUFOR_USA_1980_TeamLeader"; | ||
rank = "CORPORAL"; | ||
position[] = {10,0,0}; | ||
}; | ||
class Unit6 { | ||
side = 1; | ||
vehicle = "TWC_BLUFOR_USA_1980_Rifleman"; | ||
rank = "PRIVATE"; | ||
position[] = {12,0,0}; | ||
}; | ||
class Unit7 { | ||
side = 1; | ||
vehicle = "TWC_BLUFOR_USA_1980_Rifleman_AT"; | ||
rank = "PRIVATE"; | ||
position[] = {14,0,0}; | ||
}; | ||
class Unit8 { | ||
side = 1; | ||
vehicle = "TWC_BLUFOR_USA_1980_AR"; | ||
rank = "PRIVATE"; | ||
position[] = {16,0,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
Oops, something went wrong.