Jump to content

Transfer Gear


Recommended Posts

Posted

Is there any way to transfer gear between saves? I've beaten the game on one save and I want to have the same gear on another, however the code isn't the original, so it won't work with "player.additem". So is there any other way?

Guest endgameaddiction
Posted

You mean to an earlier save before you had the gear?

 

You can drop the gear (if it has a go.nif attached to the armor in GECK) target the gear and type gbo (get base object) in console and it will give you the item code.

Posted

You mean to an earlier save before you had the gear?

 

You can drop the gear (if it has a go.nif attached to the armor in GECK) target the gear and type gbo (get base object) in console and it will give you the item code.

A.) no, i mean to a different save

B.) i'll try that ^^ thanks

Posted

You mean to an earlier save before you had the gear?

 

You can drop the gear (if it has a go.nif attached to the armor in GECK) target the gear and type gbo (get base object) in console and it will give you the item code.

A,) not only armour i want, i want to do it with 2 weapons as well

B.) it says gbo doesn't exist

Posted

If you can load your old save then drop everything out of that character's inventory except what you want to have on the new character, open the console and click on your character and use the showinventory command. Write down the form ID's of everything or take a screenshot then load up your new character and use the player.additem <form id> <quantity> to add everything into that character's inventory.

 

The only reason this wouldn't work is if you delete mods or change the load order between loading saves.

Posted

If you can load your old save then drop everything out of that character's inventory except what you want to have on the new character, open the console and click on your character and use the showinventory command. Write down the form ID's of everything or take a screenshot then load up your new character and use the player.additem <form id> <quantity> to add everything into that character's inventory.

 

The only reason this wouldn't work is if you delete mods or change the load order between loading saves.

Ah, thanks! Tried this and it worked!

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...