There are a number of commands that can be executed on a running dedicated server while being in-game. With these commands you can control how the server runs.
There are commands that a available to all player, even public players - those commands are called public commands . All other commands require the player to be assigned a specific access level by a server administrator.
In order to enter a command, you have to open the console . On an English keyboard you access the console by double tapping the ` (tilde) key on your keyboard. If this does not work for you, an easy workaround is to press the AllChat key J on your keyboard and then press backspace and remove the current command "ChatToAll" - now you have the console open and ready to use. You can repeat old commands in the console by pressing the cursor ↑ key. With the cursor ↑ ↓ keys you can also scroll through your command history and execute it with ↵ Enter .
The following table lists the existing access levels. Please note that all players have access to the public commands ; there is no access level for public commands.
Access levels need to be assigned to individual users - see section "Adding Admins in Admins.cfg" for more details on this. Only the server administrators of the dedicated server in question can set these and they will only apply to this server.
Level
Description
changemap
Map commands
canseeadminchat
This group can see the admin chat + teamkills
balance
This group can switch teams regardless of team sizes
pause
Match commands
cheat
Access to some cheat commands
private
Set server private
chat
Admin chat
kick
kick commands
ban
ban commands
config
Set server configuration
immune
Cannot be kicked or banned
manageserver
Manage server / kill server
cameraman
Spectate players
featuretest
Debug commands like Vehicle Spawner
forceteamchange
Allows forced team changes
reserve
Reserved slot access
demos
Record demo's (currently broken)
debug
Debug commands
teamchange
Change teams without penalty
When it says <TextToEntry> you're supposed to free text it.
Check AdminKick for further details.
RCON
Admin Command
Access
ARGUMENTS
Description
yes
AdminKick
kick
AdminKick <NameOrSteamId> <KickReason>
Kicks a player from the server
Example: Adminkick Guemi Intentional TK
yes
AdminKickById
kick
AdminKickById <PlayerId> <KickReason>
Kicks a player with Id from the server
Example : AdminKickById 75 Camping enemy uncapable
yes
AdminBan
ban
AdminBan <NameOrSteamId> <BanLength> <BanReason>
Bans a player from the server for a length of time. 0 = Perm, 1d = 1 Day, 1M = 1 Month, etc
Example : Adminban Hodor 1M Attacking main base
yes
AdminBanById
ban
AdminBanById <PlayerId> <BanLength> <BanReason>
Bans player with Id from the server for length of time. 0 = Perm, 1d = 1 Day, 1M = 1 Month, etc
Example : AdminBanById 75 1M Attacking main base
yes
AdminBroadcast
chat
AdminBroadcast <Message>
Send system message to all players on the server
Example : AdminBroadcast Always apologize for TK's!
no
ChatToAdmin
chat
ChatToAdmin <Message>
Send system message to all admins on the server
Same as all the other chats, but only admins see it.
yes
AdminEndMatch
pause
AdminEndMatch
Tell the server to immediately end the match
no
AdminPauseMatch
pause
AdminPauseMatch
Tell the server to put the match on hold
no
AdminUnpauseMatch
pause
AdminUnpauseMatch
Tell the server to take off the hold
yes
AdminChangeMap
changemap
AdminChangeMap <MapName>
Change the map and travel to it immediately
yes
AdminSetNextMap
changemap
AdminSetNextMap <MapName>
Set the next map to travel to after this match ends
yes
AdminSetMaxNumPlayers
config
AdminSetMaxNumPlayers <NumPlayers>
Set the maximum number of players for this server
yes
AdminSetServerPassword
private
AdminSetServerPassword <Password>
Set the password for a server or use "" to remove it
yes
AdminSlomo
cheat
AdminSlomo <TimeDilation>
Set the clock speed on the server 0.1 is 10% of normal speed 2.0 is twice the normal speed
yes
AdminForceTeamChange
forceteamchange
AdminForceTeamChange <NameOrSteamId>
Changes a player’s team.
yes
AdminForceTeamChangeById
forceteamchange
AdminForceTeamChangeById <PlayerId>
Changes a player with a certain id’s team.
no
AdminForceAllDeployableAvailability
cheat
AdminForceAllDeployableAvailability <0>|<1>
Sets the server to ignore placement rules for deployables
no
AdminDisableVehicleClaiming
cheat
AdminDisableVehicleClaiming <0>|<1>
Sets the server to disable vehicle claiming
no
AdminForceAllRoleAvailability
cheat
AdminForceAllRoleAvailability <0>|<1>
Sets the server to ignore kit restrictions
no
AdminNetTestStart
debug
AdminNetTestStart
Starts the network test and prints it to the clients logs
no
AdminNetTestStop
debug
AdminNetTestStop
Stops the network test and prints it to the clients logs
yes
AdminListDisconnectedPlayers
kick
AdminListDisconnectedPlayers
List recently disconnected player ids with associated player name and SteamId
no
TraceViewToggle
FeatureTest
TraceViewToggle
Runs a trace from center of screen out to any objects and displays information about that object
no
AdminCreateVehicle
FeatureTest
AdminCreateVehicle <Vehiclelink>
Allows you to spawn a vehicle on an unlicensed servers or on a local server (see VEHICLE SPAWN COMMANDS for more info)
yes
AdminDemoteCommander
kick
AdminDemoteCommander <PlayerName>
Demote a commander specified by player name or Steam Id
yes
AdminDemoteCommanderById
kick
AdminDemoteCommander <PlayerId>
Demote a commander with Id from the server
yes
AdminDisbandSquad
kick
AdminDisbandSquad <TeamNumber = [1|2]> <SquadIndex>
Disbands the specified Squad (Which team 1 or 2 you will see on the team screen)
yes
AdminRemovePlayerFromSquad
kick
AdminRemovePlayerFromSquad <PlayerName>
Remove a player from their squad without kicking them
yes
AdminRemovePlayerFromSquadById
kick
AdminRemovePlayerFromSquad <PlayerId>
Remove a player from their squad without kicking them via Id
yes
AdminWarn
kick
AdminWarn <NameOrSteamId> <WarnReason>
Warns a player from the server for being abusive.
yes
AdminWarnById
kick
AdminWarnById <PlayerId> <WarnReason>
Warns a player with Id from the server for being abusive.
no
AdminForceNetUpdateOnClientSaturation
debug
AdminForceNetUpdateOnClientSaturation <0>|<1>
If true, when a connection becomes saturated, all remaining actors that couldn’t complete replication will have ForceNetUpdate called on them
no
AdminProfileServer
debug
AdminProfileServer <SecondsToProfileFor> <0>|<1>
Starts profiling on the server for a fixed length of time, after which the profiling data is saved to disk.
no
AdminSetRaasSeed
changemap
AdminSetRaasSeed <Seed>
Set the seed for raas maps that are traveled to after this match ends
yes
AdminRestartMatch
pause
AdminRestartMatch
Tell the server to restart the match
no
AdminSetPublicQueueLimit
config
AdminSetPublicQueueLimit <value>
=25 will cap public queue at 25
=0 means that there wont be public queue so non admins and all other players wont be able to join
=-1 is unlimited queue
When it says <TextToEntry> you're supposed to free text it.
Command
ARGUMENTS
Description
ChangeTeams
ChangeTeams
Change teams to the other side
ChangeTeamsWithId
ChangeTeamsWithId <NewTeam>
Change teams to the specified team number, zero changes to the other side
ChatToAll
ChatToAll <Msg>
Chat to everyone
ChatToTeam
ChatToTeam <Msg>
Chat only to same team
ChatToSquad
ChatToSquad <Msg>
Chat only to same squad
CreateRallyPoint
CreateRallyPoint
Drop a rally point for squad members to spawn from
CreateSquad
CreateSquad <Name>
Request the creation of a squad, specifying the name
DisableUI
DisableUI
Removes the UI components from the screen
DisconnectToMenu
DisconnectToMenu
Disconnects from server
GiveUp
GiveUp
Die and give up being wounded
HighResShot
HighResShot <Resolution/Multiplier>
Take a screen shot, e.g., “HighResShot 3840x2160” or “HighResShot 4” and places the file in:
C:\Users\[username]\AppData\Local\SquadGame\Saved\Screenshots\WindowsNoEditor
JoinSquadWithName
JoinSquadWithName <Name>
Join a squad on our team with the following name
JoinSquadWithId
JoinSquadWithId <Id>
Join a squad on our team with the following id
LeaveSquad
LeaveSquad
Leave the squad we are currently in
ListCommands
ListCommands <1>|<0>
Prints out the information for all commands in the game.
ListPermittedCommands
ListPermittedCommands <1>|<0>
Prints out the information for all commands the player is currently permitted to execute.
ListPlayers
ListPlayers
List player ids with associated player name and SteamId
ListSquads
ListSquads
List Squads by their Index numbers’s
r.setres
r.setres <Resolution>
Change screen resolution, “r.setres 1920x1080”
Respawn
Respawn
Causes the player to respawn
RecordHeatmap
RecordHeatmap <XStepSize> <YStepSize> <HeightOffset> <bUseRawValues [0|1]> <PositionWaitTime> <FileName>
Takes a resolution in meters a heatmap of stat data for the map, requires stat unit to be turned on
SetHudWidgetsEnabled
SetHudWidgetsEnabled <1>|<0>
Sets visibility of all widgets on the HUD
ShowCommandInfo
ShowCommandInfo <CommandName>
Prints out the details of a particular command
ShowNextMap
ShowNextMap
Ask the server what the next map is
SLInviteMember
SLInviteMember <Name>
Invite a member to your squad, the name can be partial
stat FPS
stat FPS
Draw frame rate on screen
stat Unit
stat Unit
Draws game, draw, and gpu times on screen
stat UnitGraph
stat UnitGraph
Draws game, draw, and gpu times with an on-screen time graph
TraceViewToggle
TraceViewToggle
Runs a trace from center of screen out to any objects and displays information about that object
The spectator camera (often also called "admin camera" or "admin cam"), a semi-free movement camera, is a very useful feature for clans and tournament hosts or if you want to have full camera control when recording gameplay videos of Squad.
You need to have access level "cameraman" in order to use the camera. There is one exception: on Firing Range all players can use the camera.
While in the camera, you soldier character will be invisible. When you exit the camera if you are on a server, you'll resume from where you've entered the camera. If you exit the camera when you are in the local shooting range, you spawn your character model at the camera's current position (beware of heights - you die from high falls)
If you want to record pure gameplay footage without any HUD elements, you can use the public command "SetHudWidgetsEnabled 0" or the screen shot mode . To hide ammo symbols make sure do disable "Ingame help" in Settings > Interface.
If you want to watch from both team's sides, you will have to switch teams to see the other side.
OWI is constantly improving and adding functionality to the spectator camera, however please be aware of some known bugs and problems:
Very rarely when exiting the camera you get glitched. In this case you will need to suicide to respawn.
While seated in a vehicle do not enter the spectator camera.
If, after exiting the camera, your character arms do not move, you will need to suicide to respawn.
If you switch teams twice without leaving the camera you sometimes will completely glitch out and need to restart Squad.
If you use player stencils without having HUDViews turned on, the outlines will ghost.
The following table shows all available controls of the spectator camera. All controls only work if you have the spectator camera turned on.
Control
Description
⇧ Shift + P
Turn spectator camera on/off
w , a , s , d
Move camera
Space
Go Up
CTRL
Go Down
Scroll Wheel (default)
Forward: Increase movement speed
Backwards: Decrease movement speed
Left-ALT
Immediately stop the camera movement
mouse
Pan camera
press 1
then use Scroll Wheel
Change movement speed (default)
press 2
then use Scroll Wheel
Changes Field of View (FOV)
press 3
then use Scroll Wheel
changes focal distance of Depth of Field (DOF)
press 4
then use Scroll Wheel
changes DOF blur size
F
Turn DOF on/off
6
Turn CaptureZones overlay on/off (grids visually show the capture zones)
7
Turn player stencils (outlines) on/off
8
Toogle HUDViews between the following states: ALL/FRIENDLY/ENEMY/OFF.
Upward triangle means alive, downward triangle means incapacitated or dead.
9
Turn player nametags on/off
You can use copy & paste from the wiki straight into the console in Squad, so you don't have to type the command out manually. You can also repeat old commands by pressing the cursor ↑ key in the console.
If you get the message "Invalid Class! (Did you forget the '_C'?)", you have misspelled or gotten some additional characters into your command. Try again. Review your command in the console history - this might help you spot your typo.
Please note, you can ONLY spawn vehicles on unlicensed servers with the featuretest admin permissions or on a local server.
If you want to look up the command for a completely new vehicle, you have to use the Squad SDK and follow these instructions:
Start the Squad SDK
Look under the 'Content' folder (Content/Vehicles), each vehicle has its own folder. Each variant will have a Blueprint, right-click on this and select 'copy reference' (see image below).
This will give you a string. Example: Blueprint'/Game/Vehicles/BRDM-2/BP_BRDM-2_RUS_Desert.BP_BRDM-2_RUS_Desert'
Change this string into a Squad in-game console command by adding "_C" at the end. Example: AdminCreateVehicle /Game/Vehicles/BRDM-2/BP_BRDM-2_RUS_Desert.BP_BRDM-2_RUS_Desert_C
Test the spawn command in the Shooting Range .
Add the command to the tables below.
Vehicle
Command
Minsk Motorbike Red
AdminCreateVehicle /Game/Vehicles/Minsk_motorbike/BP_Minsk.BP_minsk_C
Minsk Motorbike Black
AdminCreateVehicle /Game/Vehicles/Minsk_motorbike/BP_Minsk_black.BP_Minsk_black_C
Minsk Motorbike Blue
AdminCreateVehicle /Game/Vehicles/Minsk_motorbike/BP_Minsk_blue.BP_Minsk_blue_C
Minsk Motorbike Green
AdminCreateVehicle /Game/Vehicles/Minsk_motorbike/BP_Minsk_green.BP_Minsk_green_C
Version
Vehicle
Command
Old Technical
Technical Transport Insurgents
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_Transport_INS.BP_Technical_Transport_INS_C
Technical DShK Insurgents
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_Dshk_INS.BP_Technical_Dshk_INS_C
Technical DShK Shielded Insurgents
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_Dshk_Shielded_INS.BP_Technical_Dshk_Shielded_INS_C
Technical DShK Shielded Armoured Insurgents
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_Dshk_INS_Armoured.BP_Technical_Dshk_INS_Armoured_C
Technical Logi Insurgents
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_Logi_INS.BP_Technical_Logi_INS_C
Technical SPG9 Insurgents
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_SPG9_INS.BP_Technical_SPG9_INS_C
Technical SPG9 Armoured Insurgents
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_SPG9_INS_Armoured.BP_Technical_SPG9_INS_Armoured_C
Technical UB32 Insurgents
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_UB32_INS.BP_Technical_UB32_INS_C
Technical Transport Militia
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_Transport_MIL.BP_Technical_Transport_MIL_C
Technical DShK Militia
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_Dshk_MIL.BP_Technical_Dshk_MIL_C
Technical DShK Shielded Militia
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_Dshk_Shielded_MIL.BP_Technical_Dshk_Shielded_MIL_C
Technical Logi Militia
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_Logi_MIL.BP_Technical_Logi_MIL_C
Technical SPG9 Militia
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_SPG9_MIL.BP_Technical_SPG9_MIL_C
Technical UB32 Militia
AdminCreateVehicle /Game/Vehicles/Technical/BP_Technical_UB32_MIL.BP_Technical_UB32_MIL_C
New Technical
Technical Dshk M1151 Black (HUMVEE)
AdminCreateVehicle /Game/Vehicles/M1151/BP_M1151_Technical.BP_M1151_Technical_C
BMP-1 Technical
AdminCreateVehicle /Game/Vehicles/Technical2Seater/BP_Technical2Seater_White_BMP1.BP_Technical2Seater_White_BMP1_C
M2 Technical
AdminCreateVehicle /Game/Vehicles/Technical2Seater/BP_Technical2Seater_White_M2.BP_Technical2Seater_White_M2_C
Dshk Technical
AdminCreateVehicle /Game/Vehicles/Technical2Seater/BP_Technical2Seater_White_Dshk.BP_Technical2Seater_White_Dshk_C
Mortar Technical
AdminCreateVehicle /Game/Vehicles/Technical2Seater/BP_Technical2Seater_White_Mortar.BP_Technical2Seater_White_Mortar_C
AA Technical
AdminCreateVehicle /Game/Vehicles/Technical2Seater/BP_Technical2Seater_White_ZU23.BP_Technical2Seater_White_ZU23_C
Rocket Technical
AdminCreateVehicle /Game/Vehicles/Technical2Seater/BP_Technical2Seater_White_UB32.BP_Technical2Seater_White_UB32_C
Technical Transport
AdminCreateVehicle /Game/Vehicles/Technical4Seater/BP_Technical4Seater_Transport.BP_Technical4Seater_Transport_C
Technical Logistics
AdminCreateVehicle /Game/Vehicles/Technical4Seater/BP_Technical4Seater_Logi.BP_Technical4Seater_Logi_C
Vehicle
Command
Simir Jeep Logi
AdminCreateVehicle /game/vehicles/Safir/BP_Safir.BP_Safir_C
Simir Jeep MG3
AdminCreateVehicle /game/vehicles/Safir/BP_Safir_MG3.BP_Safir_MG3_C
Simir Jeep Kord
AdminCreateVehicle /game/vehicles/Safir/BP_Safir_Kord.BP_Safir_Kord_C
Simir Jeep Kornet
AdminCreateVehicle /game/vehicles/Safir/BP_Safir_Kornet.BP_Safir_Kornet_C
Vehicle
Command
LUV-A1 Transport Woodland
AdminCreateVehicle /CanadianArmedForces/Vehicles/M-Gator/BP_M-Gator_Transport.BP_M-Gator_Transport_C
LUV-A1 Logistics Woodland
AdminCreateVehicle /CanadianArmedForces/Vehicles/M-Gator/BP_M-Gator_Logistics.BP_M-Gator_Logistics_C
LUV-A1 Logistics Desert
AdminCreateVehicle /CanadianArmedForces/Vehicles/M-Gator/BP_M-Gator_Logistics_ARID.BP_M-Gator_Logistics_ARID_C
LUV-A1 Transport Desert
AdminCreateVehicle CanadianArmedForces/Vehicles/M-Gator/BP_M-Gator_Transport_ARID.BP_M-Gator_Transport_ARID_C
Vehicle
Command
M939 Transport Desert
AdminCreateVehicle /Game/Vehicles/US_Util_Truck/BP_US_Util_Desert.BP_US_Util_Desert_C
M939 Transport Woodland
AdminCreateVehicle /Game/Vehicles/US_Util_Truck/BP_US_Util_Woodland.BP_US_Util_Woodland_C
M939 Logistics Desert
AdminCreateVehicle /Game/Vehicles/US_Util_Truck/BP_US_Util_Desert_Logi.BP_US_Util_Desert_Logi_C
M939 Logistics Woodland
AdminCreateVehicle /Game/Vehicles/US_Util_Truck/BP_US_Util_Woodland_Logi.BP_US_Util_Woodland_Logi_C
Vehicle
Command
MAN HX60 Transport Desert
AdminCreateVehicle /game/vehicles/British_Util_Truck/BP_Brit_Util_Truck.BP_Brit_Util_Truck_C
MAN HX60 Transport Woodland
AdminCreateVehicle /game/vehicles/British_Util_Truck/BP_Brit_Util_Truck_Woodland.BP_Brit_Util_Truck_Woodland_C
MAN HX60 Logistics Desert
AdminCreateVehicle /game/vehicles/British_Util_Truck/BP_Brit_Util_Truck_Logi.BP_Brit_Util_Truck_Logi_C
MAN HX60 Logistics Woodland
AdminCreateVehicle /game/vehicles/British_Util_Truck/BP_Brit_Util_Truck_Logi_Woodland.BP_Brit_Util_Truck_Logi_Woodland_C
Vehicle
Command
URAL 375D Transport Militia
AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375.BP_Ural_375_C
URAL 375D Transport Russian Desert
AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375_Desert.BP_Ural_375_Desert_C
URAL 375D Transport Russian Green
AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375_Green.BP_Ural_375_Green_C
URAL 375D Logistics Militia
AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375_Logi.BP_Ural_375_Logi_C
URAL 375D Logistics Insurgents
AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375_Logi_INS.BP_Ural_375_Logi_INS_C
URAL 375D ZU23 Militia
AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375_ZU23_MIL.BP_Ural_375_ZU23_MIL_C
URAL 375D ZU23 Insurgents
AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375_ZU23.BP_Ural_375_ZU23_C
Vehicle
Command
URAL 4320 Transport Desert
AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320_Desert.BP_Ural_4320_Desert_C
URAL 4320 Transport Woodland
AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320.BP_Ural_4320_C
URAL 4320 Transport MEA
AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320_MEA.BP_Ural_4320_MEA_C
URAL 4320 Logistics Desert
AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320_logi_Desert.BP_Ural_4320_logi_Desert_C
URAL 4320 Logistics Woodland
AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320_logi.BP_Ural_4320_logi_C
URAL 4320 Logistics MEA
AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320_logi_MEA.BP_Ural_4320_logi_MEA_C
Vehicle
Command
Kamaz 5350 Transport Desert
AdminCreateVehicle /Game/Vehicles/Kamaz_5350/BP_Kamaz_5350_Desert.BP_Kamaz_5350_Desert_C
Kamaz 5350 Logisitics Desert
AdminCreateVehicle /Game/Vehicles/Kamaz_5350/BP_Kamaz_5350_Logi_Desert.BP_Kamaz_5350_Logi_Desert_C
Kamaz 5350 Transport Woodland
AdminCreateVehicle /Game/Vehicles/Kamaz_5350/BP_Kamaz_5350.BP_Kamaz_5350_C
Kamaz 5350 Logistics Woodland
AdminCreateVehicle /Game/Vehicles/Kamaz_5350/BP_Kamaz_5350_Logi.BP_Kamaz_5350_Logi_C
Vehicle
Command
M-ATV Desert
AdminCreateVehicle /Game/Vehicles/MATV/BP_MATV.BP_MATV_C
M-ATV M240 Desert
AdminCreateVehicle /game/vehicles/MATV/BP_MATV_M240.BP_MATV_M240_C
M-ATV Woodland
AdminCreateVehicle /Game/Vehicles/MATV/BP_MATV_Woodland.BP_MATV_Woodland_C
M-ATV CROWS Desert
AdminCreateVehicle /Game/Vehicles/MATV/BP_MATV_CROWS.BP_MATV_CROWS_C
M-ATV CROWS Woodland
AdminCreateVehicle /Game/Vehicles/MATV/BP_MATV_CROWS_Woodland.BP_MATV_CROWS_Woodland_C
M-ATV M240 CROWS Desert
AdminCreateVehicle /game/vehicles/MATV/BP_MATV_CROWS_M240.BP_MATV_CROWS_M240_C
M-ATV M240 CROWS Woodland
AdminCreateVehicle /game/vehicles/MATV/BP_MATV_CROWS_M240_Woodland.BP_MATV_CROWS_M240_Woodland_C
M-ATV TOW Desert
AdminCreateVehicle /game/vehicles/MATV/BP_MATV_TOW.BP_MATV_TOW_C
M-ATV TOW Woodland
AdminCreateVehicle /game/vehicles/MATV/BP_MATV_TOW_Woodland.BP_MATV_TOW_Woodland_C
Vehicle
Command
Tigr-M Kord Woodland
AdminCreateVehicle /Game/Vehicles/Tigr/BP_Tigr.BP_Tigr_C
Tigr-M Kord Desert
AdminCreateVehicle /Game/Vehicles/Tigr/BP_Tigr_Desert.BP_Tigr_Desert_C
Tigr-M Kord RWS Woodland
AdminCreateVehicle /Game/Vehicles/Tigr/BP_Tigr_RWS.BP_Tigr_RWS_C
Tigr-M Kord RWS Desert
AdminCreateVehicle /Game/Vehicles/Tigr/BP_Tigr_RWS_Desert.BP_Tigr_RWS_Desert_C
Vehicle
Command
TAPV M2A1 CROWS Woodland
AdminCreateVehicle /CanadianArmedForces/Vehicles/TAPV/BP_TAPV.BP_TAPV_C
TAPV C6 CROWS Woodland
AdminCreateVehicle /CanadianArmedForces/Vehicles/TAPV/BP_TAPV_C6.BP_TAPV_C6_C
TAPV M2A1 CROWS Desert
AdminCreateVehicle /CanadianArmedForces/Vehicles/TAPV/BP_TAPV_Desert.BP_TAPV_Desert_C
TAPV C6 CROWS Desert
AdminCreateVehicle /CanadianArmedForces/Vehicles/TAPV/BP_TAPV_C6_Desert.BP_TAPV_C6_Desert_C
Vehicle
Command
BRDM-2 Militia
AdminCreateVehicle /Game/Vehicles/BRDM-2/BP_BRDM-2.BP_BRDM-2_C
BRDM-2 Insurgents
AdminCreateVehicle /Game/Vehicles/BRDM-2/BP_BRDM-2_Insurgents.BP_BRDM-2_Insurgents_C
BRDM-2 Russian Desert
AdminCreateVehicle /Game/Vehicles/BRDM-2/BP_BRDM-2_RUS_Desert.BP_BRDM-2_RUS_Desert_C
BRDM-2 Russian Woodland
AdminCreateVehicle /Game/Vehicles/BRDM-2/BP_BRDM-2_RUS.BP_BRDM-2_RUS_C
BRDM-2 Spandrel Militia
AdminCreateVehicle /game/vehicles/BRDM-2/BP_BRDM-2_Spandrel.BP_BRDM-2_Spandrel_C
BRDM-2 Spandrel Insurgents
AdminCreateVehicle /game/vehicles/BRDM-2/BP_BRDM-2_Spandrel_INS.BP_BRDM-2_Spandrel_INS_C
BRDM-2 Spandrel Russian Woodland
AdminCreateVehicle /game/vehicles/BRDM-2/BP_BRDM-2_Spandrel_RUS.BP_BRDM-2_Spandrel_RUS_C
BRDM-2 Spandrel Russian Desert
AdminCreateVehicle /game/vehicles/BRDM-2/BP_BRDM-2_Spandrel_RUS_Desert.BP_BRDM-2_Spandrel_RUS_Desert_C
BRDM-2 S-5 MEA
AdminCreateVehicle /game/vehicles/BRDM-2/BP_BRDM-2_MEA.BP_BRDM-2_MEA_C
BRDM-2 Spandrel MEA
AdminCreateVehicle /Game/Vehicles/BRDM-2/BP_BRDM-2_MEA_Spandrel.BP_BRDM-2_MEA_Spandrel_C
Vehicle
Command
LPPV L7A2 x2 Desert
AdminCreateVehicle /game/vehicles/LPPV/BP_LPPV.BP_LPPV_C
LPPV RWS Desert
AdminCreateVehicle /Game/Vehicles/LPPV/BP_LPPV_M2RWS.BP_LPPV_M2RWS_C
LPPV L7A2 x2 Woodland
AdminCreateVehicle Game/Vehicles/LPPV/BP_LPPV_Woodland.BP_LPPV_Woodland_C
LPPV RWS Woodland
AdminCreateVehicle /Game/Vehicles/LPPV/BP_LPPV_M2RWS_Woodland.BP_LPPV_M2RWS_Woodland_C
Vehicle
Command
BTR-80 Russian Desert
AdminCreateVehicle /Game/Vehicles/BTR80/BP_BTR80_RUS_Desert.BP_BTR80_RUS_Desert_C
BTR-80 Russian Woodland
AdminCreateVehicle /Game/Vehicles/BTR80/BP_BTR80_RUS.BP_BTR80_RUS_C
BTR-80 Militia
AdminCreateVehicle /Game/Vehicles/BTR80/BP_BTR80_Militia.BP_BTR80_Militia_C
Vehicle
Command
BTR-82A Desert
AdminCreateVehicle /Game/Vehicles/BTR80/82A/BP_BTR82A_RUS_Desert.BP_BTR82A_RUS_Desert_C
BTR-82A Woodland
AdminCreateVehicle /Game/Vehicles/BTR80/82A/BP_BTR82A_RUS.BP_BTR82A_RUS_C
Vehicle
Command
LAV 6.0 Desert
AdminCreateVehicle /CanadianArmedForces/Vehicles/LAV6/BP_LAV6_Desert.BP_LAV6_Desert_C
LAV 6.0 Woodland
AdminCreateVehicle /CanadianArmedForces/Vehicles/LAV6/BP_LAV6_Woodland.BP_LAV6_Woodland_C
Vehicle
Command
LAV III RWS C6 Woodland
AdminCreateVehicle /CanadianArmedForces/Vehicles/LAV_RWS/BP_LAV_RWS_C6.BP_LAV_RWS_C6_C
LAV III RWS C6 Desert
AdminCreateVehicle /CanadianArmedForces/Vehicles/LAV_RWS/BP_LAV_RWS_C6_Desert.BP_LAV_RWS_C6_Desert_C
LAV III RWS M2 Woodland
AdminCreateVehicle /CanadianArmedForces/Vehicles/LAV_RWS/BP_LAV_RWS_M2.BP_LAV_RWS_M2_C
LAV III RWS M2 Desert
AdminCreateVehicle /CanadianArmedForces/Vehicles/LAV_RWS/BP_LAV_RWS_M2_Desert.BP_LAV_RWS_M2_Desert_C
Vehicle
Command
M1126 CROWS Desert
AdminCreateVehicle /Game/Vehicles/M1126/BP_M1126.BP_M1126_C
M1126 CROWS Woodland
AdminCreateVehicle /Game/Vehicles/M1126/BP_M1126_Woodland.BP_M1126_Woodland_C
M1126 M240 Desert
AdminCreateVehicle /Game/Vehicles/M1126/BP_M1126_M240.BP_M1126_M240_C
M1126 M240 Woodland
AdminCreateVehicle /Game/vehicles/M1126/BP_M1126_M240_Woodland.BP_M1126_M240_Woodland_C
Vehicle
Command
FV432 Desert
AdminCreateVehicle /game/vehicles/FV432/BP_FV432.BP_FV432_C
FV432 Woodland
AdminCreateVehicle /Game/Vehicles/FV432/BP_FV432_woodland.BP_FV432_woodland_C
FV432 RWS Desert
AdminCreateVehicle /Game/Vehicles/FV432/BP_FV432_RWS.BP_FV432_RWS_C
FV432 RWS Woodland
AdminCreateVehicle /Game/Vehicles/FV432/BP_FV432_RWS_Woodland.BP_FV432_RWS_Woodland_C
Vehicle
Command
FV107 Desert
AdminCreateVehicle /Game/Vehicles/FV107/BP_FV107.BP_FV107_C
FV107 Woodland
AdminCreateVehicle /Game/Vehicles/FV107/BP_FV107_Woodland.BP_FV107_Woodland_C
Vehicle
Command
MT-LB Russian Desert
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLB_VMK_RUS_Desert.BP_MTLB_VMK_RUS_Desert_C
MT-LB Russian Woodland
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLB_VMK_RUS.BP_MTLB_VMK_RUS_C
MT-LBM 6MA Russian Desert
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLBM_6MA_RUS_Desert.BP_MTLBM_6MA_RUS_Desert_C
MT-LBM 6MA Russian Woodland
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLBM_6MA_RUS.BP_MTLBM_6MA_RUS_C
MT-LBM 6MB Russian Desert
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLBM_6MB_RUS_Desert.BP_MTLBM_6MB_RUS_Desert_C
MT-LBM 6MB Russian Woodland
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLBM_6MB_RUS.BP_MTLBM_6MB_RUS_C
MT-LB Militia
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLB_VMK_MIL.BP_MTLB_VMK_MIL_C
MT-LB Insurgents
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLB_INS.BP_MTLB_INS_C
MT-LBM 6MB Militia
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLBM_6MB_MIL.BP_MTLBM_6MB_MIL_C
MT-LB ZU23-2 Militia
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLB_ZU23_MIL.BP_MTLB_ZU23_MIL_C
MT-LB ZU23-2 Insurgents
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLB_ZU23_INS.BP_MTLB_ZU23_INS_C
MT-LB 6MA S8 MEA
AdminCreateVehicle /Game/Vehicles/MTLBM/BP_MTLBM_6MA_MEA.BP_MTLBM_6MA_MEA_C
MT-LB VMK MEA
AdminCreateVehicle /Game/Vehicles/MTLB/BP_MTLB_VMK_MEA.BP_MTLB_VMK_MEA_C
Vehicle
Command
BMP-1 Militia
AdminCreateVehicle /game/vehicles/BMP-1/BP_BMP1_MIL.BP_BMP1_MIL_C
BMP-1 Insurgents
AdminCreateVehicle /game/vehicles/BMP-1/BP_BMP1_INS.BP_BMP1_INS_C
BMP-1 ZU-23 Militia
AdminCreateVehicle /game/vehicles/BMP-1/BP_BMP1_MIL_ZU23.BP_BMP1_MIL_ZU23_C
BMP-1 ZU-23 Insurgents
AdminCreateVehicle /game/vehicles/BMP-1/BP_BMP1_INS_ZU23.BP_BMP1_INS_ZU23_C
BMP-1 MEA
AdminCreateVehicle /game/vehicles/BMP-1/BP_BMP1_MEA.BP_BMP1_MEA_C
Vehicle
Command
BMP-2 Woodland
AdminCreateVehicle /game/vehicles/BMP-2/BP_BMP2.BP_BMP2_C
BMP-2 Desert
AdminCreateVehicle /game/vehicles/BMP-2/BP_BMP2_Desert.BP_BMP2_Desert_C
BMP-2 MEA
AdminCreateVehicle /game/vehicles/BMP-2/BP_BMP2_MEA.BP_BMP2_MEA_C
Vehicle
Command
M2A3 Desert
AdminCreateVehicle /game/vehicles/BFV/BP_BFV.BP_BFV_C
M2A3 Woodland
AdminCreateVehicle /Game/Vehicles/BFV/BP_BFV_Woodland.BP_BFV_Woodland_C
Vehicle
Command
FV510 Desert
AdminCreateVehicle /game/vehicles/FV510/BP_FV510.BP_FV510_C
FV510 Woodland
AdminCreateVehicle /game/vehicles/FV510/BP_FV510_Woodland.BP_FV510_Woodland_C
FV510 (Up-Armoured) Desert
AdminCreateVehicle /game/vehicles/FV510/BP_FV510UA.BP_FV510UA_C
FV510 (Up-Armoured) Woodland
AdminCreateVehicle /game/vehicles/FV510/BP_FV510UA_Woodland.BP_FV510UA_Woodland_C
FV510 WCSP (40 mm) Desert
AdminCreateVehicle /Game/Vehicles/FV510_40mm/BP_FV510UA_CTAS40.BP_FV510UA_CTAS40_C
FV510 WCSP (40 mm) Woodland
AdminCreateVehicle /Game/Vehicles/FV510_40mm/BP_FV510UA_CTAS40_Woodland.BP_FV510UA_CTAS40_Woodland_C
Vehicle
Command
FV4034 Desert
AdminCreateVehicle /game/vehicles/FV4034/BP_FV4034.BP_FV4034_C
FV4034 Woodland
AdminCreateVehicle /game/vehicles/FV4034/BP_FV4034_woodland.BP_FV4034_woodland_C
Vehicle
Command
Leopard 2A6M Desert
AdminCreateVehicle /CanadianArmedForces/Vehicles/Leopard2/BP_2A6_Desert.BP_2A6_Desert_C
Leopard 2A6M Desert (Cage)
AdminCreateVehicle /CanadianArmedForces/Vehicles/Leopard2/BP_2A6_Desert_Cage.BP_2A6_Desert_Cage_C
Leopard 2A6M Woodland
AdminCreateVehicle /CanadianArmedForces/Vehicles/Leopard2/BP_2A6_Woodland.BP_2A6_Woodland_C
Leopard 2A6M Woodland (Cage)
AdminCreateVehicle /CanadianArmedForces/Vehicles/Leopard2/BP_2A6_Woodland_Cage.BP_2A6_Woodland_Cage_C
Vehicle
Command
MSVS Truck Transport Desert
AdminCreateVehicle /CanadianArmedForces/Vehicles/CAF_Utility_Truck/BP_CAF_Util_Desert.BP_CAF_Util_Desert_C
MSVS Truck Transport Woodland
AdminCreateVehicle /CanadianArmedForces/Vehicles/CAF_Utility_Truck/BP_CAF_Util_Woodland.BP_CAF_Util_Woodland_C
MSVS Truck Logistics Desert
AdminCreateVehicle /CanadianArmedForces/Vehicles/CAF_Utility_Truck/BP_CAF_Util_Desert_Logi.BP_CAF_Util_Desert_Logi_C
MSVS Truck Logistics Woodland
AdminCreateVehicle '/CanadianArmedForces/Vehicles/CAF_Utility_Truck/BP_CAF_Util_Woodland_Logi.BP_CAF_Util_Woodland_Logi_C
Vehicle
Command
M1A2 Desert
AdminCreateVehicle /game/vehicles/M1A2/BP_M1A2.BP_M1A2_C
M1A2 Woodland
AdminCreateVehicle /game/vehicles/M1A2/BP_M1A2_woodland.BP_M1A2_woodland_C
Vehicle
Command
T-62 Militia
AdminCreateVehicle /game/vehicles/T62/BP_T62_MIL.BP_T62_MIL_C
T-62 Insurgents
AdminCreateVehicle /game/vehicles/T62/BP_T62.BP_T62_C
T-62 MEA
AdminCreateVehicle /game/vehicles/T62/BP_T62_MEA.BP_T62_MEA_C
Vehicle
Command
T-72B3 Desert
AdminCreateVehicle /game/vehicles/T72B3/BP_T72B3_Desert.BP_T72B3_Desert_C
T-72B3 Woodland
AdminCreateVehicle /game/vehicles/T72B3/BP_T72B3.BP_T72B3_C
T-72S MEA
AdminCreateVehicle /game/vehicles/T72AV/BP_T72AV_MEA.BP_T72AV_MEA_C
Vehicle
Command
MI-8 Russian
AdminCreateVehicle /Game/Vehicles/MI8/BP_MI8.BP_MI8_C
MI-17 MEA
AdminCreateVehicle /Game/Vehicles/MI17/BP_MI17.BP_MI17_MEA_C
Vehicle
Command
UH-60M
AdminCreateVehicle /Game/Vehicles/UH60M/BP_UH60.BP_UH60_C
Vehicle
Command
SA330
AdminCreateVehicle /Game/Vehicles/SA330/BP_SA330.BP_SA330_C
* Unreleased