Jump to content

Recommended Posts

Posted

I'm thinking of creating a race mod and have my race have a permanent night-eye effect but I'd also like to make a blindfold that they can wear that makes them able to see normally.

 

my question is, is it possible to script the effect that the blindfold would require and if so how would I do it?

 

Also is there a mod out there that makes night-eye better (less blue)?

Posted

In order to make the nighteye effect permanent, you'll have to make it an Ability type spell. As for scripting the blindfold to do what you want, that's easy. The script would look like:

 

scn Fury945BlindfoldScript

Begin OnEquip Player

Player.RemoveSpell SpellID

End

Begin OnUnEquip Player

Player.AddSpell SpellID

End

 

Just replace SpellID with the EditorID of the Nighteye Ability spell and attach this script to your blindfold.

 

This is a good source of replacers for the Nighteye shader.

Posted

Thanks this should help a lot,

Maybe I'll have a race mod finished by the end of the month (if I can get around to making it).

  • Recently Browsing   0 members

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