Jump to content

How to obtain custom items made in Creation Kit?


Dua1ity

Recommended Posts

Nooblet here. I created a custom item, a piece of armor, in the Creation Kit by duplicating an existing piece of armor, renaming it, changing the Editor ID, and modifying the armor rating. I have the plugin file activated when I launch Skyrim. The FormID number is 01000D62. Is that not the Object ID?

 

When I try to give it to myself in game, I enter:

 

player.additem 01000D62 1

 

I get an error saying:

 

item not found for parameter object id

 

What do I need to do so I can obtain my armor?

Link to comment
Share on other sites

Nooblet here. I created a custom item, a piece of armor, in the Creation Kit by duplicating an existing piece of armor, renaming it, changing the Editor ID, and modifying the armor rating. I have the plugin file activated when I launch Skyrim. The FormID number is 01000D62. Is that not the Object ID?

 

When I try to give it to myself in game, I enter:

 

player.additem 01000D62 1

 

I get an error saying:

 

item not found for parameter object id

 

What do I need to do so I can obtain my armor?

 

Personally I would create a container with the custom object inside, and put that container somewhere in the game world I find easy to remember. IIRC the giveitem command also alters the name of the object depending on the load order.

Link to comment
Share on other sites

When I try to give it to myself in game, I enter:

 

player.additem 01000D62 1

 

I get an error saying:

 

item not found for parameter object id

Try adding +1 (or +2) to the highest number when using the console like this: 0200d62.

Link to comment
Share on other sites

Really simple - while in game, type "help NameofItem 0"

The id number and the name of the item will appear, assuming the name is unique.

(If not, you can scroll up and down the results with pgup and pgdn)

Then type player.additem thenumberitgivesyou 0.

 

The first two numbers correspond to the load order of the mod, so they will be 99 out of 100 times be different in game vs what it says in the ck.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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