File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Name: "objids"; Description: "Use increased ObjID ranges"; GroupDescription: "Dr
4545Name : " newmantle" ; Description : " Enable NewDark mantling" ; GroupDescription: " General Tweaks:" ;
4646Name : " fmsel" ; Description : " Enable built-in fan mission launcher" ; GroupDescription: " General Tweaks:" ;
4747Name : " fpsfix" ; Description : " Fix physics issues at high framerates" ; GroupDescription: " General Tweaks:" ;
48+ Name : " swgamma" ; Description : " Enable gamma correct screenshots and windowed mode" ; GroupDescription: " General Tweaks:" ;
4849Name : " stutterfix" ; Description : " Reduce micro stutter and mouse lag (Not recommended on CrossFire/SLI setups)" ; GroupDescription: " General Tweaks:" ;
4950Name : " smallportal" ; Description : " Reduce camera jolt near complex geometry and doorways" ; GroupDescription: " General Tweaks:" ;
5051Name : " texfilter" ; Description : " Disable texture filtering for a retro look" ; GroupDescription: " General Tweaks:" ; Flags : unchecked
@@ -156,6 +157,8 @@ begin
156157 EditConfigLine(' cam_ext.cfg' , ' framerate_cap 100.0' , ' framerate_cap 240.0' );
157158 EditConfigLine(' cam_ext.cfg' , ' ;phys_freq 60' , ' phys_freq 60' );
158159 end ;
160+ if WizardIsTaskSelected(' swgamma' ) then
161+ EditConfigLine(' cam_ext.cfg' , ' ;d3d_disp_sw_cc' , ' d3d_disp_sw_cc' );
159162 if WizardIsTaskSelected(' stutterfix' ) then
160163 begin
161164 EditConfigLine(' cam_ext.cfg' , ' d3d_disp_limit_gpu_frames 1' , ' ;d3d_disp_limit_gpu_frames 1' );
You can’t perform that action at this time.
0 commit comments