In Deadlock, console commands are essential for players who want to tweak gameplay settings, debug issues, or experiment within the game environment. Below is a list of commonly used console commands, though specific commands may vary based on the version or mods installed:
Basic Commands
- help
Displays a list of available commands in the console. - godmode
Makes the player invincible, preventing any damage from enemies or environmental hazards. - noclip
Enables the player to move through walls and objects, essentially flying freely through the environment. - give [item_name]
Grants the player a specified item. Replace [item_name] with the actual item code you want. - kill
Kills the player character instantly. Useful for respawning or resetting certain gameplay scenarios. - teleport [x] [y] [z]
Teleports the player to specific coordinates within the game world. The [x] [y] [z] represent coordinates. - spawn [enemy_name]
Spawns a specific enemy or NPC at the player’s current location. Replace [enemy_name] with the actual enemy code.
Gameplay Tweaks
- timescale [value]
Changes the speed of the game. Default is usually 1.0, but increasing the value speeds up the game, while decreasing it slows everything down. - freeze [on/off]
Freezes or unfreezes the entire game, allowing the player to pause action mid-battle or during events. - tgm (Toggle God Mode)
Enables or disables God Mode, making the player invincible to all damage. - tcl (Toggle Collision)
Toggles clipping, allowing the player to pass through solid objects or walls.
AI and Enemy Manipulation
- ai_toggle
Toggles AI behavior on or off, freezing all NPC actions when deactivated. - killall
Instantly kills all enemies and NPCs in the player’s current area. - aggro [on/off]
Toggles enemy aggression towards the player.
Inventory and Resources
- addxp [amount]
Adds the specified amount of experience points to the player. - additem [item_name] [amount]
Adds a specific item to the player’s inventory in the desired quantity. - player.addperk [perk_name]
Grants the player a specific perk. - sethealth [value]
Sets the player’s health to a specific value. Replace [value] with the desired health level.
Debugging and Miscellaneous
- toggledebug
Toggles debug information on the screen, displaying FPS, coordinates, and other technical data. - clearconsole
Clears the console log for readability when executing multiple commands.
How to Use Console Commands in Deadlock:
To use any of these commands:
- Open the console by pressing the designated key (typically the tilde
~
or backtick`
key). - Type in the desired command and hit Enter.
Note:
- Always save your game before using console commands, as some can have unintended effects that may disrupt gameplay.
- Commands may vary depending on the specific Deadlock version or mods, so double-check for any updates or community-provided lists for expanded commands.
For a full, updated list of commands and possible mods, consult official forums or community guides.