Jump to content

how to modify a race


godsmann

Recommended Posts

im looking for someone to tell me step by step start to finish on how to add night vision to a custom race. i dont mean the vision that sees life, i mean one that alows a race to see in the dark like they see in the light. any help would be awesome. this will be my first attempt at any type of modding and i use a race that i think would be perfect with this ability. thanks for any help.

 

P.S. if anyone is willing to do it themselves that would be sweet to lol. ill just post the link to the race mod in a private email and then you can email the mod to my email.. once again thanks for any help.

Link to comment
Share on other sites

Step 1: Open up the CS with your custom races esp.

 

Step 2: Go to magic then abilities (it has to be an ability) and give it a night eye effect and name it something easy like "000NightEye"

 

Step 3: Open up scripts and make a new one set it as a MAGIC EFFECT (or it won't show up).

 

Step 4: Make this script

 

SCN NightEyeToggleScript

ref me

Begin ScriptEffectStart
Set me to getself
If ( me.IsSpellTarget 000NightEye == 0 )
me.addSpell 000NightEye
else
me.removeSpell 000NightEye
endif

End

 

Step 5: Go back to spells and make a spell (or lesser power) and select script effect (using that script) and name it something like 000NightEyeToggleSpell.

 

Step 6: Go to character > race and drag the spell 000NightEyeToggleSpell into the spell list for that race.

 

That should do it.

Link to comment
Share on other sites

not trying to be dense and i appriciate the help but the answer is way to broad for me to understand. you really need to break it down barney style for me. i have never even opened up my construction set so a lot of what you said i dont understand. any way you can truely break it down to the point of what to click, where to find it etc ect. thanks for the help.
Link to comment
Share on other sites

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep1.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep2.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep3.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep4.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep5.jpg

Link to comment
Share on other sites

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep6.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep7.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep8.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep9.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep10.jpg

Link to comment
Share on other sites

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep11.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep12.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep13.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep14.jpg

 

http://i858.photobucket.com/albums/ab145/JNCJNC/ToggleSpellStep15.jpg

 

Sorry if I've skipped a step or I've circled the wrong thing. I've got a awful flu right now and it makes concentrating hard.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...