
SCUM Developer Command Reference Guide
This guide provides a comprehensive overview of SCUM developer commands for testing, debugging, and customizing gameplay. Use these commands to simulate injuries, adjust player attributes, spawn items, and more.
Injury & Body Effect Commands
Simulate physical conditions and effects on characters.
| Command | Description |
|---|---|
#AddBleedingInjury Head 0 s4 |
Applies a bleeding injury to the head. 0 is initial damage, s4 is severity level 4. |
#AddBodyEffect Limping 0 s4 |
Applies a limping effect. 0 is initial damage, s4 is severity. |
#AddBurnInjury Trapezius 30 30 |
Applies a burn injury to the Trapezius with damage and severity of 30. |
#AddRadiationPresence 50 50 |
Simulates radiation exposure. First value is immediate, second is over time. |
#Knockout 10 |
Knocks out the user for 10 seconds. |
#Knockout 30 <SteamID> |
Knocks out a specific player for 30 seconds. |
#ListBodyEffects |
Lists all active body effects on your character. |
Attribute & Skill Commands
Customize character stats and abilities.
| Command | Description |
|---|---|
#SetAttributes 5 5 5 5 |
Sets strength, constitution, dexterity, and intelligence. Example: 8 1 1 1 for a fat character. |
#SetMetabolismSimulationSpeed 50 |
Multiplies metabolism simulation speed by 50. Default is 1. |
#SetStamina 100% |
Sets current stamina to 100%. |
#SetSkillLevel rifles 5 |
Sets "rifles" skill to level 5 (above advanced). |
#SetSkillLevel "Melee Weapons" 5 |
Use quotes for multi-word skills. |
Vehicle & Farming Commands
Control vehicle properties and farming simulation.
| Command | Description |
|---|---|
#ShowVehicleDebug |
Displays health and attachment status of vehicles. |
#SetFarmingSimulationSpeed 100 |
Adjusts crop growth speed. Max recommended is 100. Default is 1. |
#SetMountedVehicleProperty Health 100% |
Sets vehicle health while seated. |
#SetMountedVehicleProperty Fuel 100% |
Sets fuel level. |
#SetMountedVehicleProperty Battery 100% |
Sets battery level. |
Gameplay Toggles & Debug Tools
Enable special abilities and debug features.
| Command | Description |
|---|---|
#SetImmortality true/false |
Toggles full damage immunity. |
#SetInfiniteAmmo true/false |
Grants or removes infinite ammo. |
#SetInfiniteOxygen true/false |
Enables unlimited underwater breathing. |
#SetInfiniteStamina true/false |
Enables infinite stamina. |
ToggleFamePointDebugVisualization true/false |
Displays fame points in top-right corner. May not work on all resolutions. |
#SetSuperJump true/false |
Enables extreme jumping ability. |
#LeaveCorpse |
Drops your corpse and gear at your location. |
Item & Entity Commands
Spawn or remove items and entities.
| Command | Description |
|---|---|
#SpawnItem2 ghillie jacket |
Spawns a ghillie jacket. Flexible syntax. |
#SpawnRazor |
Spawns a razor entity at your location. |
#DestroyAllRazorsWithinRadius 50 |
Removes all razors within 50m. (Feature not yet implemented) |
#SetMalfunctionProbability |
Adjusts weapon malfunction rate. (Feature inactive) |