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. |
|
| 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_damageScaleAllToAI |
Changes the amount of damage the player deals to AI. 1 = Default |
|
| timescale |
Changes the speed of the world. 1 = Default |
|
| pm_noclipspeed |
Changes the movement speed of the Slayer while in noclip (requires Meathook) 50 = Default |
|
| 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 |
|