Frozeninreality Posted February 10, 2012 Share Posted February 10, 2012 Im trying to work with making new weapon effects, the problem is once I have made my weapon I have no idea how to aquire it in game. Is there some way to locate my new items ID so I can player.additem? Or whats the roundabout to this? Thanks! Link to comment Share on other sites More sharing options...
CampanaAliquanta Posted February 10, 2012 Share Posted February 10, 2012 How did you add it into the game? If you used the Creation Kit, your item should be listed in the Objects window (under whichever category you added it). The first colum shows the Editor ID, and the second column shows the FormID. The FormID is the one you can use to spawn the item in game using the console. Link to comment Share on other sites More sharing options...
Frozeninreality Posted February 10, 2012 Author Share Posted February 10, 2012 How did you add it into the game? If you used the Creation Kit, your item should be listed in the Objects window (under whichever category you added it). The first colum shows the Editor ID, and the second column shows the FormID. The FormID is the one you can use to spawn the item in game using the console. I see, Thanks! I also found out that if you do "Help (item name)" it will tell you its additem code also. For anyone who was interested in knowing lol. Link to comment Share on other sites More sharing options...
SabinXL Posted February 10, 2012 Share Posted February 10, 2012 (edited) I found that using the help console command was the best way to find out the form ID of items - I'm not sure why, but the two items I tested in the CK a few nights ago ended up having different Form IDs than what was advertised in the CK, which led to a fair bit of frustration. The help command is the way I found out what their actual Form IDs were. Edited February 11, 2012 by SabinXL Link to comment Share on other sites More sharing options...
Frozeninreality Posted February 10, 2012 Author Share Posted February 10, 2012 I found that using the help console command was the best way to find out the form ID of items - I'm not sure why, but the two items I tested in the a few nights ago ended up having different Form IDs than what was advertised in the CK, which led to a fair bit of frustration. The help command is the way I found out what their actual Form IDs were. Yeah, I probably could have done some more researching before I posted but hopefully this thread will help others who have the same issue. Though I do have something else. I wanted to create some different "shouts" using custom audio clips. (Considering doing some voice work for my quests and actually recording new shouts.) I was tinkering around under the shouts category in the CK, but I cant seem to find where the audio files reference...aka lets say change Unrelenting force to the voice it would say for whirlwind sprint (not going to do that just an example.) Any ideas on how the heck to do that? Link to comment Share on other sites More sharing options...
Recommended Posts