Jump to content

Help with a very simple blur mod


Fracta

Recommended Posts

I am using motion blur and forward motion blur. My pc isn't so great these days, but still handles oblivion reasonably well. Does anyone know how those mods work? I would like to copy and modify one of them so that there is a constant slight blur all over the screen. just to get rid of those sharp edges. I can't see it reducing performance at all. Its kinda like the opposite of anti-aliasing.

So yeah. Any help would be much appreciated. I am a quick learner and know my way around code. I just have no idea how to get started.

Thanks

Link to comment
Share on other sites

The function you need is TriggerHitShader. Just create a quest script that runs this line over and over, each 0.5 seconds or so.

 

scn xxx
float fQuestDelayTime

Begin GameMode
set fQuestDelayTime to 0.5
TriggerHitShader 0.75
End

 

Mark the quest as enabled from start and adjust the value (0.75) as you see it fits your taste, that's all.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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