Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. seta g_skipintro "1"
  2. seta com_allowconsole "1"
  3. seta g_weaponSwitchTimeout "0"
  4.  
  5. //FPS by ressected
  6. seta com_unlock_maxFPS “0”
  7. seta com_unlock_timingMethod “0”
  8. seta com_unlock_avgFrames “4”
  9. seta com_unlockFPS “1”
  10. seta com_showFPS “1”
  11. seta r_useThreadedRenderer “0” //your CPU is single core
  12.  
  13. //Moving/Actions
  14. seta in_toggleSprint "0"
  15. seta in_toggleRun "0"
  16. seta ui_voipReceiveFireTeam "1"
  17. seta ui_voipReceiveTeam "1"
  18. seta ui_voipReceiveGlobal "1"
  19. seta gui_fireTeamAlpha "0.5"
  20. seta gui_chatAlpha "1"
  21. seta g_chatLineTimeout "5"
  22. seta g_chatFireTeamColor "0.8 0.8 0.8 1.0"
  23. seta g_chatTeamColor "1 1 0 1"
  24. seta g_chatDefaultColor "1 1 1 1"
  25.  
  26. // Connection
  27. seta net_maxQoSRequests "12"
  28. seta net_QoSTimeout "999"
  29. seta net_useUPnP "1"
  30. seta net_socksPassword ""
  31. seta net_socksUsername ""
  32. seta net_socksPort "1080"
  33. seta net_socksServer ""
  34. seta net_socksEnabled "0"
  35. seta net_httpProxyMode "1"
  36. seta net_httpProxy ""
  37. seta net_updateAutoExecute "1"
  38. seta net_updateAutoDownload "1"
  39. seta net_serverSpeexEnabled "1"
  40. seta net_serverSpeexQuality "10"
  41. seta net_serverPunkbusterEnabled "0"
  42. seta net_clientPunkbusterEnabled "1"
  43. seta net_clientMaxRate "30000"
  44. seta net_serverMaxClientRate "30000"
  45. seta net_serverMaxRepeaterRate "32000"
  46. seta net_clientprediction "0"
  47. seta net_clientlagometer "0"
  48.  
  49. // Mouse, Shooting Influences
  50. seta m_rawInput "1"
  51. seta m_strafeSmooth "1"
  52. seta m_smooth "1"
  53. seta m_strafeScale "6.25"
  54. seta m_yaw "0.022"
  55. seta m_pitch "0.022"
  56. seta in_pitchspeed "140"
  57. seta in_yawspeed "140"
  58. seta ui_postArmFindBestWeapon "0"
  59. seta ui_ignoreExplosiveWeapons "1"
  60. seta ui_autoSwitchEmptyWeapons "0"
  61. seta ui_showGun "0"
  62. seta pm_skipBob "0"
  63. seta pm_bobroll "0"
  64. seta pm_bobpitch "0"
  65. seta pm_bobup "0"
  66. seta pm_runroll "0"
  67. seta pm_runpitch "0"
  68. seta pm_runbob "0"
  69. seta pm_walkbob "0"
  70. seta pm_crouchbob "0"
  71. seta g_hitBeep "1"
  72. seta g_fov "105"
  73.  
  74.  
  75. // Graphics/Performance
  76. seta r_shadows "0"
  77. seta g_showPlayerShadow "0"
  78. seta r_skipStuff "1"
  79. seta com_lastGraphicsDetailLevel 0
  80. seta bse_detailLevel 0.5
  81. seta bse_simple 1
  82. seta r_skipStuff 1
  83. seta r_visdistMult 0.8
  84. seta r_md5lodscale 1
  85. seta com_lastGraphicsLevel 0
  86. seta com_gpuSpec 1
  87. seta image_filter "GL_LINEAR_MIPMAP_NEAREST"
  88. seta com_videoram "512"
  89. seta r_detailTexture 0
  90. seta image_lodbias "-1"
  91. seta com_lastCPULevel 0
  92. seta r_megaTilesPerSecond 85
  93. seta com_lastFoliageLevel 0
  94. seta r_stuffCacheMegs 8
  95. reset r_stuffFadeStart
  96. reset r_stuffFadeEnd
  97. seta com_lastCPUDetailLevel 0
  98. seta g_maxTransportDebrisExtraHigh 3
  99. seta g_maxTransportDebrisHigh 2
  100. seta g_maxTransportDebrisMedium 1
  101. seta g_maxTransportDebrisLow 0
  102. seta g_transportDebrisExtraHighCutoff 2048
  103. seta g_transportDebrisHighCutoff 1024
  104. seta g_transportDebrisMediumCutoff 512
  105. seta g_transportDebrisLowCutoff 0
  106. seta g_skipLocalizedPrecipitation 1
  107. seta com_lastGraphicsLevel 0
  108. seta com_gpuSpec 0
  109. seta r_shaderQuality 2
  110. seta r_detailTexture 0
  111. seta r_renderProgramLodDistance -1
  112. seta r_useDitherMask 0
  113. seta com_lastGraphicsDetailLevel 0
  114. seta bse_detailLevel 0.5
  115. seta bse_simple 1
  116. seta r_skipStuff 1
  117. seta r_visdistMult 0.8
  118. seta r_md5lodscale 1
  119. seta com_lastLightingLevel 0
  120. seta r_megaDrawMethod 3
  121.  
  122.  
  123. // Debris
  124. //seta g_transportDebrisLowCutoff "1"
  125. //seta g_transportDebrisMediumCutoff "1"
  126. //seta g_transportDebrisHighCutoff "1"
  127. //seta g_transportDebrisExtraHighCutoff "1"
  128. //seta g_maxTransportDebrisLow "1"
  129. //seta g_maxTransportDebrisMedium "1"
  130. //seta g_maxTransportDebrisHigh "1"
  131. //seta g_maxTransportDebrisExtraHigh "1"
  132.  
  133. // Menu
  134. seta g_radialMenuMouseSensitivity "0.5"
  135. seta g_radialMenuUseNumberShortcuts "1"
  136. seta g_radialMenuStyle "1"
  137. seta password ""
  138. seta g_radialMenuMouseInput "2"
  139.  
  140. // Context
  141. bind "k" "kill"
  142.  
  143.  
  144.  
  145. //Crosshair color toggle
  146.  
  147. bind p "vstr crossRed"
  148.  
  149. seta crossRed "set gui_crosshairColor '1 0 0 1'; bind p 'vstr crossNavy'"
  150. seta crossNavy "set gui_crosshairColor '0 0.2 1 1'; bind p 'vstr crossPink'"
  151. seta crossPink "set gui_crosshairColor '1 0 1 1'; bind p 'vstr crossCyan'"
  152. seta crossCyan "set gui_crosshairColor '0 1 1 1'; bind p 'vstr crossGreen'"
  153. seta crossGreen "set gui_crosshairColor '0 1 0 1'; bind p 'vstr crossRed'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement