Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. cl_interp "0"
  2. cl_interp_ratio "1"
  3. cl_cmdrate "128" // cmd rate
  4. cl_updaterate "128" // tickrate
  5. rate "128000"
  6. fps_max "700" // max fps
  7. fps_max_menu "700" // max fps in the menu
  8. cl_showfps 1 // shows fps in top left
  9.  
  10.  
  11. //Crosshair
  12. cl_crosshair_drawoutline "1"
  13. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  14. cl_crosshair_dynamic_splitalpha_innermod "1"
  15. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  16. cl_crosshair_dynamic_splitdist "7"
  17. cl_crosshair_outlinethickness "1"
  18. cl_crosshair_sniper_show_normal_inaccuracy "0"
  19. cl_crosshair_sniper_width "1"
  20. cl_crosshairalpha "255"
  21. cl_crosshaircolor "5"
  22. cl_crosshaircolor_b "255"
  23. cl_crosshaircolor_g "255"
  24. cl_crosshaircolor_r "255"
  25. cl_crosshairdot "0"
  26. cl_crosshairgap "-1.500000"
  27. cl_crosshairgap_useweaponvalue "0"
  28. cl_crosshairscale "0"
  29. cl_crosshairsize "2.500000"
  30. cl_crosshairstyle "4"
  31. cl_crosshairthickness "0.500000"
  32. cl_crosshairusealpha "1"
  33. cl_fixedcrosshairgap "-15.500000"
  34.  
  35.  
  36. //Viewmodel
  37. cl_viewmodel_shift_left_amt "1.5"
  38. cl_viewmodel_shift_right_amt "0.75"
  39. viewmodel_fov "68"
  40. viewmodel_offset_x "2.5"
  41. viewmodel_offset_y "-2.0"
  42. viewmodel_offset_z "-2.0"
  43. viewmodel_presetpos "0"
  44. cl_bob_lower_amt "21"
  45. cl_bobamt_lat "0.4"
  46. cl_bobamt_vert "0.25"
  47. cl_bobcycle "0.98"
  48.  
  49. // Binds
  50.  
  51. // Buy binds
  52. bind "kp_ins" "buy flashbang; buy hegrenade; buy smokegrenade; buy molotov; buy incgrenade;"
  53. bind "kp_del" "buy flashbang; buy hegrenade; buy smokegrenade; buy flashbang;"
  54. bind "kp_end" "buy ak47; buy m4a1;"
  55. bind "kp_home" "buy vest;"
  56. bind "kp_uparrow" "buy vesthelm;"
  57. bind "kp_minus" "buy tec9; buy fiveseven; buy vesthelm;"
  58. bind "kp_downarrow" "buy ak47; buy m4a1;"
  59. bind "kp_leftarrow" "buy defuser;"
  60. bind "kp_5" "buy defuser;"
  61.  
  62. // Other binds
  63. // Chat binds
  64. Bind "=" "say gh"
  65. Bind "-" "say gg"
  66. // Command binds
  67. BindToggle "p" "voice_enable"
  68. Bind "v" "Noclip"
  69. // Sensetivity
  70. sensitivity 1.40625
  71. // Mouse = 1600 (blue in zowie)
  72.  
  73.  
  74. //Extra stuff for fps or other stuff
  75. cl_forcepreload "1" // Preloads The Whole Map & Sounds.
  76. mat_queue_mode "2" // Forcing Your CPU To Use Multi-Threaded Mode.
  77. r_drawtracers_firstperson "0" // Firstperson Tracers OFF.
  78. r_eyegloss "0" // No Makeup.
  79. r_eyemove "0" // No Eye Movement.
  80. r_eyeshift_x "0" // No Eye Movement X-Angle.
  81. r_eyeshift_y "0" // No Eye Movement Y-Angle.
  82. r_eyeshift_z "0" // No Eye Movement Z-Angle.
  83. r_eyesize "0" // Smaller Eyes.
  84. cl_join_advertise "2" // Friends Can Now Join Your Community Server Without Your Invite. -doesn't work for Kualdir-
  85. cl_radar_always_centered "0" // Shows full map
  86. cl_teammate_colors_show "2" // Teammates Radar Letters. -Colorblind setting-
  87. r_dynamic "1" // Gunfire Lightning. Spot Enemies Easier.
  88. snd_mixahead "0.05" // 50ms Sound Buffer Sound. Gives A Better Real Time Sound.
  89. cl_hud_playercount_showcount "1"
  90. r_dynamic 0
  91. snd_updateaudiocache
  92. snd_rebuildaudiocache
  93. snd_mix_async 1
  94. snd_mixahead 0.05
  95. cl_disablefreezecam 1
  96. cl_freezecameffects_showholiday 0
  97. cl_mute_enemy_team 1
  98.  
  99. // Sound commands
  100. snd_headphone_pan_exponent 1
  101. snd_headphone_pan_radial_weight 1
  102. snd_front_headphone_position 90
  103. snd_rear_headphone_position 90
  104.  
  105. //Shroed
  106.  
  107. // lowers delay between sounds.
  108. snd_mixahead "0.05"
  109. snd_musicvolume "0"
  110. snd_headphone_pan_exponent "2"
  111. snd_headphone_pan_radial_weight "2
  112. snd_legacy_surround "0"
  113. snd_pitchquality "1"
  114. dsp_enhance_stereo "0"
  115.  
  116.  
  117.  
  118.  
  119. ECHO ================================================
  120. ECHO ===[ Kualdir Autoexec Loaded! ]=====
  121. ECHO ===[ Goodluck have fun! ]=====
  122. ECHO ===[ Paypal.me/kualdir ]=====
  123. ECHO ===[ Twitter @Kualdir ]=====
  124. ECHO ===[ Good luck with your game! ]=====
  125. ECHO ================================================
  126.  
  127.  
  128. Host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement