SKYGEN
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SKYGEN

Private Forum of the Skygenetics modders. Welcome
 
HomeLatest imagesRegisterLog in
ChatBox
Please make sure to read the new rules https://skygen.editboard.com/t1-read-before-posting and follow them, it is important for modders to receive some feedback and for members to give some feedback. Modders should always include the option of a poll so we have the option to vote on whether the article was helpful or not. _____________________________________________________________________________________________ Look on the bottom, there is a chatbox, look also on the right lower corner, there is a chatbox, if you would like more information on this forum, be sure to ask. Many members have no idea why they cannot access certain tutorials and certain files, this link should explain why. -- https://skygen.editboard.com/f8-introduction -- _____________________________________________________________________________________________ Reply to this topic in order to bring the team up. -- http://forums.nexusmods.com/index.php?/topic/562016-want-to-become-a-modder/page__pid__4612292__st__40#entry4612292 -- users replying to that topic will get points towards their promotion, which means higher access to tutorials and files. thanks _____________________________________________________________________________________________ Look on the top tabs of your browser, they should be now scrolling also.... =) _____________________________________________________________________________________________

 

 How to Create a New Weapon (Beginner)

Go down 
3 posters
AuthorMessage
peeta
Admin
Admin
peeta


Posts : 21
Points : 10629
Join date : 2012-02-14

How to Create a New Weapon (Beginner) Empty
PostSubject: How to Create a New Weapon (Beginner)   How to Create a New Weapon (Beginner) EmptyTue Feb 14, 2012 4:34 pm

In this simple tutorial, we will be creating a new item (Weapon) using
the Skyrim Creation Kit, and then we will equip it to our character and
test it on some unlucky enemies. This tutorial assumes you have read
through, and understand, the previous chapter in our Skyrim Creation Kit
Tutorial series. Also, underneath in the "related links" section, you
will find the link to a video on Youtube which shows the steps presented
herein.

1) Load the Skyrim Creation Kit

2) Make sure your plugin is the active file

3) Go to Items-> Weapon. There should be a big list of weapons listed in the Object Window now.

4) Scroll down the Editor IDs to find a weapon with the id of "IronSword"

5) Right click on it, and press DUPLICATE

6) There should now be a weapon called something like IronSwordCOPY000. Right click on it, and press EDIT

7) Change the following attributes:
ID = GiantKiller
Name = GiantKiller
Damage = 10000
Stagger = 10

How to Create a New Weapon (Beginner) Skyrimcrationkitnewweapon2

Feel free to play around with some other values, such as Weight and Value. Click OK

Cool
A window will pop up, "Create New Object? Old ID: IronSwordCopy0000 New
ID: GiantKiller. You have changed the Form's Editor ID. Create a new
Form?" Click on "No". It will then ask you, "Are you sure? This object
is currently in use by 0 objects and 0 references." Click on "Yes".

9) Click on the Disk icon to SAVE your mod

10) Load Skyrim, with your plugin file active

11) Once in game, press the tilda button ~ to bring up the console

12) Type in 'help GiantKiller'

13) Look for the line that says something like:
WEAP: (02002DB7) 'GiantKiller'
You can use the PageUp button to scroll through the console messages if it is offscreen
The number in parenthesis is the item code.

14) Type in: Player.EquipItem 02002DB7
(Obviously, replace the code above with your own item code)
This will equip your new weapon. Alternatively, you can type in:
Player.AddItem 02002DB7 1
to add the item to your inventory without equipping it. Then you can go to your inventory and equip it yourself

15) Bring up your inventory and observe the stats on the new weapon

How to Create a New Weapon (Beginner) Giantkiller

16) Assuming you gave it the damage we suggested (10,000), this weapon
should kill any enemy in one hit. Go play with it to test your new toy.

Credit: Chronodev(ron)
Back to top Go down
0xlordx0
Fifth Generation
Fifth Generation



Posts : 12
Points : 4600
Join date : 2012-02-14

How to Create a New Weapon (Beginner) Empty
PostSubject: Re: How to Create a New Weapon (Beginner)   How to Create a New Weapon (Beginner) EmptyTue Feb 14, 2012 8:07 pm

Is it the same concept for spells or is it different?
Back to top Go down
Admin
Admin
Admin
Admin


Posts : 45
Points : 12298
Join date : 2012-02-13
Age : 34

How to Create a New Weapon (Beginner) Empty
PostSubject: Re: How to Create a New Weapon (Beginner)   How to Create a New Weapon (Beginner) EmptyTue Feb 14, 2012 8:16 pm

0xlordx0 wrote:
Is it the same concept for spells or is it different?

the concept of spells is a little different, to explain in an easy metaphorical example.
we have a pack of cigarettes (our spell) we have our smoke (effect) we have the amount of smoke (spell effects)


in spells we need to have in this order

Spell <--- magic effects attached to it <----- Magic effect variables such as Image modifiers, or effect

they must all coexist together, unless you are using a preexisting effect you may just change the mult id which multiplies desired effect by X numbers.
Back to top Go down
https://skygen.editboard.com
0xlordx0
Fifth Generation
Fifth Generation



Posts : 12
Points : 4600
Join date : 2012-02-14

How to Create a New Weapon (Beginner) Empty
PostSubject: Re: How to Create a New Weapon (Beginner)   How to Create a New Weapon (Beginner) EmptyTue Feb 14, 2012 8:25 pm

So if i wanted to change the damage then i would have to change the "amount of smoke" or Magic effects
Back to top Go down
Admin
Admin
Admin
Admin


Posts : 45
Points : 12298
Join date : 2012-02-13
Age : 34

How to Create a New Weapon (Beginner) Empty
PostSubject: Re: How to Create a New Weapon (Beginner)   How to Create a New Weapon (Beginner) EmptyTue Feb 14, 2012 8:55 pm

0xlordx0 wrote:
So if i wanted to change the damage then i would have to change the "amount of smoke" or Magic effects

you would actually have to change the damage on payrus
Back to top Go down
https://skygen.editboard.com
0xlordx0
Fifth Generation
Fifth Generation



Posts : 12
Points : 4600
Join date : 2012-02-14

How to Create a New Weapon (Beginner) Empty
PostSubject: Re: How to Create a New Weapon (Beginner)   How to Create a New Weapon (Beginner) EmptyTue Feb 14, 2012 9:04 pm

ahh okai thanks
Back to top Go down
Sponsored content





How to Create a New Weapon (Beginner) Empty
PostSubject: Re: How to Create a New Weapon (Beginner)   How to Create a New Weapon (Beginner) Empty

Back to top Go down
 
How to Create a New Weapon (Beginner)
Back to top 
Page 1 of 1
 Similar topics
-
» Making A New Weapon w/ Enchantment (Beginner)
» Changing a Weapon's Damage or Stats (Beginner)
» How To Make a Book (Beginner)
» How To Make a Piece of Armor (Beginner)

Permissions in this forum:You cannot reply to topics in this forum
SKYGEN :: Basic Tutorials-
Jump to: