Console command for customising character fallout new vegas
The joys of console commands in Fallout: New Vegas!
To customize your character using console commands, you'll need to enable the console first. Here's how:
- Open the game and load your save game.
- Press the tilde key (~) to open the console. If you don't see the tilde key, you can also use the
F1
key to open the console. - Type
enableplayercontrols
and press Enter to enable the console.
Now you can use the following console commands to customize your character:
Character Stats
setav [stat] [value]
: Sets a specific stat to a specific value. For example,setav strength 10
sets your strength to 10.setav [stat] [min] [max]
: Sets a specific stat to a range of values. For example,setav intelligence 5 10
sets your intelligence to a random value between 5 and 10.
Character Skills
setskill [skill] [level]
: Sets a specific skill to a specific level. For example,setskill speech 50
sets your speech skill to level 50.setskill [skill] [min] [max]
: Sets a specific skill to a range of levels. For example,setskill repair 10 20
sets your repair skill to a random level between 10 and 20.
Character Traits
setav trait [trait]
: Sets a specific trait. For example,setav trait supermutant
sets your trait to Super Mutant.setav trait [trait] [min] [max]
: Sets a specific trait to a range of values. For example,setav trait lucky 5 10
sets your luck trait to a random value between 5 and 10.
Other Commands
player.additem [item] [amount]
: Adds a specific item to your inventory. For example,player.additem 0018e5f 10
adds 10 bottle caps to your inventory.player.removeitem [item] [amount]
: Removes a specific item from your inventory. For example,player.removeitem 0018e5f 5
removes 5 bottle caps from your inventory.player.setlevel [level]
: Sets your character level to a specific value. For example,player.setlevel 20
sets your character level to 20.
Remember to save your game before using console commands, as they can potentially cause game-breaking bugs or corrupt your save file.