Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
Weird Lightning Problem
Author Message
Mastix Offline
Junior Member

Posts: 6
Joined: Apr 2007
Reputation: 0
Post: #1
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 all posts by this user Quote this message in a reply
Willbreaker Offline
Member

Posts: 189
Joined: Mar 2007
Reputation: 0
Post: #2
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 all posts by this user Quote this message in a reply
Mastix Offline
Junior Member

Posts: 6
Joined: Apr 2007
Reputation: 0
Post: #3
RE: Weird Lightning Problem
i got it in more lighted area places with some of the objects
04-20-2007 09:56 PM
Find all posts by this user Quote this message in a reply
Willbreaker Offline
Member

Posts: 189
Joined: Mar 2007
Reputation: 0
Post: #4
RE: Weird Lightning Problem
Even with Medium setting?

/Breaker
04-20-2007 09:58 PM
Find all posts by this user Quote this message in a reply
Dark Offline
Senior Member

Posts: 701
Joined: Jul 2006
Reputation: 0
Post: #5
RE: Weird Lightning Problem
actualy it looks pretty sweet imo Tongue
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 all posts by this user Quote this message in a reply
Thomas Offline
Frictional Games

Posts: 2,425
Joined: Apr 2006
Reputation: 29
Post: #6
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 all posts by this user Quote this message in a reply
Dark Offline
Senior Member

Posts: 701
Joined: Jul 2006
Reputation: 0
Post: #7
RE: Weird Lightning Problem
agreed Tongue
just make shure it aint a crap setup then Tongue
but dang, why didnt i tought of turning off bloom ^^

[Image: elfenliednx4.jpg]
04-20-2007 10:53 PM
Find all posts by this user Quote this message in a reply
Mastix Offline
Junior Member

Posts: 6
Joined: Apr 2007
Reputation: 0
Post: #8
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 all posts by this user Quote this message in a reply
Thomas Offline
Frictional Games

Posts: 2,425
Joined: Apr 2006
Reputation: 29
Post: #9
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 all posts by this user Quote this message in a reply
Mastix Offline
Junior Member

Posts: 6
Joined: Apr 2007
Reputation: 0
Post: #10
RE: Weird Lightning Problem
it didnt helped.... should i try installing other drivers?
04-21-2007 11:58 AM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)