Jump to content

A question about modding


Fury945

Recommended Posts

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)?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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