Thread: SweetFX GUI
View Single Post
  #6  
Old 12-03-2012, 06:40 PM
Vanilla Vanilla is offline
Registered Member
 
Join Date: May 2008
Posts: 4
Default

Quote:
Originally Posted by DoolittleRaider View Post
Can you explain why the split screen option (and all other settings besides "Custom") is not available when one selects an SMAA Preset of, for example, "SMAA PRESET HIGH" or "SMAA PRESET ULTRA"?

Also, what does the "Improve Steam Overlay Compatibility" option do?
Being a GUI -> I guess that is related with the underlying SweetFX - the injector.ini (part of SweetFX) looks like this:

Code:
[injector]
; See the following URL to find out what keycode a key has:
; http://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes

;toggle shader keycode
key_toggle = 145 ; the SCROLL_LOCK key

;make screenshot keycode
key_screenshot = 44 ; PRINTSCREEN

;reload shader files keycode
key_reload = 19 ; the PAUSE key


[smaa]
;smaa preset one of {SMAA_PRESET_LOW, SMAA_PRESET_MEDIUM, SMAA_PRESET_HIGH, SMAA_PRESET_ULTRA}
;keep it set to SMAA_PRESET_CUSTOM to allow for custom settings
preset = SMAA_PRESET_CUSTOM

[misc]
;set to 1 to improve steam overlay compatibility
weird_steam_hack = 1
Reply With Quote