Jump to content

How to remove permanent effect


FreshDaemon

Recommended Posts

See http://thenexusforums.com/lofiversion/index.php/t71380.html

 

Anyone know how to remove a permanent effect? My character now has Legendary Chameleon (0) active all the time, making me invisible. I can get rid of it by typing Player.SetActorRefraction 0 at the console, but any time I sneak or load a saved game, it comes back. It's pretty annoying.

Link to comment
Share on other sites

That is a weird bug. The KDQ mod makes my companions from two different mods invisible or chameleoned, but I have not found a cause. I don't know how to fix your problem, but it sounds like it would not be too hard to fix the symptoms. You could create a mod consisting of one object script placed on one unique item in the world.

 

SCN aaHateChameleonSCRIPT

Begin GameMode
Player.SetActorRefraction 0
End

 

I think this, or something similar might work. If this caused lag, you could use a "Begin MenuMode" block instead.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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