Cigam on 28/10/2013 at 22:50
I am playing a thief game for the first time in two and a half years - TMA - but even at max gamma the game is way too dark.
I have played thief 1 or 2 about 5 times since 2002 across a few different PCs and monitors, and I never had to play with max gamma before - is this something to do with the tafferpatch or t2tool, which I am using for the first time? I have tried both and taffer is slightly brighter at max gamma, but still not enough.
Also NVidia's own brightness and gamma options do not seem to work in games.
Any ideas?
TIA.
calmflow on 29/10/2013 at 20:53
I used to have this problem, Cam.cgf has a gamma option which you can increase beyond the ingame limits.
However New dark (1.19, 1.20, 1.21) has greater gamma range if I remember correctly.
New Dark thread is here (
http://www.ttlg.com/forums/showthread.php?t=140085)
voodoo47 on 29/10/2013 at 21:07
edit cam_ext.cfg and remove ; from the beginning of the line with d3d_disp_no_rgb10_buf. see whether that helps.
optimus laptop maybe?
Cigam on 30/10/2013 at 04:48
Thanks for the suggestions, both worked.
Editing the gamma value in cam.cfg does the trick although oddly the lower the value the brighter the game is. At max in-game gamma the value in the file is 0.5 and changing it to 0.46 provided adequate brightness. Problem with this method is that if you attempt to change gamma in-game, or perhaps even just by opening the video tab in the options screen, the gamma is reset so that it is at least 0.5 once more. Meaning that the file has to be re-edited to re-enable the brightness.
Altering the suggested line in cam_ext.cfg also did the trick and allows you to change in-game gamma and visit the video options without losing anything, so I'll use this method. Not sure what other graphical effects I am losing by changing this option, but it is simpler.
Now if only there was a line somewhere in a cfg file for Alan Wake, which was also too dark at max in-game brightness.
Cigam on 30/10/2013 at 04:49
Quote Posted by voodoo47
optimus laptop maybe?
No, new desktop PC with a Nvidia card.
voodoo47 on 30/10/2013 at 07:25
Quote Posted by Cigam
Not sure what other graphical effects I am losing by changing this option, but it is simpler.
you are losing sky smoothing.
sNeaksieGarrett on 30/12/2018 at 05:28
Thief 2 too dark in the shadows - can't really see anything
Sorry to revive such an old thread but I can't seem to find a solution to my problem. I've looked around and most of the suggestions I see revolve around NewDark and modifying "cam_ext.cfg", which I don't have. I know people will suggest using NewDark but I am intentionally NOT using NewDark for this specific case because the Thief 2 multiplayer patch is not compatible with NewDark. (I also have NewDark as a separate install but I am also trying to play Thief 2 multiplayer on this machine.)
So, I'm using Windows 10 Pro, Thief 1.18 (with t2mp installed), ddfix applied with screen res at 1280 x 1024.
In-game gamma slider does not work. Suggestion I see online is to change gamma from within cam.cfg. Changing "gamma" in cam.cfg to "gamma 0.2" from "gamma 0.5" seems to have no effect whatsoever.
I have an Nvidia Geforce GTX 960 graphics card, CPU i5-6600k 3.5GHZ
Unna Oertdottir on 30/12/2018 at 10:12
Try +/- keys (not keypad)
Isn't there also a setting in ddfix.ini to enable gamma?
sNeaksieGarrett on 3/1/2019 at 05:44
There is but that didn't seem to actually change anything. This:
Code:
;Enable gamma correction. Boolean. (Default 1.)
EnableGamma=1
I know Thief has a gamma "increase" and "decrease" button, which it looks like you are suggesting above but mine are set to "[" and ]" I believe. I seem to recall trying that too with no result.
Jax64 on 4/1/2019 at 23:18
The reason the gamma is not working is due to how Windows 10 handles DirectDraw and incompatibility with some modern graphics card drivers.
If you are running the game with ddfix, one solution would be to add the line "ModulateShift=1" in ddfix.ini or modify the existing value, which is usually zero.
While it doesn't necessarily enable gamma, it should make the game bright enough to see everything and is an easy solution that does not involve downloading any additional software.
There is also another solution that should allow you to change gamma in-game. You would need to download a wrapper that could translate many of the API calls to work properly on a modern operating system.
One that comes to mind is (
https://github.com/narzoul/DDrawCompat/releases) DDrawCompat. Downloading version 0.2.1 from the releases page and placing the downloaded "ddraw.dll" into your Thief 2 installation directory should allow gamma to work as intended.