New to modding and I'm most interested in creating some new weapons for the game. Anyways, I followed the tutorial on the creation kit wiki for creating a new weapon. (apparently I can not add links since this is my first post)
Now, I got to the part in the game where you add the weapon you created. Which is the following console command:
player.EquipItem VorpalSword 1
Every time I type this in I get an error that the ObjectID does not exist.
So I thought, oh maybe I need to enter the numerical value of the object. In this case it is 01000D62
So I type in the following command.
player.Equipitem 01000D62 1
Same error. ObjectID doesn't exist.
I'm going crazy here. This is the first and probably easiest thing in the world to do and I already cant do it. My .esp is definitely saved and loaded when I start the game.
Just in case it wasn't I tried just loading up the original DaedricSword from the tutorial and it still doesn't work.
I was able to equip an Iron Sword by using the numerical value of the object.
The only difference I saw was that the Iron Sword had something like 132 in the "Count" figure in the object menu and mine had 0*.
Is this why I cant load this item? If anyone can help it would be appreciated.
Thanks.
