Skip to main content

Dev Console Basics

Dev console commands are unlocked by default after running the Eternal Mod Injector.

How to Use the Dev Console

  • Press the Grave Accent ( ` ) key on your keyboard to open the console.
  • You may type any command in the terminal prompt, but you cannot control the Slayer while the console is open. After you have typed your desired command, press Enter to execute it.
  • Press the ( ` ) key again to exit the dev console.

Opening the Dev Console does not pause the game.

Common Console Commands

Command
Information
Example
listcmds Lists all of the available console commands. listcmds
bind Binds a command to a specific key. bind del killai
unbind Unbinds a command from a key. unbind del
killai Instantly removes all AI currently spawned. killai
god

Makes the player invulnerable to damage. This command is toggle-able by itself.

god
give

Gives the player resources in full capacity.

give health

give armor

give ammo

g_giveExtraLives Gives the player extra lives. Up to 99. g_giveExtraLives 5
g_infiniteAmmo

Toggles infinite ammo.

0 = Finite Ammo (Default)

1 = Infinite Ammo

g_infiniteAmmo 0

g_infiniteAmmo 1

g_damageScaleAllToAI

Changes the amount of damage the player deals to AI.

1 = Default

g_damageScaleAllToAI 0.5

g_damageScaleAllToAI 1

g_damageScaleAllToAI 5

timescale

Changes the speed of the world.

1 = Default

timescale 0.5

timescale 1

timescale 5

pm_noclipspeed

Changes the movement speed of the Slayer while in noclip

(requires Meathook)

50 = Default

pm_noclipspeed 10

pm_noclipspeed 50

pm_noclipspeed 200

pm_disableNightmareGodMode

Toggles the health penalty the player receives when they type the god command in an Ultra Nightmare save.

0 = Penalty Active (Default)

1 = Penalty Inactive

pm_disableNightmareGodMode 0

pm_disableNightmareGodMode 1

See Also