Difference between revisions of "Bethesda Tutorial Customizing Weapons & Armor"

no edit summary
imported>JohnFord
imported>JohnFord
 
(One intermediate revision by the same user not shown)
Line 67: Line 67:
* Start the game with your plugin loaded.
* Start the game with your plugin loaded.
* Once in-game, press ~ to bring up the [[Console Commands|Developer Console]], then enter '''help VorpalSword 0'''
* Once in-game, press ~ to bring up the [[Console Commands|Developer Console]], then enter '''help VorpalSword 0'''
* Remember the ID and type in '''player.EquipItem (ID) 1'''
* Remember the ID and type in '''player.EquipItem''' (the item's ID) '''1'''
* Draw your weapon, and the sword will be in your hand. Go find something to kill!
* Draw your weapon, and the sword will be in your hand. Go find something to kill!
<br>
<br>
Line 174: Line 174:
* Start the game with your plugin loaded.
* Start the game with your plugin loaded.
* Once in-game, press ~ to bring up the [[Console Commands|Developer Console]], then enter:
* Once in-game, press ~ to bring up the [[Console Commands|Developer Console]], then enter:
** '''player.EquipItem ArmorGlassSpellward 1'''
** '''help ArmorGlassSpellward 0'''
** '''player.AddItem ArmorGlassShield 1'''
** Remember the ID and type in '''player.EquipItem''' (the ID) '''1'''
* You should now have the Spellward
* Now type:
** '''player.AddItem 0001393C 1'''
* You should now have the Glass Shield
* Draw your weapon, and the shield will be in your hand. Compare the two-- you should be able to notice the difference!
* Draw your weapon, and the shield will be in your hand. Compare the two-- you should be able to notice the difference!


Anonymous user