Jump to content

getting items codes from mods


erickin

Recommended Posts

How can you get the items codes from the mods? in order to add that item directly to your inventory instead of having to buy it from the vendors. what do i have to do?

 

Well that´s because i´ve downloaded several armor and weapon mods, and i´m having some problems, because those items should be available at some vendors but they are not being shown, only a few, maybe something was overwritten. I guess that happens when several mods alter the "selling table" of one particular vendor.

 

thanx

Link to comment
Share on other sites

if you know the code of the item (say its 1234) the hit the ~ key and type

player.additem XX1234 1

 

the XXs are the load order number of the mod that adds the item, you can get that by looking at your list in FOMM. and the 1 afterwards is the amount added.

 

if you dont know the item number then you could check and see if its in the readme file. or open the mod in the geck, find the item in question and hover the mouse over it, it will give you the id#.

 

hope that helps

Link to comment
Share on other sites

no problem. once you have the geck only load one mod at a time when checking. the item codes will be along the lines of 000EA6 etc. but the first two digits still have to be replaced by the load order number of your mod (that shows up in FOMM)
Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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