Jump to content

What causes screen blur when *spoiler*


ChampionOfHircine

Recommended Posts

Well, it's an image space modifier called by a script. I just opened one up in the CK and looked at it, and the effect does indeed seem to be called by the script attached to the scroll. Is your test load for your custom map 'clean'? If not or you're not sure, that might explain why it's happening even after you think you've removed the script.

 

If a clean save doesn't help, then take a normal book and change the models for world art and inventory art to the same models an elder scroll uses. I'm pretty confident that the old script is just still active in your save though... or, that you removed the script but it didn't really remove itself. That happens sometimes as you are creating a new item. You just have to open it back up and remove it again.

Link to comment
Share on other sites

Oh yeah, didn't think about that. I was loading a save where I already had the scroll to test it. Tried it again and figured out the reading animation is part of the same script. If I delete a few properties I can keep the animation and get rid of the blindness effect. The problem is the animation only lasts a second or so. I have no idea how to get the scroll to stay open. Would I have to make my own animation? Can I modify an existing one? I know nothing about animation and it scares me... :sad:
Link to comment
Share on other sites

I would have to test it to be sure but it looks like the length of time is also controlled by the script... all those 'utility.wait(X.X) lines. Unfortunately, you would have to make your own copy of the script and repopulate all those properties into it, otherwise whatever change you make to the length of time will effect the reading of regular elder scrolls, too. Assigning properties to none in the properties window like you already did (I hope that's how you did it!) with the ISMs was safe, though...

 

Try assigning the idle "IdleStop" to none... it is called just after all those wait()s, so it looks like that's what stops the animation. It might result in the player holding the scroll open until he or she makes some other movement. Huh... maybe that's what I needed to call for my shackles problem!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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