Advertisement
lastforone

Ru.Config

Nov 10th, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.26 KB | None | 0 0
  1. //# <MISCELLANEOUS>
  2. cl_autohelp                     "0"        
  3. cl_showhelp                     "0"        
  4. cc_subtitles                    "0"        
  5. c_thirdpersonshoulder           "0"        
  6. cl_ragdoll_limit                "0"        
  7. cl_forcepreload                 "1"        
  8. cl_detail_max_sway              "0"        
  9. r_dynamic                       "0"                          
  10. r_PhysPropStaticLighting        "0"        
  11. r_ambientfraction               "0.2"      
  12. r_cheapwaterend                 "1"        
  13. r_cheapwaterstart               "1"        
  14. r_skyboxfogfactor               "0"        
  15. r_eyemove                       "0"        
  16. r_eyemove                       "0"            
  17. r_eyeshift_z                    "0"        
  18. r_eyeshift_y                    "0"        
  19. r_eyeshift_x                    "0"        
  20. mat_monitorgamma                "1.6"          
  21. mat_monitorgamma_tv_enabled     "1.6"      
  22. mat_bloom_scalefactor_scalar    "0"        
  23. mat_grain_scale_override        "0"        
  24. func_break_max_pieces           "0"        
  25. gameinstructor_enable           "0"        
  26. muzzleflash_light               "0"        
  27. z_wound_client_disabled         "0"        
  28. dsp_enhance_stereo              "1"        
  29. dsp_slow_cpu                    "0"        
  30. snd_pitchquality                "1"        
  31. voice_loopback                  "0"         //set this to 1 if you wanna hear your own voice (mostly used for recording)
  32. //# </MISCELLANEOUS>
  33.  
  34. //# <MOUSE TWEAKS>
  35. sensitivity                     "1.4999"    // What ever feels good
  36. m_filter                        "0"         // Removes mouse input lag
  37. m_filter2                       "0"         // Removes mouse input lag
  38. m_customaccel                   "0"         // Remove accel
  39. m_mouseaccel1                   "0"         // Remove accel
  40. m_mouseaccel2                   "0"         // Remove accel
  41. m_mousespeed                    "0"         // Force windows mouse accel
  42. m_customaccel_exponent          "0"         // Mouse move is raised to this power before being scaled by scale factor
  43. m_customaccel_max               "0"         // Max mouse move scale factor, 0 for no limit
  44. m_customaccel_scale             "0"         // Custom mouse acceleration value
  45. m_rawinput                      "1"         // Ignores the Mouse Driver and Windows Settings
  46. //# </MOUSE TWEAKS>
  47.  
  48. //# <CROSSHAIR>
  49. cl_colorblind                   1
  50. cl_crosshair_alpha              255
  51. cl_crosshair_dynamic            0
  52. cl_crosshair_thickness          3
  53. cl_crosshair_blue               220
  54. cl_crosshair_green              182
  55. cl_crosshair_red                138
  56. //# </CROSSHAIR>
  57.  
  58. //# <NETGRAPH>
  59. alias                           mygraph "net_graph 0"
  60. net_graphpos                    1
  61. net_graphheight                 120
  62. net_graphproportionalfont       1
  63. bind                            tab +graph
  64. alias                           +graph "+showscores; net_graph 4; cl_showfps 1"
  65. alias                           -graph "-showscores; mygraph; cl_showfps 0"
  66. //# </NETGRAPH>
  67.  
  68. //# <NET SETTINGS>
  69. cl_updaterate                   "100"    
  70. cl_cmdrate                      "100"    
  71. rate                            "100000"
  72. cl_interp                       "0"      
  73. cl_interp_ratio                 "-1"        
  74. cl_lagcompensation              "1"      
  75. cl_timeout                      "10"    
  76. net_splitpacket_maxrate         "100000"  //Max bytes per second when queueing splitpacket chunks
  77. net_splitrate                   "1"       //Number of fragments for a splitpacket that can be sent per frame
  78. net_maxroutable                 "1200"    //Requested max packet size before packets are split.
  79. budget_show_history             "0"
  80. //# </NET SETTINGS>
  81.  
  82. //# <RATES>
  83. alias                           "+128"  "rate 128000;   cl_cmdrate 128;     cl_updaterate 128;      cl_interp 0.0;          cl_interp_ratio -1;"
  84. alias                           "+100"  "rate 100000;   cl_cmdrate 100;     cl_updaterate 100;      cl_interp 0.0;          cl_interp_ratio -1;"
  85. alias                           "+60"   "rate 60000;    cl_cmdrate 60;      cl_updaterate 60;       cl_interp 0.0167;       cl_interp_ratio -1;"
  86. alias                           "+30"   "rate 30000;    cl_cmdrate 30;      cl_updaterate 30;       cl_interp 0.053;        cl_interp_ratio 0;"
  87. //# </RATES>
  88.  
  89. //# <NULL CANCELLING MOVEMENTS>
  90. alias                           +mfwd       "-back;         +forward;       alias checkfwd      +forward"
  91. alias                           +mback      "-forward;      +back;          alias checkback     +back"
  92. alias                           +mleft      "-moveright;    +moveleft;      alias checkleft     +moveleft"
  93. alias                           +mright     "-moveleft;     +moveright;     alias checkright    +moveright"
  94. alias                           -mfwd       "-forward;      checkback;      alias checkfwd;"
  95. alias                           -mback      "-back;         checkfwd;       alias checkback;"
  96. alias                           -mleft      "-moveleft;     checkright;     alias checkleft;"
  97. alias                           -mright     "-moveright;    checkleft;      alias checkright;"
  98. alias                           checkfwd    none
  99. alias                           checkback   none
  100. alias                           checkleft   none
  101. alias                           checkright  none
  102. alias                           none        ""
  103.  
  104. bind                            w +mfwd
  105. bind                            a +mleft
  106. bind                            s +mback
  107. bind                            d +mright
  108.  
  109. //# </NULL CANCELLING MOVEMENTS>
  110.  
  111. //# <CUSTOM BINDS>
  112. bind                            mwheeldown  "invnext"
  113. bind                            mwheelup    +jump
  114. bind                            space       +jump
  115. bind                            z           +left
  116. bind                            x           +right
  117. bind                            p           "say_team /pause";
  118. bind                            o           "say_team /unpause";
  119. bind                            m           "toggle cl_viewmodelfovsurvivor 70 90 50"
  120. bind                            f3          "say /ready"
  121. bind                            f4          "say /unready"
  122. bind                            f6          "jointeam 2"
  123. bind                            f7          "jointeam 3"
  124. bind                            f8          "sm_health; say_team /tank; say_team /current"
  125. bind                            f10         "disconnect"
  126. bind                            f11         "toggleconsole"
  127. //# </CUSTOM BINDS>
  128.  
  129. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement