Jump to content

How to spawn mod items in Skyrim, there is no way of getting them


DmanCapri

Recommended Posts

So this is my first time dealing with mods, bear with me here. I downloaded a few armor and weapon mods and there is no way to get them besides spawning them. I don't know where to find their ID to enter into the player.additem command (I tried the tags under the CRC32 column in WinRar). Am i missing some obvious and important step, did i install the mod badly, or can i find the ID elsewhere?

Link to comment
Share on other sites

If you know the name of the item...

-- Open the console

-- type help "name of item"

-- locate said item in the displayed list

-- get ID# for said item

-- type player.additem ID# 1 (or however many you want)

 

If you do not know the name of the item...

-- Open Creation Kit

-- Load up the mod in question

-- Browse the Object Window (under the items category you will find sub-categories for armor and weapons)

-- Highlight for example Armor category & click on Form ID column to sort it.

-- The mod you loaded will have the highest first two digits -- Example: Skyrim.esm == 00, Update.esm == 01, Mod.esp == 02

-- Find the item(s) you want, note the Form ID #(s)

-- Exit the Creation Kit without saving

-- Open up whatever mod manager you use & locate that mod in the list

-- Locate the load order # (should be a two digit hex-decimal #)

-- Replace the first two digits of the Form ID # with the load order hex-decimal # and make a note of that

-- Launch the game & load your save

-- Use the ID # you just cobbled together in the player.additem command.

 

Hope that helps.

Edited by IsharaMeradin
Link to comment
Share on other sites

  • 5 months later...
  • 2 years later...
  • 3 months later...
  • Recently Browsing   0 members

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