Advertisement
GeorgeJimmerman

make hunt: showdown look like shit

Jul 9th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. -- System.cfg
  2.  
  3. -- Localization
  4. sys_languages = "english,russian,chinese"
  5.  
  6. -- LANGUAGE
  7. sys_languages = "english"
  8.  
  9. -- VSYNC CAP TO MONITOR REFRESH RATE
  10. r_vsync=0
  11.  
  12. -- FOV
  13. cl_fov=80
  14.  
  15. -- 0 single gpu or 1 multiple gpu
  16. r_TexturesStreamPoolSize=(YOUR GPU'S VRAM)
  17.  
  18. -- mouse options
  19. i_mouse_smooth=0
  20. i_mouse_accel=0
  21.  
  22. -- Variable Commands
  23. --PRIORITY1
  24. sys_spec=1
  25. sys_spec_Particles=0
  26. sys_spec_Physics=0
  27. sys_spec_PostProcessing=0
  28. sys_spec_Shadows=0
  29. sys_spec_Quality=0
  30. sys_spec_Sound=3
  31. sys_spec_Texture=0
  32. sys_spec_TextureResolution=0
  33. sys_spec_VolumetricEffects=0
  34. sys_spec_Water=0
  35. sys_spec_light=0
  36. sys_flash_curve_tess_error=0
  37. sys_flash_edgeaa=0
  38. --PRIORITY2
  39. q_Renderer=0
  40. q_ShaderFX=0
  41. q_ShaderGeneral=0
  42. q_ShaderGlass=0
  43. q_ShaderHDR=0
  44. q_ShaderIce=0
  45. q_ShaderMetal=0
  46. q_ShaderPostProcess=0
  47. q_ShaderShadow=0
  48. q_ShaderSky=0
  49. q_ShaderTerrain=0
  50. q_ShaderVegetation=0
  51. q_ShaderWater=0
  52. --PRIORITY3
  53. e_ParticlesShadows=0
  54. e_ParticlesObjectCollisions=0
  55. e_ObjQuality=0
  56. e_ObjShadowCastSpec=0
  57. e_SvoTI_GSMCascadeLod=0
  58. e_CullVegActivation=0
  59. e_CoverageBufferReproj=1
  60. e_DecalsSpawnDistRatio=0
  61. e_VegetationUseTerrainColor=0
  62. e_LightVolumes=0
  63. e_Shadows=0
  64. e_Clouds=0
  65. e_SkyUpdateRate=0
  66. e_WaterOceanFFT=0
  67. e_ShadowsMaxTexRes=0
  68. e_ShadowsCastViewDistRatio=0
  69. e_ShadowsUpdateViewDistRatio=0
  70. e_OcclusionCullingViewDistRatio=0
  71. e_TerrainOcclusionCullingMaxDist=0
  72. e_TerrainLodRatio=0
  73. e_svoTI_RsmConeMaxLength=0
  74. e_ViewDistRatioModifierGameDecals=0
  75. e_ShadowsPoolSize=0
  76. e_ShadowsResScale=0
  77. e_ShadowsTessellateCascades=0
  78. e_TessellationMaxDistance=0
  79. e_Tessellation=0
  80. e_DynamicLightsMaxEntityLights=0
  81. e_PhysProxyTriLimit=0
  82. e_WaterTessellationAmount=0
  83. e_VegetationMinSize=0
  84. es_DebrisLifetimeScale=0
  85. es_MaxPhysDist=0
  86. es_MaxPhysDistInvisible=0
  87. r_EnvCMResolution=0
  88. r_DetailDistance=0
  89. r_ShadowsUseClipVolume=0
  90. r_FlaresTessellationRatio=0
  91. r_EnvTexUpdateInterval=0.001
  92. r_EnvTexResolution=0
  93. r_AntialiasingMode=0
  94. r_ShadowJittering=0
  95. r_FogShadows=0
  96. r_FogShadowsWater=0
  97. r_ssdo=0
  98. r_TessellationTriangleSize=0
  99. r_TexMaxAnisotropy=0
  100. r_TexMinAnisotropy=0
  101. r_sharpening=0
  102. r_ShadowPoolMaxFrames=0
  103. r_ShadowPoolMaxTimeslicedUpdatesPerFrame=0
  104. r_Sunshafts=0
  105. r_SSReflections=0
  106. r_ShadowsPCFiltering=0
  107. r_Refraction=0
  108. r_ShadowsCacheResolutions=0
  109. r_WaterUpdateFactor=0
  110. r_WaterUpdateDistance=0
  111. r_WaterReflectionsMinVisiblePixelsUpdate=0
  112. g_breakage_particles_limit=0
  113. v_vehicle_quality=0
  114. ca_AttachmentCullingRation=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement