Developer Console Basics
Dev console commands are unlocked by default after running the Eternal Mod Injector.
How to Use the Developer 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 developer console.
Opening the Developer Console does not pause the game.
Common Console Commands
If you are having trouble finishing a command, select TAB and the console with display available parameters.
Command |
Information |
Example |
listcmds | Lists all of the available console commands. | listcmds |
listcvars |
Lists all of the available console variables. | listcvars |
bind | Binds a command to a specific key. | bind del killai |
unbind | Unbinds a command from a key. | unbind del |
kill |
Instantly kills the player once, consuming an Extra Life if one is present. |
kill |
god |
Makes the player invulnerable to damage. This command is toggle-able by itself. |
god |
give |
Gives the player resources in full capacity or adds an item to the player's inventory. |
|
gibalicious |
Instantly gibs all AI present in the level. | gibalicious |
removeInventoryItem |
Removes an item for the player's inventory. |
|
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 |
|
judgemeter_Infinite |
Toggles infinite Crucible ammo. |
|
timescale |
Changes the speed of the world. 1 = Default |
|
pm_noclipspeed |
Changes the movement speed of the player 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 |
|
disconnect |
Automatically disconnects you from a multiplayer match. |
|
warning_disable |
Disables console warnings that are displayed in red text. |
|
ai_faction_overrideEmotion_ai |
Changes the AI behavior of all AI in the map. |
|
None of these commands require Meathook. However, should you need noclip or notarget enabled, you must have XINPUT1_3.dll downloaded and placed into your DOOM Eternal installation folder.
ex: C:\Program Files (x86)\Steam\steamapps\common\DOOMEternal
No Comments