Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. // repositions the gunmodel to mimic CSS more closely.
  2. viewmodel_presetpos "0"
  3. viewmodel_fov "68"
  4. viewmodel_offset_x "2.5"
  5. viewmodel_offset_y "1"
  6. viewmodel_offset_z "-1.500000"
  7.  
  8.  
  9. // removes the shifting of the arm when crouching down.
  10. cl_viewmodel_shift_left_amt "0"
  11. cl_viewmodel_shift_right_amt "0"
  12.  
  13.  
  14. // removes the bobbing of the weapon back and forth, when you run.
  15. cl_bob_lower_amt "0"
  16. cl_bobamt_lat "0"
  17. cl_bobamt_vert "0"
  18.  
  19.  
  20. // lowers delay between sounds.
  21. snd_mixahead "0.05"
  22. snd_musicvolume "0"
  23. snd_headphone_pan_exponent "2"
  24. snd_headphone_pan_radial_weight "2"
  25. snd_legacy_surround "0"
  26. snd_pitchquality "1"
  27. dsp_enhance_stereo "0"
  28.  
  29.  
  30. // sets interpolation values.
  31. cl_interp "0"
  32. cl_interp_ratio "1"
  33.  
  34.  
  35. // usual rate commands
  36. cl_cmdrate "128"
  37. cl_updaterate "128"
  38. rate "128000"
  39.  
  40.  
  41. // causes the scope to move less while moving scoped and reduces bobbing effect
  42. cl_bobcycle "2"
  43.  
  44.  
  45. // randy commands
  46. closeonbuy "1"
  47. cl_forcepreload "1"
  48. cl_showhelp 0
  49. cl_lagcompensation "1"
  50. cl_predictweapons "1"
  51. cl_resend "6"
  52. cl_timeout "9999999"
  53. r_dynamic "0"
  54. r_eyegloss "0"
  55. r_eyemove "0"
  56. r_eyeshift_x "0"
  57. r_eyeshift_y "0"
  58. r_eyeshift_z "0"
  59. r_eyesize "0"
  60. muzzleflash_light "0"
  61. sys_antialiasing "0"
  62. sys_aspectratio "-1"
  63. sys_refldetail "0"
  64. mat_queue_mode "2"
  65. cl_crosshair_sniper_width "2"
  66. r_drawtracers_firstperson "0"
  67. cl_teamid_overhead_always 1
  68. +cl_show_team_equipment
  69. sensitivity "1.63"
  70. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  71.  
  72.  
  73. // some binds
  74. alias +beo "-lookatweapon; +reload"
  75. alias -beo "+lookatweapon; -reload"
  76. bind "f" "+beo"
  77.  
  78. alias "ToggleInfo" "info_on"
  79. alias "info_on" "+cl_show_team_equipment; alias ToggleInfo info_off"
  80. alias "info_off" "-cl_show_team_equipment; alias ToggleInfo info_on"
  81. bind "x" "ToggleInfo"
  82.  
  83. bind "alt" "+duck"
  84. bind "mwheeldown" "+jump"
  85. bind "mouse5" "use weapon_flashbang"
  86. bind "mouse4" "use weapon_smokegrenade"
  87.  
  88.  
  89. // buy binds
  90. bind "kp_ins" "buy vesthelm; buy vest;"
  91. bind "kp_del" "buy defuser;"
  92. bind "kp_enter" "buy tec9; buy fiveseven;"
  93. bind "kp_plus" "buy p250;"
  94. bind "kp_end" "buy hegrenade;"
  95. bind "kp_downarrow" "buy flashbang;"
  96. bind "kp_pgdn" "buy smokegrenade;"
  97. bind "kp_leftarrow" "buy ak47; buy m4a1;"
  98. bind "kp_5" "buy awp;"
  99. bind "kp_rightarrow" "buy ump45;"
  100. bind "kp_home" "buy deagle;"
  101. bind "kp_uparrow" "buy decoy;"
  102. bind "kp_pgup" "buy molotov; buy incgrenade;"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement