Ronglar Posted August 14, 2012 Share Posted August 14, 2012 Hello Everybody. I was wondering if there are any mods or Console Commands that let you personally rename weapons in New Vegas. Thank you in advance for any help! Link to comment Share on other sites More sharing options...
Ladez Posted August 14, 2012 Share Posted August 14, 2012 If you have NVSE installed, you can use the SetName command to change the name of items. Link to comment Share on other sites More sharing options...
Ronglar Posted August 14, 2012 Author Share Posted August 14, 2012 If you have NVSE installed, you can use the SetName command to change the name of items. I have the script extender installed. So how exactly would I use the console command "ref.SetName name:string item:ref"? Type in "ref.SetName name:(new name) item:(original name)? Link to comment Share on other sites More sharing options...
Ladez Posted August 14, 2012 Share Posted August 14, 2012 (edited) It's simple, you can select the object you wish to rename from the console with your mouse once open, and then type: SetName "newname"Remember the quotes. Instead, you could also provide the objects base id as the second parameter: SetName "newname" baseidRemember that this command changes the name of the base form, so every instance of the item will have it's name changed. :) Edited August 14, 2012 by Ladez Link to comment Share on other sites More sharing options...
Ronglar Posted August 14, 2012 Author Share Posted August 14, 2012 It's simple, you can select the object you wish to rename from the console with your mouse once open, and then type: SetName "newname"Remember the quotes. Instead, you could also provide the objects base id as the second parameter: SetName "newname" baseidRemember that this command changes the name of the base form, so every instance of the item will have it's name changed. :) That's fine! Thanks a lot buddy! Link to comment Share on other sites More sharing options...
MortalPenguin0X Posted September 4, 2014 Share Posted September 4, 2014 Any way to make the change permanent? Link to comment Share on other sites More sharing options...
Ladez Posted September 4, 2014 Share Posted September 4, 2014 You'd need a mod to use the function everytime the game loads. Attaching something like this to a start enabled quest script should work. ScriptName SetNameScript Begin GameMode If GetGameLoaded SetName "new name" SomeBaseObject EndIf End Link to comment Share on other sites More sharing options...
ThisAintTheWay Posted April 2, 2018 Share Posted April 2, 2018 You'd need a mod to use the function everytime the game loads. Attaching something like this to a start enabled quest script should work. ScriptName SetNameScript Begin GameMode If GetGameLoaded SetName "new name" SomeBaseObject EndIf End How am I able to do this, please? Thanks in advance if you can help! Link to comment Share on other sites More sharing options...
Recommended Posts