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

no edit summary
imported>Pepsi kola
imported>JohnFord
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category: Tutorials]]
[[Category: Tutorials]]
[[Category: New Users]]
[[Category: New Users]]
=Краткий обзор=
=Overview=
This chapter will guide you through the process of creating and customizing your own weapons and armor.
This chapter will guide you through the process of creating and customizing your own weapons and armor.


Line 66: Line 66:
Make sure to save your plugin. Then give it a try:
Make sure to save your plugin. Then give it a try:
* 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 '''player.EquipItem VorpalSword 1'''
* 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''' (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 173: 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