Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. // Visual
  2. cl_righthand "0"
  3. r_drawtracers_firstperson 1
  4. fps_max "400"
  5.  
  6. // Mouse
  7. m_mousespeed "0"
  8.  
  9. // General settings
  10. gameinstructor_enable "0"
  11. cl_showhelp "0"
  12. cl_autohelp "0"
  13. cl_disablefreezecam "1"
  14. cl_disablehtmlmotd "1"
  15.  
  16. // Keybinds
  17. bind "kp_end" "buy flashbang"
  18. bind "kp_downarrow" "buy smokegrenade"
  19. bind "kp_pgdn" "buy incgrenade; buy molotov"
  20. bind "kp_leftarrow" "buy hegrenade"
  21. bind "kp_pgup" "buy deagle"
  22. bind "kp_uparrow" "buy tec9"
  23. bind "kp_home" "buy p250"
  24. bind "kp_5" "buy defuser"
  25. bind "kp_rightarrow" "buy vest"
  26. bind "shift" "+speed; r_cleardecals"
  27.  
  28. // Network
  29. cl_interp "0"
  30. cl_interp_ratio "1"
  31. cl_cmdrate "128"
  32. cl_updaterate "128"
  33. rate "786432"
  34.  
  35. // HUD
  36. hud_scaling "1"
  37. cl_radar_scale "0.35"
  38. cl_teamid_overhead_always "1"
  39.  
  40. // Sound
  41. snd_mixahead "0.025"
  42. snd_headphone_pan_exponent "2"
  43. snd_headphone_pan_radial_weight "2"
  44.  
  45. // Net Graph
  46. net_graph "1"
  47. net_graphheight "64"
  48. net_graphholdsvframerate "0"
  49. net_graphmsecs "400"
  50. net_graphpos "1"
  51. net_graphproportionalfont "0"
  52. net_graphshowinterp "1"
  53. net_graphshowlatency "1"
  54. net_graphshowsvframerate "0"
  55. net_graphsolid "1"
  56. net_graphtext "1"
  57.  
  58. // Viewmodel
  59. cl_bob_lower_amt "0"
  60. cl_bobcycle "2"
  61. cl_bobamt_lat "0"
  62. cl_bobamt_vert "0"
  63. cl_viewmodel_shift_left_amt "0"
  64. cl_viewmodel_shift_right_amt "0"
  65. viewmodel_presetpos "0"
  66. viewmodel_fov "68"
  67. viewmodel_offset_x "2.5"
  68. viewmodel_offset_y "0"
  69. viewmodel_offset_z "-1.500000"
  70.  
  71. // Aliases
  72. alias "dc" "disconnect"
  73.  
  74. echo "Sibeans.cfg loaded."
  75.  
  76. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement