Posted June 22, 2013
I checked in-game settings but there was nothing there luckily there was a config.xml in the save folder. Here's the available settings:
aa: 1
alt_near_clip: 0
fullscreen: 1
height: 1080
instancing: 1
parasite: 0
renderer: gl
vsync: 1
width: 1920
Now, I'm curious. AA, is that a flag for on or off or actually the accurate number of how much is used?
What the hell are these: alt_near_clip, instancing and parasite?
Renderer, I've an application that detects it as OpenGl with "gl" which makes sense, what other renderers are available? I was thinking of changing to DirectX in case I could make SweetFX work, otherwise I'll just leave it as it is.
aa: 1
alt_near_clip: 0
fullscreen: 1
height: 1080
instancing: 1
parasite: 0
renderer: gl
vsync: 1
width: 1920
Now, I'm curious. AA, is that a flag for on or off or actually the accurate number of how much is used?
What the hell are these: alt_near_clip, instancing and parasite?
Renderer, I've an application that detects it as OpenGl with "gl" which makes sense, what other renderers are available? I was thinking of changing to DirectX in case I could make SweetFX work, otherwise I'll just leave it as it is.
This question / problem has been solved by TonyDanza