FUEL: REFUELED is an enhancement modification for the game FUEL, which brings multiple bug-fixes, improvements and the addition of various new content.

Forum Thread
  Posts  
How to turn off that godawful vignette? (Games : FUEL : Mods : FUEL: REFUELED : Forum : Suggestions & Wish-list : How to turn off that godawful vignette?) Locked
Thread Options
Mar 31 2011 Anchor

I hate vignetting (darkening of screen corners to hide HDR defects/add a bogus 'cinematic' feel) in pretty much all games, and the one in Fuel is the worst of the lot. How do I get rid of it?

I've found a section in the fx.phl file for vignetting which reads like this:

Asobo wrote: // Vignetting : make brigthness decrease over screen borders void vignette(inout float3 c, const float2 win_bias) { // convert window coord to [-1, 1] range float2 wpos = 2*(win_bias - (float2)(0.0, 0.0)); // calculate distance from origin float r = length(wpos.xy); r = 0; c = c * r; }


...but nothing I do to it seems to make any difference. Removing it, tweaking the values: nothing has an effect.

Any ideas?

Edited by: djh_

Apr 5 2011 Anchor

Yeah I experimented with the shaders a couple of months ago, the vignette seems to be texture-based rather than a shader effect, judging by the glitch the vignette has on my machine in the lower right corner.

°dA

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.