bonoboinpinktights Posted January 21, 2009 Share Posted January 21, 2009 Is it possible to add the lightning effect tesla armor has without nifskope or other complex graphical editing programs? I'm trying to make a power fist that is surrounded by lightning. Link to comment Share on other sites More sharing options...
mazakala Posted January 21, 2009 Share Posted January 21, 2009 The boobie-trapped terminals use a script withplaceatme FXComputerSparksOf course using that effectively would require some additional scripting and still might not look good. Link to comment Share on other sites More sharing options...
deliverance6 Posted January 21, 2009 Share Posted January 21, 2009 erm, yeh, its possible with scripting. while im not familiar with the tesla armor i can imagine it will use a Magic shader. so, find the magic shader effect it uses then make a new script.it will be somthing along the lines of whats written below, although you may need to referane the player so (BeginOnEquipt player)SCN a6MyScriptNameWhatever BeginOnEquipt PMS TeslaMagicShaderNameHere endif BeginOnUnequipt SMS TeslaMagicShaderNameHere endif end save you're script, then load up the weapon. Click the "script" tab and select this script. save the mod with any luck, it "should" now work. but scripting and magic shader effects are tempremental at best as i've found when making flaming knuckledusters **Edit oh and "PMS" = PlayMagicShader"SMS" = StopMagicShader ie, this is jsut visual effect scripting and wont affect the attacks (ie, just because it looks electrified doesnt mean it will be when you attack) Link to comment Share on other sites More sharing options...
bonoboinpinktights Posted January 22, 2009 Author Share Posted January 22, 2009 Wow, i thought it would be easier... So, copy/paste the script you posted, and add the scrip to to the weapon i want? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.