Guest User

Untitled

a guest
Jan 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. seta com_videoRam "1280" //sets the Video Card memory Set this to the amount you have in MB
  2. seta com_maxfps "60" //limits the frames to 60 can be changed to what you desire
  3. seta image_anisotropy "16" //Using the highest setting here but you can set as 2, 4 or 8
  4. seta image_usecompression 0
  5. seta image_filter "GL_LINEAR_MIPMAP_LINEAR" //filtering for light maps
  6. seta image_preload "1" //Use preload images when ever possible
  7. seta image_lodbias "-1" //LoD settings
  8. seta image_ignoreHighQuality "0" //Sets up for using HQ gfx
  9. seta image_ignoreLowQuality "1" //ignores the low textures
  10. seta image_useCache "1" //Enabled Cache to allow the textures to load properly without popping
  11. seta image_cacheMegs "125" //Cache size in Megabytes
  12. seta image_cacheMinK "50" //Cache minimum size in kilobytes
  13. seta r_aspectRatio "1" // 0=4:3, 1=16:9, 2=16:10, 3=5:4 TFT, -1 custom
  14. seta r_fullscreen "1"
  15. //seta r_customAspectRatioV "10"
  16. //seta r_customAspectRatioH "16"
  17. seta r_swapInterval 1 //VSYNC 1 enabled, 0 diabled
  18. seta r_useHighQualityPostProcess "1" //Fore High Quality post proccessing
  19. seta r_shadowsHighQuality "1" //Force High Quality shadows
  20. seta r_displayRefresh "0" //keep it so the engine doesn't double render a frame
  21. seta r_renderer "best" //highest rendering options
  22. seta r_multiSamples "32" //Set this to 16 or 8 if you're having low-fps as 32 is the Max Multi-sampling
  23. seta r_useHBAO "1" //Ambient occlusion
  24. seta r_useRenderThread "1" // 0 Disable or 1 Enable threaded rendering useful for newer cards to increase performance.
  25. seta r_visDistMult "1"
  26. seta r_useMotionBlur "0" //1 to use blur
  27. seta r_skipBump "0"
  28. seta r_skipSpecular "0"
  29. seta r_skipNewAmbient "0"
  30. seta r_shadows "1"
  31. seta r_cgFragmentProfile "best"
  32. seta r_cgVertexProfile "best"
  33. seta vt_lodBias "-1" //LoD settings
  34. //below is cache settings
  35. seta vt_pageimagesizeuniquediffuseonly2 "8192"
  36. seta vt_pageimagesizeuniquediffuseonly "8192"
  37. seta vt_pageimagesizeunique "8192"
  38. seta vt_pageimagesizevmtr "8192"
Add Comment
Please, Sign In to add comment