Advertisement
Guest User

Untitled

a guest
May 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. #Launch Options
  2. # -noforcemparms -noforcemaccel -novid -threads 4 +cl_showfps 1 -high -console +exec autoexec.cfg -nod3d9ex +mat_queue_mode 2 -w 1440 -h 1080 -language bananagaming +mat_vignette_enable 0 -tickrate 128
  3.  
  4. // repositions the gunmodel to mimic CSS more closely.
  5.  
  6. viewmodel_fov "65"
  7. viewmodel_offset_x "2"
  8. viewmodel_offset_y "2"
  9. viewmodel_offset_z "-2"
  10.  
  11. // removes the shifting of the arm when crouching down.
  12.  
  13. cl_viewmodel_shift_left_amt "0"
  14. cl_viewmodel_shift_right_amt "0"
  15.  
  16. // removes the bobbing of the weapon back and forth, when you run.
  17.  
  18. cl_bob_lower_amt "0"
  19. cl_bobamt_lat "0"
  20. cl_bobamt_vert "0"
  21.  
  22. // scales the HUD depending on what resolution you use, 1 is max.
  23.  
  24. hud_scaling "1"
  25.  
  26. // lowers delay between sounds.
  27.  
  28. snd_mixahead "0.05"
  29.  
  30. // sets interpolation values.
  31.  
  32. cl_interp "0"
  33. cl_interp_ratio "1"
  34.  
  35. // ignores dedicated servers with pings above this value.
  36.  
  37. mm_dedicated_search_maxping
  38.  
  39. // usual rate commands
  40.  
  41. cl_cmdrate "128"
  42. cl_updaterate "128"
  43. rate "128000"
  44.  
  45. // causes the scope to move less while moving scoped and reduces bobbing effect
  46.  
  47. cl_bobcycle "1.0"
  48.  
  49. hud_scaling "1"
  50. zoom_sensitivity_ratio 1.0
  51. m_customaccell 0
  52. bind "²" "toggleconsole"
  53.  
  54. // ALIAS
  55.  
  56. alias dm "connect dm.team-verygames.net"
  57. alias hsmod "connect 77.111.200.10:27015"
  58. bind "0" "buy awp;"
  59. bind "9" "buy deagle;"
  60. bind "6" "buy vesthelm;"
  61. bind "7" "buy defuser;"
  62. bind "kp_pgup" "buy flashbang; buy flashbang;"
  63. bind "kp_plus" "buy smokegrenade;"
  64. bind "kp_minus" "buy hegrenade;"
  65. bind "kp_multiply" "buy molotov; buy incgrenade;"
  66. bind "kp_slash" "buy defuser;"
  67. bind "8" "buy ak47; buy m4a1;"
  68. bind "kp_leftarrow" "buy p250;"
  69. bind "rightarrow" "buy tec9; buy fiveseven;"
  70.  
  71. // CROSSHAIR
  72.  
  73. cl_crosshair_drawoutline "0"
  74. cl_crosshair_dynamic_maxdist_splitratio "0"
  75. cl_crosshair_dynamic_splitalpha_innermod "1.000000"
  76. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  77. cl_crosshair_dynamic_splitdist "3"
  78. cl_crosshair_outlinethickness "1"
  79. cl_crosshair_sniper_width "1"
  80. cl_crosshairalpha "9999"
  81. cl_crosshaircolor "4"
  82. cl_crosshaircolor_b "200"
  83. cl_crosshaircolor_g "0"
  84. cl_crosshaircolor_r "152."
  85. cl_crosshairdot "0"
  86. cl_crosshairgap "-2"
  87. cl_crosshairgap_useweaponvalue "0"
  88. cl_crosshairscale "1000"
  89. cl_crosshairsize "3"
  90. cl_crosshairstyle "4"
  91. cl_crosshairthickness "1"
  92. cl_crosshairusealpha "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement