Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Weird Lightning Problem
Mastix Offline
Junior Member

Posts: 6
Threads: 2
Joined: Apr 2007
Reputation: 0
#1
Solved: 8 Years, 3 Weeks ago Weird Lightning Problem

Some Weird Problem Happening in Expose to light... its wayyyy to bright... and it doesnt go realisticly, but it only happens when Shader Quality is set to high(and i tried all the other settings...) and i want to play with high cause i got nice specs... System Specs : Amd Athlon 64 x2 5200 DuelCore AM2.
Sapphire ATI x1950xt. 1024 mb of ram ddr2 800 mhz. with all drivers and stuff........... heres the pictures
[Image: 2000512128910675674_rs.jpg]
thx for any help
(This post was last modified: 04-20-2007, 09:22 PM by evil_genius.)
04-20-2007, 09:19 PM
Find
Willbreaker Offline
Member

Posts: 189
Threads: 6
Joined: Mar 2007
Reputation: 0
#2
Solved: 8 Years, 3 Weeks ago RE: Weird Lightning Problem

Is the difference so huge that you absolutely can't play on medium lightning? Or do you just want to feel good about being able to play with the highest settings (I realize of course that it would feel good to do that with a nice computer) ?

I have X1900XT and I could play with the highest settings, without that bug. Perhaps an in game bug?

/Breaker
04-20-2007, 09:54 PM
Find
Mastix Offline
Junior Member

Posts: 6
Threads: 2
Joined: Apr 2007
Reputation: 0
#3
Solved: 8 Years, 3 Weeks ago RE: Weird Lightning Problem

i got it in more lighted area places with some of the objects
04-20-2007, 09:56 PM
Find
Willbreaker Offline
Member

Posts: 189
Threads: 6
Joined: Mar 2007
Reputation: 0
#4
Solved: 8 Years, 3 Weeks ago RE: Weird Lightning Problem

Even with Medium setting?

/Breaker
04-20-2007, 09:58 PM
Find
Dark Offline
Senior Member

Posts: 701
Threads: 20
Joined: Jul 2006
Reputation: 0
#5
Solved: 8 Years, 3 Weeks ago RE: Weird Lightning Problem

actualy it looks pretty sweet imo :p
but i dont know what it is
i see your having a dualcore processor, i read at some places that it gives problems with some games unless you install a program from amd on your computer
dont know the name tough nd not sure if it would help either Confused

[Image: elfenliednx4.jpg]
04-20-2007, 10:15 PM
Find
Thomas Offline
Frictional Games

Posts: 2,634
Threads: 184
Joined: Apr 2006
Reputation: 68
#6
Solved: 8 Years, 3 Weeks ago RE: Weird Lightning Problem

Try turning off bloom, I will check into this more later and see if I can figure out any reason why it behaves this way.

And oh, if I get to rule the world, everbody will need to have the same computer setups. Tongue
04-20-2007, 10:23 PM
Find
Dark Offline
Senior Member

Posts: 701
Threads: 20
Joined: Jul 2006
Reputation: 0
#7
Solved: 8 Years, 3 Weeks ago RE: Weird Lightning Problem

agreed :p
just make shure it aint a crap setup then :p
but dang, why didnt i tought of turning off bloom ^^

[Image: elfenliednx4.jpg]
04-20-2007, 10:53 PM
Find
Mastix Offline
Junior Member

Posts: 6
Threads: 2
Joined: Apr 2007
Reputation: 0
#8
Solved: 8 Years, 3 Weeks ago RE: Weird Lightning Problem

Thomas Wrote:Try turning off bloom, I will check into this more later and see if I can figure out any reason why it behaves this way.

And oh, if I get to rule the world, everbody will need to have the same computer setups. Tongue
i already said i tried to change all settings.... inculding resoulution effects textures shadows and all other stuff but it only helps when the Shader Quality is not on high...
(This post was last modified: 04-20-2007, 10:59 PM by evil_genius.)
04-20-2007, 10:58 PM
Find
Thomas Offline
Frictional Games

Posts: 2,634
Threads: 184
Joined: Apr 2006
Reputation: 68
#9
Solved: 8 Years, 3 Weeks ago RE: Weird Lightning Problem

Oki, thanks for the nice feedback, my bet is that it is becuase of the specular and that is either due some extra sensitive thingy on your card and driver combo (had that with the tech demo) or simple bad drivers.

If you wanna be a hacker yourself the code for the specular is in:
BumpSpec_Light_fp.cg (especialy lines 28 and 29)
BumpColorSpec_Light_fp.cg (especialy lines 33 and 34)
in redist/core/programs/

try changing:

specular = pow(specular, 16) * lightColor.w * bumpVec.w;
and
specular = pow(specular, 16)* lightColor.w * spotColor.w;

to

specular = 0;

in both the files and see if that changes anything

and feel free to play around and post your results Smile
04-20-2007, 11:16 PM
Find
Mastix Offline
Junior Member

Posts: 6
Threads: 2
Joined: Apr 2007
Reputation: 0
#10
Solved: 8 Years, 3 Weeks ago RE: Weird Lightning Problem

it didnt helped.... should i try installing other drivers?
04-21-2007, 11:58 AM
Find




Users browsing this thread: 1 Guest(s)