Fallout new vegas console commands
Here are some common console commands for Fallout: New Vegas:
General Commands
help
- Displays a list of available console commands.quit
- Exits the game.tgm
- Toggles God Mode (invincibility, infinite ammo, etc.).tcl
- Toggles Console Mode (allows you to use console commands).coc [location name]
- Teleports you to a specific location (e.g.coc Goodsprings
).
Character Commands
player.additem [item ID] [amount]
- Adds an item to your inventory (e.g.player.additem 0018e5b 10
adds 10 bottles of purified water).player.removeitem [item ID] [amount]
- Removes an item from your inventory (e.g.player.removeitem 0018e5b 5
removes 5 bottles of purified water).player.setlevel [level]
- Sets your character's level (e.g.player.setlevel 20
sets your level to 20).player.sethealth [health]
- Sets your character's health (e.g.player.sethealth 100
sets your health to 100).
Gameplay Commands
tai [actor ID]
- Toggles AI for a specific actor (e.g.tai 0011e5b
toggles AI for the character "The Courier").kill [actor ID]
- Kills a specific actor (e.g.kill 0011e5b
kills The Courier).resurrect [actor ID]
- Resurrects a specific actor (e.g.resurrect 0011e5b
resurrects The Courier).settime [time]
- Sets the game's time (e.g.settime 18:00
sets the time to 6:00 PM).
Debug Commands
debugjump
- Allows you to jump higher.debugrun
- Allows you to run faster.debugwalk
- Allows you to walk faster.debugnoclip
- Allows you to walk through walls and objects.
Other Commands
showtags
- Displays the game's debug tags (useful for debugging).showstats
- Displays your character's stats (e.g. health, damage, etc.).savetogame
- Saves your game to the save slot you're currently on.loadgame [save slot]
- Loads a saved game from a specific save slot.
Note: These commands are case-sensitive and must be entered exactly as shown. Also, be careful when using these commands, as they can potentially break your game or cause unintended consequences.