Problem in using console command to add a custom shout

Post » Wed Jun 20, 2012 5:54 am

I have created a custom dragon shout using spell effects from other shouts, creating my own words of power and doing my own vocal for the shout, but when i try to use console commands to add it to my character it gives the response "Item "xxxxxxx" not found for parameter word of power". I am wondering if i have missed a step or something in creating the shout. Any help is appreciated.
User avatar
Killah Bee
 
Posts: 3484
Joined: Sat Oct 06, 2007 12:23 pm

Post » Wed Jun 20, 2012 4:16 pm

Assuming this is an incorrect ID input:

The ID has to match the load order of the mod index. The mod index is the first 2 digits of the FormID.
example

if it's seventh in the load order, and the editor ID is 0200FF7A, you instead use player.addshout 0700FF7A
User avatar
OJY
 
Posts: 3462
Joined: Wed May 30, 2007 3:11 pm

Post » Wed Jun 20, 2012 3:46 pm

[00] Skyrim.ESM
[01] Update.ESM
[02-FE] Other
[FF] YourSave.ess

Seventh mod would be [06] as load indices are offset by -1.
User avatar
Laura
 
Posts: 3456
Joined: Sun Sep 10, 2006 7:11 am

Post » Wed Jun 20, 2012 8:51 am

It's working now. Thanks for the help!
User avatar
Shaylee Shaw
 
Posts: 3457
Joined: Wed Feb 21, 2007 8:55 pm


Return to V - Skyrim