godsmann Posted October 12, 2010 Share Posted October 12, 2010 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 More sharing options...
Razakel Posted October 13, 2010 Share Posted October 13, 2010 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 More sharing options...
godsmann Posted October 13, 2010 Author Share Posted October 13, 2010 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 More sharing options...
Razakel Posted October 14, 2010 Share Posted October 14, 2010 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 More sharing options...
Razakel Posted October 14, 2010 Share Posted October 14, 2010 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 More sharing options...
Razakel Posted October 14, 2010 Share Posted October 14, 2010 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 More sharing options...
godsmann Posted October 15, 2010 Author Share Posted October 15, 2010 sorry for the lte thank you, bsuy rl crap. ill try these steps out and hopefully does what i need lol. thank you for the help. Link to comment Share on other sites More sharing options...
godsmann Posted October 15, 2010 Author Share Posted October 15, 2010 for some reason its not letting me save the script, any ideas? i did it just the way you typed it. Link to comment Share on other sites More sharing options...
Deleted1848331User Posted October 15, 2010 Share Posted October 15, 2010 Where it says "else", make it "elseif". Try that. It should work. I had the same problem a while ago. Link to comment Share on other sites More sharing options...
godsmann Posted October 15, 2010 Author Share Posted October 15, 2010 nope didnt work :( Link to comment Share on other sites More sharing options...
Recommended Posts