Advertisement
Guest User

DAYIK CS:GO AUTOEXEC

a guest
Aug 13th, 2016
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CFDG 2.17 KB | None | 0 0
  1. //LAUNCH -console -novid -refresh 144 -freq 144 -threads 6 -nojoy +cl_forcepreload 1 +weapon_recoil_model 0
  2.  
  3. // Mouse
  4. m_rawinput "1"
  5. m_customaccel "0"
  6. m_mouseaccel1 "0"
  7. m_mouseaccel2 "0"
  8. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  9. sensitivity "1.6"
  10.  
  11. // Audio
  12.  
  13. snd_mixahead 0.05
  14. snd_headphone_pan_exponent 1
  15. snd_headphone_pan_radial_weight 0
  16. snd_front_headphone_position 90
  17. snd_rear_headphone_position 90
  18. snd_musicvolume "0"
  19.  
  20. //switcher xiaxia
  21.  
  22. alias "toggleside" "left"
  23. alias "left" "cl_righthand 0; alias toggleside right"
  24. alias "right" "cl_righthand 1; alias toggleside left"
  25. bind "CapsLock" "toggleside"
  26.  
  27. // rates
  28. rate 128000
  29. cl_updaterate 128
  30. cl_cmdrate 128
  31. cl_interp 0
  32. cl_interpolate 1
  33. cl_predict 1
  34. cl_lagcompensation 1
  35.  
  36.  
  37. // HUD
  38. hud_showtargetid "1"
  39. cl_righthand "1"
  40. cl_showloadout "1"
  41. // Radar
  42. cl_hud_radar_scale "1.1"
  43. cl_radar_always_centered "0"
  44. cl_radar_icon_scale_min "0.7"
  45. cl_radar_rotate "1"
  46. cl_radar_scale "0.3"
  47.  
  48.  
  49.  
  50. // Misc
  51. cl_autohelp "0"
  52. r_drawtracers_firstperson 0
  53. cl_autowepswitch "0"
  54. cl_showhelp "0"
  55. cl_disablefreezecam "1"
  56. cl_autowepswitch "0"
  57.  
  58.  
  59. // Crosshair.
  60. cl_crosshair_drawoutline "0"
  61. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  62. cl_crosshair_dynamic_splitalpha_innermod "1"
  63. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  64. cl_crosshair_dynamic_splitdist "7"
  65. cl_crosshair_outlinethickness "1"
  66. cl_crosshairalpha "5000"
  67. cl_crosshaircolor "0"
  68. cl_crosshairdot "0"
  69. cl_crosshairgap "-2.5"
  70. cl_crosshairgap_useweaponvalue "0"
  71. cl_crosshairscale "4"
  72. cl_crosshairsize "4"
  73. cl_crosshairstyle "4"
  74. cl_crosshairthickness "0.7"
  75. cl_crosshairusealpha "1"
  76. cl_crosshair_sniper_width 1
  77.  
  78. // Weapon viewmodel positioning.
  79. // For these custom values to work "viewmodel_presetpos" must be removed from the config.
  80. viewmodel_fov "62.5"
  81. viewmodel_offset_x "2"
  82. viewmodel_offset_y "2"
  83. viewmodel_offset_z "-2"
  84.  
  85. // Bobbing and movement shifting.
  86.  
  87.  
  88. cl_viewmodel_shift_left_amt "0"
  89. cl_viewmodel_shift_right_amt "0"
  90. cl_bob_lower_amt "0"
  91. cl_bobamt_lat "0"
  92. cl_bobamt_vert "0"
  93. cl_bobcycle "2"
  94.  
  95.  
  96. // FPS??
  97. mat_queue_priority "2"
  98. fps_max "200"
  99. fps_max_menu "0"
  100.  
  101. echo ""
  102. echo ""
  103. echo "MOUSELIFT.EXE LAUNCHED"
  104. echo ""
  105. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement