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.
If you face any problems with your server, please go to Server Troubleshooting.
Contents
- 1 Admin Access Levels
- 2 Admin Console Commands
- 3 Public Commands
- 4 Additional Commands
- 5 Spectator Camera
- 6 Vehicle Spawn Commands
- 6.1 Minsk Motorbike variants
- 6.2 M939 variants
- 6.3 Technical Pickup Truck variants
- 6.4 Simir Jeep variants
- 6.5 LUVW G-WAGON variants
- 6.6 M-ATV variants
- 6.7 TAPV variants
- 6.8 PMV (Bushmaster) variants
- 6.9 BRDM-2 Variants
- 6.10 BTR-80
- 6.11 BTR-82A
- 6.12 ASLAV-25
- 6.13 LAV 6.0
- 6.14 LAV III
- 6.15 M113A3
- 6.16 M1126
- 6.17 FV432
- 6.18 FV107
- 6.19 MT-LB / MT-LBM Variants / MT-LB Field Modifications
- 6.20 BMP-1 / BMP-1 Field Modifications
- 6.21 BMP-2
- 6.22 M2A3
- 6.23 FV510
- 6.24 FV4034
- 6.25 Leopard 2A6M / Leopard 2A6M CAN
- 6.26 M1A2
- 6.27 M1A1
- 6.28 T-62
- 6.29 T-72B3 / T-72S
- 6.30 Mi-8 / Mi-17
- 6.31 UH-60M
- 6.32 SA330
- 6.33 MRH-90
- 7 Deployable Spawn Commands
- 8 Getting Crash Dumps
Admin Access Levels[]
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 |
Admin Console Commands[]
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 | AdminChangeLayer | changemap | AdminChangeLayer <LayerName> | Change the layer and travel to it immediately |
yes | AdminSetNextLayer | changemap | AdminSetNextLayer <LayerName> | Set the next layer to travel to after this match ends |
yes | AdminSetMaxNumPlayers | config | AdminSetMaxNumPlayers <NumPlayers> | Set the maximum number of players for this server |
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. |
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 |
Public Commands[]
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 |
Additional Commands[]
There are also Debug Commands for testing purposes, however they are disabled on licensed servers.
Spectator Camera[]
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 |
Vehicle Spawn Commands[]
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.
released vehicle BP
[Motorbike]
Minsk Motorbike variants[]
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 |
[Quad]
Vehicle | Command |
---|---|
LUV-A1 Transport Woodland | AdminCreateVehicle /Game/Vehicles/M-Gator/BP_M-Gator_Transport.BP_M-Gator_Transport_C |
LUV-A1 Logistics Woodland | AdminCreateVehicle /Game/Vehicles/M-Gator/BP_M-Gator_Logistics.BP_M-Gator_Logistics_C |
LUV-A1 Logistics Desert | AdminCreateVehicle /Game/Vehicles/M-Gator/BP_M-Gator_Logistics_ARID.BP_M-Gator_Logistics_ARID_C |
LUV-A1 Transport Desert | AdminCreateVehicle /Game/Vehicles/M-Gator/BP_M-Gator_Transport_ARID.BP_M-Gator_Transport_ARID_C |
[truck]
M939 variants[]
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/B_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 |
M939 Transport Woodland USMC | AdminCreateVehicle /Game/Vehicles/US_Util_Truck/BP_US_Util_USMC_Woodland.BP_US_Util_USMC_Woodland_C |
M939 Logistics Woodland USMC | AdminCreateVehicle /Game/Vehicles/US_Util_Truck/BP_US_Util_USMC_Woodland_Logi.BP_US_Util_USMC_Woodland_Logi_C |
VEHICLE | COMMAND |
---|---|
MSVS Truck Transport Desert | AdminCreateVehicle /Game/Vehicles/CAF_Utility_Truck/BP_CAF_Util_Desert.BP_CAF_Util_Desert_C |
MSVS Truck Transport Woodland | AdminCreateVehicle /Game/Vehicles/CAF_Utility_Truck/BP_CAF_Util_Woodland.BP_CAF_Util_Woodland_C |
MSVS Truck Logistics Desert | AdminCreateVehicle /Game/Vehicles/CAF_Utility_Truck/BP_CAF_Util_Desert_Logi.BP_CAF_Util_Desert_Logi_C |
MSVS Truck Logistics Woodland | AdminCreateVehicle /Game/Vehicles/CAF_Utility_Truck/BP_CAF_Util_Woodland_Logi.BP_CAF_Util_Woodland_Logi_C |
Vehicle | Command |
---|---|
UK MAN HX60 Transport Desert | AdminCreateVehicle /game/vehicles/British_Util_Truck/BP_Brit_Util_Truck.BP_Brit_Util_Truck_C |
UK MAN HX60 Transport Woodland | AdminCreateVehicle /game/vehicles/British_Util_Truck/BP_Brit_Util_Truck_Woodland.BP_Brit_Util_Truck_Woodland_C |
UK MAN HX60 Logistics Desert | AdminCreateVehicle /game/vehicles/British_Util_Truck/BP_Brit_Util_Truck_Logi.BP_Brit_Util_Truck_Logi_C |
UK MAN HX60 Logistics Woodland | AdminCreateVehicle /game/vehicles/British_Util_Truck/BP_Brit_Util_Truck_Logi_Woodland.BP_Brit_Util_Truck_Logi_Woodland_C |
AUS HX60 Transort | AdminCreateVehicle/Game/Vehicles/AUS_Utility_Truck/BP_Aussie_Util_Truck.BP_Aussie_Util_Truck_C |
AUS HX60 Logistics | AdminCreateVehicle/Game/Vehicles/AUS_Utility_Truck/BP_Aussie_Util_Truck_Logi.BP_Aussie_Util_Truck_Logi_C |
Ural 375D TRUCK / Ural 375D Technical variants
Vehicle | Command |
---|---|
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 Transport Militia | AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375.BP_Ural_375_C |
URAL 375D Logistics Militia | AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375_Logi.BP_Ural_375_Logi_C |
URAL 375D ZU23 Militia | AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375_ZU23_MIL.BP_Ural_375_ZU23_MIL_C |
URAL 375D Logistics Insurgents | AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375_Logi_INS.BP_Ural_375_Logi_INS_C |
URAL 375D ZU23 Insurgents | AdminCreateVehicle /Game/Vehicles/Ural375/BP_Ural_375_ZU23.BP_Ural_375_ZU23_C |
Vehicle | Command |
---|---|
URAL 4320 Transport Russian Desert | AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320_Desert.BP_Ural_4320_Desert_C Broken Link - Update Me! |
URAL 4320 Transport Russian Green | AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320.BP_Ural_4320_C |
URAL 4320 Logistics Russian Desert | AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320_logi_Desert.BP_Ural_4320_logi_Desert_C |
URAL 4320 Logistics Russian Green | AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320_logi.BP_Ural_4320_logi_C |
URAL 4320 Transport MEA | AdminCreateVehicle /Game/Vehicles/Ural4320/BP_Ural_4320_MEA.BP_Ural_4320_MEA_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 |
[Cars,Jeep]
Technical Pickup Truck variants[]
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/Technical2Seater/Technical4Seater/BP_Technical4Seater_Transport.BP_Technical4Seater_Transport_C | |
Technical Logistics | AdminCreateVehicle /Game/Vehicles/Technical2Seater/Technical4Seater/BP_Technical4Seater_Logi.BP_Technical4Seater_Logi_C | |
Technical Logistics Militia | AdminCreateVehicle /Game/Vehicles/Technical2Seater/Technical4Seater/BP_Technical4Seater_Logi_Camo.BP_Technical4Seater_Logi_Camo_C |
Simir Jeep variants[]
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 |
LUVW G-WAGON variants[]
Vehicle | Command |
---|---|
LUVW Transport Desert | AdminCreateVehicle /Game/Vehicles/LUVW/BP_LUVW_Desert.BP_LUVW_Desert_C |
LUVW Transport Woodland | AdminCreateVehicle /Game/Vehicles/LUVW/BP_LUVW.BP_LUVW_C |
LUVW Logistics Desert | AdminCreateVehicle /Game/Vehicles/LUVW/BP_LUVW_Logi_Desert.BP_LUVW_Logi_Desert_C |
LUVW Logistics Woodland | AdminCreateVehicle /Game/Vehicles/LUVW/BP_LUVW_Logi.BP_LUVW_Logi_C |
LUVW C6 Desert | AdminCreateVehicle /Game/Vehicles/LUVW/BP_LUVW_C6_Desert.BP_LUVW_C6_Desert_C |
LUVW C6 Woodland | AdminCreateVehicle /Game/Vehicles/LUVW/BP_LUVW_C6.BP_LUVW_C6_C |
LUVW M2 Desert | AdminCreateVehicle /Game/Vehicles/LUVW/BP_LUVW_M2_Desert.BP_LUVW_M2_Desert_C |
LUVW M2 Woodland | AdminCreateVehicle /Game/Vehicles/LUVW/BP_LUVW_M2.BP_LUVW_M2_C |
[MRAP, Armored Vehicle, Scout Car]
HMMWV (Humvee) variants
Vehicle | Command |
---|---|
HMMWV M1151 M2A1 Desert no door USMC | AdminCreateVehicle /Game/Vehicles/M1151/BP_M1151_Light.BP_M1151_Light_C |
HMMWV M1151 M2A1 Woodland no door USMC | AdminCreateVehicle /Game/Vehicles/M1151/BP_M1151_Light_Woodland.BP_M1151_Light_Woodland_C |
HMMWV M1151 Armoured M2A1 Desert USMC | AdminCreateVehicle /Game/Vehicles/M1151/BP_M1151.BP_M1151_C |
HMMWV M1151 Armoured M2A1 Woodland USMC | AdminCreateVehicle /Game/Vehicles/M1151/BP_M1151_Woodland.BP_M1151_Woodland_C |
HMMWV M1151 Armoured RSW M2A1 CROWS Desert USMC | AdminCreateVehicle /Game/Vehicles/M1151/BP_M1151_CROWS.BP_M1151_CROWS_C |
HMMWV M1151 Armoured RSW M2A1 CROWS Woodland USMC | AdminCreateVehicle /Game/Vehicles/M1151/BP_M1151_CROWS_Woodland.BP_M1151_CROWS_Woodland_C |
M-ATV variants[]
Vehicle | Command |
---|---|
M-ATV Desert US | AdminCreateVehicle /Game/Vehicles/MATV/BP_MATV.BP_MATV_C |
M-ATV M240 Desert US | AdminCreateVehicle /game/vehicles/MATV/BP_MATV_M240.BP_MATV_M240_C |
M-ATV Woodland US | AdminCreateVehicle /Game/Vehicles/MATV/BP_MATV_Woodland.BP_MATV_Woodland_C |
M-ATV CROWS Desert US | AdminCreateVehicle /Game/Vehicles/MATV/BP_MATV_CROWS.BP_MATV_CROWS_C |
M-ATV CROWS Woodland US | AdminCreateVehicle /Game/Vehicles/MATV/BP_MATV_CROWS_Woodland.BP_MATV_CROWS_Woodland_C |
M-ATV M240 CROWS Desert US | AdminCreateVehicle /game/vehicles/MATV/BP_MATV_CROWS_M240.BP_MATV_CROWS_M240_C |
M-ATV M240 CROWS Woodland US | AdminCreateVehicle /game/vehicles/MATV/BP_MATV_CROWS_M240_Woodland.BP_MATV_CROWS_M240_Woodland_C |
M-ATV TOW Desert US | AdminCreateVehicle /game/vehicles/MATV/BP_MATV_TOW.BP_MATV_TOW_C |
M-ATV TOW Woodland US | AdminCreateVehicle /game/vehicles/MATV/BP_MATV_TOW_Woodland.BP_MATV_TOW_Woodland_C |
M-ATV M2A1 Desert USMC | AdminCreateVehicle /Game/Vehicles/MATV/BP_MATV_USMC.BP_MATV_USMC_C |
M-ATV M2A1 Woodland USMC | AdminCreateVehicle /Game/Vehicles/MATV/BP_MATV_USMC_Woodland.BP_MATV_USMC_Woodland_C |
M-ATV RSW M2A1 CROWS Desert USMC | AdminCreateVehicle /game/vehicles/MATV/BP_MATV_USMC_CROWS.BP_MATV_USMC_CROWS_C |
M-ATV RSW M2A1 CROWS Woodland USMC | AdminCreateVehicle /game/vehicles/MATV/BP_MATV_USMC_CROWS_Woodland.BP_MATV_USMC_CROWS_Woodland_C |
M-ATV TOW Desert USMC | AdminCreateVehicle /game/vehicles/MATV/BP_MATV_USMC_TOW.BP_MATV_USMC_TOW_C |
M-ATV TOW Woodland USMC | AdminCreateVehicle /game/vehicles/MATV/BP_MATV_USMC_TOW_Woodland.BP_MATV_USMC_TOW_Woodland_C |
TAPV variants[]
Vehicle | Command |
---|---|
TAPV M2A1 CROWS Woodland | AdminCreateVehicle /Game/Vehicles/TAPV/BP_TAPV.BP_TAPV_C |
TAPV C6 CROWS Woodland | AdminCreateVehicle /Game/Vehicles/TAPV/BP_TAPV_C6.BP_TAPV_C6_C |
TAPV M2A1 CROWS Desert | AdminCreateVehicle /Game/Vehicles/TAPV/BP_TAPV_Desert.BP_TAPV_Desert_C |
TAPV C6 CROWS Desert | AdminCreateVehicle /Game/Vehicles/TAPV/BP_TAPV_C6_Desert.BP_TAPV_C6_Desert_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 |
PMV (Bushmaster) variants[]
VEHICLE | COMMAND |
---|---|
PMV MAG-58 | AdminCreateVehicle /Game/Vehicles/PMV/BP_PMV_Mag58.BP_PMV_Mag58_C |
PMV MAG-58x3 | AdminCreateVehicle /Game/Vehicles/PMV/BP_PMV_Mag58x3.BP_PMV_Mag58x3_C |
PMV RWS | AdminCreateVehicle /Game/Vehicles/PMV/BP_PMV_RWS.BP_PMV_RWS_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 |
BRDM-2 Variants[]
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 |
[APC, IFV]
BTR-80[]
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 |
BTR-82A[]
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-25A2 Desert | AdminCreateVehicle /Game/Vehicles/LAV25/BP_LAV25.BP_LAV25_C |
LAV-25A2 Woodland | AdminCreateVehicle /Game/Vehicles/LAV25/BP_LAV25_Woodland.BP_LAV25_Woodland_C |
LAV-II (Coyote RV)
VEHICLE | COMMAND |
---|---|
Coyote RV Armored glass kit Desert | ? |
Coyote RV Armored glass kit Woodland | ? |
ASLAV-25[]
VEHICLE | COMMAND |
---|---|
ASLAV-25 | AdminCreateVehicle /Game/vehicles/ASLAV/BP_ASLAV.BP_ASLAV_C |
LAV 6.0[]
Vehicle | Command |
---|---|
LAV 6.0 Desert | AdminCreateVehicle /Game/Vehicles/LAV6/BP_LAV6_Desert.BP_LAV6_Desert_C |
LAV 6.0 Woodland | AdminCreateVehicle /Game/Vehicles/LAV6/BP_LAV6_Woodland.BP_LAV6_Woodland_C |
LAV III[]
Vehicle | Command |
---|---|
LAV III RWS C6 Woodland | AdminCreateVehicle /Game/Vehicles/LAV_RWS/BP_LAV_RWS_C6.BP_LAV_RWS_C6_C |
LAV III RWS C6 Desert | AdminCreateVehicle /Game/Vehicles/LAV_RWS/BP_LAV_RWS_C6_Desert.BP_LAV_RWS_C6_Desert_C |
LAV III RWS M2 Woodland | AdminCreateVehicle /Game/Vehicles/LAV_RWS/BP_LAV_RWS_M2.BP_LAV_RWS_M2_C |
LAV III RWS M2 Desert | AdminCreateVehicle /Game/Vehicles/LAV_RWS/BP_LAV_RWS_M2_Desert.BP_LAV_RWS_M2_Desert_C |
M113A3[]
VEHICLE | COMMAND |
---|---|
M113A1 M2 Desert | AdminCreateVehicle /Game/Vehicles/BP_M113A3_M2_Desert_C |
M113A3 TLAV Desert | AdminCreateVehicle /Game/Vehicles/BP_M113A3_TLAV_Desert_C |
M113A3 C6 Desert | AdminCreateVehicle /Game/Vehicles/BP_M113A3_C6_Desert_C |
M1126[]
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 |
FV432[]
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 |
FV107[]
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 |
MT-LB / MT-LBM Variants / MT-LB Field Modifications[]
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/MTLB/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 |
BMP-1 / BMP-1 Field Modifications[]
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 |
BMP-2[]
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 |
M2A3[]
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 |
FV510[]
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 |
FV4034[]
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 |
Leopard 2A6M / Leopard 2A6M CAN[]
Vehicle | Command |
---|---|
Leopard 2A6M Desert | AdminCreateVehicle /Game/Vehicles/Leopard2/BP_2A6_Desert.BP_2A6_Desert_C |
Leopard 2A6M Desert (Cage) | AdminCreateVehicle /Game/Vehicles/Leopard2/BP_2A6_Desert_Cage.BP_2A6_Desert_Cage_C |
Leopard 2A6M Woodland | AdminCreateVehicle /Game/Vehicles/Leopard2/BP_2A6_Woodland.BP_2A6_Woodland_C |
Leopard 2A6M Woodland (Cage) | AdminCreateVehicle /Game/Vehicles/Leopard2/BP_2A6_Woodland_Cage.BP_2A6_Woodland_Cage_C |
M1A2[]
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 |
M1A1[]
VEHICLE | COMMAND |
---|---|
M1A1 AUS | AdminCreateVehicle /Game/vehicles/AUS_M1A1/BP_AUS_M1A1.BP_AUS_M1A1_C |
M1A1 Desert
USMC |
AdminCreateVehicle /Game/Vehicles/M1A1_USMC/BP_M1A1_USMC.BP_M1A1_USMC_C |
M1A1 Woodland
USMC |
AdminCreateVehicle /Game/Vehicles/M1A1_USMC/BP_M1A1_USMC_Woodland.BP_M1A1_USMC_Woodland_C |
T-62[]
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 |
T-72B3 / T-72S[]
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 |
Mi-8 / Mi-17[]
Vehicle | Command |
---|---|
MI-8 Russian | AdminCreateVehicle /Game/Vehicles/MI8/BP_MI8.BP_MI8_C |
MI-17 MEA | AdminCreateVehicle /Game/Vehicles/MI17/BP_MI17_MEA.BP_MI17_MEA_C |
UH-60M[]
Vehicle | Command |
---|---|
UH-60M | AdminCreateVehicle /Game/Vehicles/UH60M/BP_UH60.BP_UH60_C |
UH-60M Australian | AdminCreateVehicle /Game/Vehicles/AUS_UH60M/BP_UH60_AUS.BP_UH60_AUS_C |
SA330[]
Vehicle | Command |
---|---|
SA330 | AdminCreateVehicle /Game/Vehicles/SA330/BP_SA330.BP_SA330_C |
MRH-90[]
VEHICLE | COMMAND |
---|---|
MRH-90 | AdminCreateVehicle /Game/Vehicles/MRH90/BP_MRH90_Mag58.BP_MRH90_Mag58_C |
UH-1Y
VEHICLE | COMMAND |
---|---|
UH-1Y | AdminCreateVehicle /Game/Vehicles/UH1Y/BP_UH1Y.BP_UH1Y_C |
Deployable Spawn Commands[]
Deployables can be spawned by admin command in nonlicensed servers.
A deployable spawns on the player's location and because deployables do not obey gravity these map spawn floating in the air.
The items spawned will be unassigned to any team.
FOBs[]
Deployable | Command |
---|---|
BP_FOBRadio | AdminCreateDeployable /Game/Gameplay/Deployables/BP_FOBRadio.BP_FOBRadio_C |
BP_FobRadio_INS | AdminCreateDeployable /Game/Gameplay/Deployables/BP_FobRadio_INS.BP_FobRadio_INS_C |
BP_FOBRadio_MEA | AdminCreateDeployable /Game/Gameplay/Deployables/BP_FOBRadio_MEA.BP_FOBRadio_MEA_C |
BP_FOBRadio_MIL | AdminCreateDeployable /Game/Gameplay/Deployables/BP_FOBRadio_MIL.BP_FOBRadio_MIL_C |
BP_FOBRadio_RUS | AdminCreateDeployable /Game/Gameplay/Deployables/BP_FOBRadio_RUS.BP_FOBRadio_RUS_C |
Ammo Crates[]
Deployable | Command |
---|---|
BP_Ammocrate | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Ammocrate.BP_Ammocrate_C |
BP_Ammocrate_GB | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Ammocrate_GB.BP_Ammocrate_GB_C |
BP_Ammocrate_MEA | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Ammocrate_MEA.BP_Ammocrate_MEA_C |
BP_InsurgentAmmocrate | AdminCreateDeployable /Game/Gameplay/Deployables/BP_InsurgentAmmocrate.BP_InsurgentAmmocrate_C |
BP_MilitiaAmmocrate | AdminCreateDeployable /Game/Gameplay/Deployables/BP_MilitiaAmmocrate.BP_MilitiaAmmocrate_C |
BP_rus_Ammocrate | AdminCreateDeployable /Game/Gameplay/Deployables/BP_rus_Ammocrate.BP_rus_Ammocrate_C |
BP_rus_DE_Ammocrate | AdminCreateDeployable /Game/Gameplay/Deployables/BP_rus_DE_Ammocrate.BP_rus_DE_Ammocrate_C |
HABs[]
Deployable | Command |
---|---|
GB_Hab | AdminCreateDeployable /Game/Gameplay/Deployables/GB_Hab.GB_Hab_C |
INS_Hab | AdminCreateDeployable /Game/Gameplay/Deployables/INS_Hab.INS_Hab_C |
MEA_Hab | AdminCreateDeployable /Game/Gameplay/Deployables/MEA_Hab.MEA_Hab_C |
Mil_hab | AdminCreateDeployable /Game/Gameplay/Deployables/Mil_hab.Mil_hab_C |
Rus_Hab | AdminCreateDeployable /Game/Gameplay/Deployables/RUS_Hab_Desert.RUS_Hab_Desert_C |
US_Hab | AdminCreateDeployable /Game/Gameplay/Deployables/US_Hab_Desert.US_Hab_Desert_C |
Repair Stations[]
Deployable | Command |
---|---|
BP_helicopter_repair_pad | AdminCreateDeployable /Game/Gameplay/Deployables/BP_helicopter_repair_pad.BP_helicopter_repair_pad_C |
BP_vehicle_repair | AdminCreateDeployable /Game/Gameplay/Deployables/BP_vehicle_repair.BP_vehicle_repair_C |
BP_vehicle_repair_INS | AdminCreateDeployable /Game/Gameplay/Deployables/BP_vehicle_repair_INS.BP_vehicle_repair_INS_C |
BP_vehicle_repair_MEA | AdminCreateDeployable /Game/Gameplay/Deployables/BP_vehicle_repair_MEA.BP_vehicle_repair_MEA_C |
BP_vehicle_repair_Rus | AdminCreateDeployable /Game/Gameplay/Deployables/BP_vehicle_repair_Rus.BP_vehicle_repair_Rus_C |
Shelters[]
Deployable | Command |
---|---|
BP_ConcreteBarrier | AdminCreateDeployable /Game/Gameplay/Deployables/BP_ConcreteBarrier.BP_ConcreteBarrier_C |
BP_Hesco__woodland | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Hesco__woodland.BP_Hesco__woodland_C |
BP_Hesco_2 | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Hesco_2.BP_Hesco_2_C |
BP_Hesco_DesertCam | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Hesco_DesertCam.BP_Hesco_DesertCam_C |
BP_HescoWall_2 | AdminCreateDeployable /Game/Gameplay/Deployables/BP_HescoWall_2.BP_HescoWall_2_C |
BP_HescoWall_DesertCam | AdminCreateDeployable /Game/Gameplay/Deployables/BP_HescoWall_DesertCam.BP_HescoWall_DesertCam_C |
BP_HescoWall_Woodland | AdminCreateDeployable /Game/Gameplay/Deployables/BP_HescoWall_Woodland.BP_HescoWall_Woodland_C |
BP_I_Sandbag_2 | AdminCreateDeployable /Game/Gameplay/Deployables/BP_I_Sandbag_2.BP_I_Sandbag_2_C |
BP_I_Sandbag_MEA | AdminCreateDeployable /Game/Gameplay/Deployables/BP_I_Sandbag_MEA.BP_I_Sandbag_MEA_C |
BP_I_Sandbag_murder_hole | AdminCreateDeployable /Game/Gameplay/Deployables/BP_I_Sandbag_murder_hole.BP_I_Sandbag_murder_hole_C |
BP_I_Sandbag_murder_hole_MEA | AdminCreateDeployable /Game/Gameplay/Deployables/BP_I_Sandbag_murder_hole_MEA.BP_I_Sandbag_murder_hole_MEA_C |
BP_Indirect_Mortar_Shelter | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Indirect_Mortar_Shelter.BP_Indirect_Mortar_Shelter_C |
BP_Indirect_Mortar_Shelter_Desert | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Indirect_Mortar_Shelter_Desert.BP_Indirect_Mortar_Shelter_Desert_C |
BP_insbunker_2 | AdminCreateDeployable /Game/Gameplay/Deployables/BP_insbunker_2.BP_insbunker_2_C |
BP_insbunker_3 | AdminCreateDeployable /Game/Gameplay/Deployables/BP_insbunker_3.BP_insbunker_3_C |
BP_LogWall | AdminCreateDeployable /Game/Gameplay/Deployables/BP_LogWall.BP_LogWall_C |
BP_Oilbarrels | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Oilbarrels.BP_Oilbarrels_C |
BP_SandBagWall_2 | AdminCreateDeployable /Game/Gameplay/Deployables/BP_SandBagWall_2.BP_SandBagWall_2_C |
BP_SandBagWall_2_Desert | AdminCreateDeployable /Game/Gameplay/Deployables/BP_SandBagWall_2_Desert.BP_SandBagWall_2_Desert_C |
BP_smallbunker_2 | AdminCreateDeployable /Game/Gameplay/Deployables/BP_smallbunker_2.BP_smallbunker_2_C |
BP_smallbunker_2_woodland | AdminCreateDeployable /Game/Gameplay/Deployables/BP_smallbunker_2_woodland.BP_smallbunker_2_woodland_C |
BP_smallbunker_MEA | AdminCreateDeployable /Game/Gameplay/Deployables/BP_smallbunker_MEA.BP_smallbunker_MEA_C |
indirect_fire_shelter | AdminCreateDeployable /Game/Gameplay/Deployables/indirect_fire_shelter.indirect_fire_shelter_C |
indirect_fire_shelter_mid | AdminCreateDeployable /Game/Gameplay/Deployables/indirect_fire_shelter_mid.indirect_fire_shelter_mid_C |
Ladders[]
Deployable | Command |
---|---|
BP_TestLadder_2 | AdminCreateDeployable /Game/Gameplay/Deployables/BP_TestLadder_2.BP_TestLadder_2_C |
BP_TestLadder_Metal | AdminCreateDeployable /Game/Gameplay/Deployables/BP_TestLadder_Metal.BP_TestLadder_Metal_C |
Razor Wire[]
Deployable | Command |
---|---|
BP_Razorwire_clean_2 | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Razorwire_clean_2.BP_Razorwire_clean_2_C |
BP_Razorwire_Dirty_2 | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Razorwire_Dirty_2.BP_Razorwire_Dirty_2_C |
ATGM Missile Launchers[]
Deployable | Command |
---|---|
BP_BGM71TOW_Tripod_USA | AdminCreateDeployable /Game/Gameplay/Deployables/BP_BGM71TOW_Tripod_USA.BP_BGM71TOW_Tripod_USA_C |
BP_Kornet_Tripod_MEA | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Kornet_Tripod_MEA.BP_Kornet_Tripod_MEA_C |
BP_Kornet_Tripod_Rus | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Kornet_Tripod_Rus.BP_Kornet_Tripod_Rus_C |
Weapons[]
Deployable | Command |
---|---|
BP_DShK | AdminCreateDeployable /Game/Gameplay/Deployables/BP_DShK.BP_DShK_C |
BP_DShK_Shielded | AdminCreateDeployable /Game/Gameplay/Deployables/BP_DShK_Shielded.BP_DShK_Shielded_C |
BP_Kord_MEA_Bunker | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Kord_MEA_Bunker.BP_Kord_MEA_Bunker_C |
BP_Kord_RU_Bunker | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Kord_RU_Bunker.BP_Kord_RU_Bunker_C |
BP_Kord_RU_DE_Bunker | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Kord_RU_DE_Bunker.BP_Kord_RU_DE_Bunker_C |
BP_Kord_Tripod | AdminCreateDeployable /Game/Gameplay/Deployables/BP_Kord_Tripod.BP_Kord_Tripod_C |
BP_M2_Tripod | AdminCreateDeployable /Game/Gameplay/Deployables/BP_M2_Tripod.BP_M2_Tripod_C |
BP_M2_US_Bunker | AdminCreateDeployable /Game/Gameplay/Deployables/BP_M2_US_Bunker.BP_M2_US_Bunker_C |
BP_SPG9_Tripod | AdminCreateDeployable /Game/Gameplay/Deployables/BP_SPG9_Tripod.BP_SPG9_Tripod_C |
BP_ZU-23_Emplacement | AdminCreateDeployable /Game/Gameplay/Deployables/BP_ZU-23_Emplacement.BP_ZU-23_Emplacement_C |
BP_ZU-23_Emplacement_Ins | AdminCreateDeployable /Game/Gameplay/Deployables/BP_ZU-23_Emplacement_Ins.BP_ZU-23_Emplacement_Ins_C |
Mortars[]
Deployable | Command |
---|---|
BP_2b14podnosmortar_Deployable | AdminCreateDeployable /Game/Gameplay/Deployables/BP_2b14podnosmortar_Deployable.BP_2b14podnosmortar_Deployable_C |
BP_L16mortar_Deployable | AdminCreateDeployable /Game/Gameplay/Deployables/BP_L16mortar_Deployable.BP_L16mortar_Deployable_C |
BP_m252mortar_Deployable | AdminCreateDeployable /Game/Gameplay/Deployables/BP_m252mortar_Deployable.BP_m252mortar_Deployable_C |
BP_m1937mortar_Deployable | AdminCreateDeployable /Game/Gameplay/Deployables/BP_m1937mortar_Deployable.BP_m1937mortar_Deployable_C |
BP_HellCannon_Deployable | AdminCreateDeployable /Emplaced_HellCannon/BP_Emplaced_HellCannon_Deployable.BP_Emplaced_HellCannon_Deployable_C |
Getting Crash Dumps[]
Crash dumps are helpful files that show more advanced system details at the time of a server crash.
Linux[]
1. Navigate to your squad server directory.
2. Navigate to the following file:
.../SquadGame/Saved/Config/LinuxServer/Engine.ini
3. Add these additional lines:
[CrashReportClient] bAgreeToCrashUpload=true
4. Create a crashes folder at:
.../SquadGame/Saved/Crashes
ALL CHANGES BELOW HERE IMPACT SYSTEM WIDE SETTINGS AND ARE ONLY REQUIRED FOR FULL COREDUMP/CRASHDUMP FILES.
5. Make sure ulimit for cores is greater than 0. Having too small of a number may result in core dumps being cut off.
Run this command in any terminal:
ulimit -c unlimited
It may also be necessary to increase the per process file handle limit:
This should only be done if your crash log has error "failed: errno=24 (Too many open files)" as a log line right before the callstack at the end of the log
ulimit -n 2048
or alternatively editing your limits.conf file.
Changing these limits will require the SquadGameServer is restarted.
6. On systemd based distros (ubunto/debian) the *systemd-coredump* package may also be required.
You can install this by running this command in any terminal:
apt install systemd-coredump
It is suggested to adjust systemd settings regarding core file size or you may see core dumps being cut off.
Navigate to /etc/systemd/coredump.conf and edit the following lines:
ProcessSizeMax=10G ExternalSizeMax=10G
A server restart is required for the settings changed to take effect.
Crash Minidump and logs will appear in:
SquadGame/Saved/Crashes/
Each crash will create its own folder labeled:
crashinfo-SquadGame.../ *
Full core dumps will be created where your system creates core dumps. For systemd-coredump systems they will be located in:
/var/lib/systemd/coredump/
It is possible to force a crashdump by using this command in any terminal:
kill -SIGSEGV $pid
Replace pid with the process id of the SquadGameServer process.