Advertisement
akevitt

Untitled

Sep 16th, 2020 (edited)
1,945
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.33 KB | None | 0 0
  1. //binds
  2. bind kp_ins "buy m4a1;buy ak47"
  3. bind kp_del "buy vesthelm"
  4. bind kp_plus "buy defuser"
  5. bind kp_leftarrow "buy hegrenade"
  6. bind kp_5 "buy flashbang"
  7. bind kp_rightarrow "buy smokegrenade"
  8. bind kp_end "buy famas;buy galilar"
  9. bind kp_downarrow "buy awp"
  10. bind kp_pgdn "buy deagle"
  11. bind kp_minus "buy kevlar;buy vest"
  12. bind kp_home "buy nova"
  13. bind kp_pgup "buy p250"
  14. bind kp_uparrow "buy tec9"
  15. bind - "buy vest"
  16. bind "l" "say ~~~~~~KAMERA~~~~~~~~~~~~~~~~~~~~~~~~LIVE~~~~~~~~~"
  17. bind "MWHEELUP" "+jump"
  18. bind "MWHEELDOWN" "+jump"
  19.  
  20. //xhair
  21. cl_crosshairalpha "255"
  22. cl_crosshaircolor "5"
  23. cl_crosshaircolor_b "99"
  24. cl_crosshaircolor_r "236"
  25. cl_crosshaircolor_g "166"
  26. cl_crosshairdot "0"
  27. cl_crosshairgap "1"
  28. cl_crosshairsize "5"
  29. cl_crosshairstyle "6"
  30. cl_crosshairusealpha "1"
  31. cl_crosshairthickness "0.5"
  32. cl_fixedcrosshairgap "0"
  33. cl_crosshair_outlinethickness "0"
  34. cl_crosshair_drawoutline "0"
  35.  
  36. //net settings
  37. fps_max "300"
  38. cl_showfps "0"
  39. net_graph "1"
  40. net_graphpos "1"
  41. net_graphheight "50"
  42. net_graphproportionalfont "0"
  43. rate "786432"
  44. cl_interp_ratio "1"
  45. cl_cmdrate "128"
  46. cl_updaterate "128"
  47. cl_interp "0.0000"
  48.  
  49.  
  50.  
  51. //weapon model
  52. cl_viewmodel_shift_left_amt "0"
  53. cl_viewmodel_shift_right_amt "0"
  54. cl_bob_lower_amt "0"
  55. cl_bobamt_lat "0"
  56. cl_bobamt_vert "0"
  57. cl_bobcycle "0.98"
  58. viewmodel_offset_x "200" // def.  0  min. -2  max. 2.5 - Higher values=further away from the screen center
  59. viewmodel_offset_y "200"  // def.  0  min. -2  max. 2   - Higher values=further away from player - Lower values=closer
  60. viewmodel_offset_z "-10"   // def.  0  min. -2  max. 2   - Higher values=higher weapon holding position
  61. viewmodel_fov "800"
  62. cl_autowepswitch "0"
  63. cl_showloadout "1"
  64.  
  65.  
  66. //mouse sens
  67. sensitivity "1.3"
  68. m_customaccel "0"
  69. m_mousespeed "0"
  70. m_mouseaccel1 "0"
  71. m_mouseaccel2 "0"
  72. m_rawinput "1"
  73. zoom_sensitivity_ratio_mouse ".95"  
  74.  
  75.  
  76. //sound
  77. volume "0.05"  // min. 0  max. 1 - Overall Game volume.
  78. voice_scale "0.02"   // min. 0  max. 1 - Volume of incoming Voice.
  79. snd_mixahead "0.025"
  80.  
  81.  
  82. //misc
  83. cl_loadout_colorweaponnames "1"
  84. cl_radar_scale "0.3"
  85. r_dynamic "0"
  86. mat_queue_mode "2"
  87. r_eyegloss "0"
  88. r_eyemove "0"
  89. r_eyeshift_x "0"
  90. r_eyeshift_y "0"
  91. mat_disable_bloom "1"
  92. r_eyeshift_z "0"
  93. r_eyesize "0"
  94. cl_disable_ragdolls "1"
  95. cl_detail_max_sway "0"
  96. cl_detail_avoid_radius "0"
  97. r_drawparticles "0"
  98. mat_savechanges
  99.  
  100.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement