Quote:
Originally Posted by DoolittleRaider
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