Advertisement
Drakonas

ffxiiiimg GeDoSaTo User Config

Dec 17th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # Lines starting with "#" are ignored by GeDoSaTo and used to provide documentation
  2.  
  3. # This is a user config file override for config\ffxiiiimg\GeDoSaTo.ini
  4. # Look in that file for possible settings and their documentation
  5. # Add your custom settings below
  6.  
  7. renderResolution 1920x1080@30
  8.  
  9. ## Anti Aliasing
  10. # MSAA sample count, default 4, other options: 2, 8
  11. # higher = higher performance impact
  12. MSAASampleCount 8
  13. # Enable coverage sampling (CSAA on NV, EQAA on AMD) if HW supports it
  14. # (improvement for small performance hit)
  15. enableCoverageSampling CSAA
  16.  
  17. ## Shadow Resolution
  18. # 1 = default
  19. # sensible values: 2, 4, 8 (extreme)
  20. # higher numbers = larger performance impact
  21. shadowScale 4
  22.  
  23. # Forces an anisotropic filtering level
  24. # 0 = no override
  25. # N = force Aniso level N on all surfaces (eg. N=16)
  26. # NOTE: this is more "brutal" than the driver-level override, and may break the graphics
  27. # in some games. Outside of special circumstances (e.g. FF13), you should rather use a
  28. # driver-level override.
  29. forceAnisoLevel 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement