Advertisement
Guest User

cncpt's autoexec

a guest
Jun 29th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. // CncpT's Autoexec
  2.  
  3. // crosshair
  4.  
  5. cl_crosshair_drawoutline "0"
  6. cl_crosshair_dynamic_maxdist_splitratio "0"
  7. cl_crosshair_dynamic_splitalpha_innermod "0"
  8. cl_crosshair_dynamic_splitalpha_outermod "1"
  9. cl_crosshair_dynamic_splitdist "1"
  10. cl_crosshair_outlinethickness "0.5"
  11. cl_crosshair_sniper_width "1"
  12. cl_crosshairalpha "255"
  13. cl_crosshaircolor "5"
  14. cl_crosshaircolor_b "255"
  15. cl_crosshaircolor_g "255"
  16. cl_crosshaircolor_r "255"
  17. cl_crosshairdot "0"
  18. cl_crosshairgap "-3"
  19. cl_crosshairgap_useweaponvalue "0"
  20. cl_crosshairscale "600"
  21. cl_crosshairsize "2.5"
  22. cl_crosshairstyle "4"
  23. cl_crosshairthickness "1.5"
  24. cl_crosshairusealpha "1"
  25. cl_fixedcrosshairgap "-5"
  26.  
  27. // sensitivity
  28.  
  29. sensitivity "0.94"
  30. zoom_sensitivity_ratio_mouse "0.77"
  31. m_customaccell "0"
  32. m_rawinput "1"
  33. cl_righthand "1"
  34.  
  35. // quickswitchalias
  36.  
  37. alias +knife slot3
  38. alias -knife lastinv
  39. bind Alt +knife
  40.  
  41. host_writeconfig
  42. cl_interp "0"
  43. cl_interp_ratio "1"
  44. fps_max "0"
  45. mat_queue_mode "-2"
  46. cl_forcepreload "1"
  47. muzzle_flashlight "0"
  48. voice_scale "0.15"
  49. voice_enable "1"
  50. volume "0.3"
  51. cl_disablehtmlmotd "1"
  52. cl_showhelp 0"
  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. sys_antialiasing "0"
  61. sys_refldetail "0"
  62.  
  63. // removes the shifting of the arm WHEN crouching down.
  64.  
  65. cl_viewmodel_shift_left_amt "0"
  66. cl_viewmodel_shift_right_amt "0"
  67. cl_bobamt_lat "0"
  68. cl_bobamt_vert "0"
  69. cl_viewmodel_shift_left_amt "0.500000"
  70. cl_viewmodel_shift_right_amt "0.250000"
  71. viewmodel_fov "68.000000"
  72. viewmodel_offset_x "3"
  73. viewmodel_offset_y "3"
  74. viewmodel_offset_z "-3"
  75. viewmodel_presetpos "0"
  76. cl_bob_lower_amt "5.000000"
  77. cl_bobcycle "0.98"
  78. cl_wpn_sway_scale "0"
  79.  
  80. // scales the HUD depending ON what resolution you USE, 1 IS max.
  81.  
  82. hud_scaling "0.5"
  83. cl_hud_radar_scale "2"
  84.  
  85. // lowers delay BETWEEN sounds.
  86.  
  87. snd_mixahead "0.1"
  88.  
  89. // sets interpolation values.
  90.  
  91. cl_interp "0"
  92. cl_interp_ratio "1"
  93.  
  94. // ignores dedicated servers WITH pings above this value.
  95.  
  96. mm_dedicated_search_maxping 250
  97.  
  98. // usual rate commands
  99.  
  100. cl_cmdrate "1"
  101. cl_updaterate "128"
  102. rate "196608"
  103. cl_lagcompensation "1"
  104. cl_predict "1"
  105. cl_predictweapons "1"
  106.  
  107. // buybinds
  108.  
  109. bind "kp_end" "buy ak47; buy m4a1;"
  110. bind "kp_downarrow" "buy awp;"
  111. bind "kp_pgdn" "buy galilar; buy famas;"
  112. bind "kp_leftarrow" "buy smokegrenade;"
  113. bind "kp_5" "buy flashbang;"
  114. bind "kp_rightarrow" "buy hegrenade;"
  115. bind "kp_home" "buy vest;"
  116. bind "kp_uparrow" "buy vesthelm;"
  117. bind "kp_pgup" "buy defuser;"
  118. bind "kp_ins" "buy ump45;"
  119. bind "kp_del" "buy mp7;"
  120. bind "kp_enter" "buy tec9; buy fiveseven;"
  121. bind "kp_plus" "buy deagle;"
  122. bind "kp_slash" "buy ssg08;"
  123. bind "kp_multiply" "voice_scale 0.15;"
  124. bind "kp_minus" "voice_scale 0.05;"
  125.  
  126. // nades
  127.  
  128. bind "z" "use weapon_smokegrenade"
  129. bind "x" "use weapon_flashbang"
  130. bind "c" "use weapon_hegrenade"
  131.  
  132. // everything below this are for fps boosts
  133.  
  134. // Clearing
  135.  
  136. clear
  137. clear_anim_cache
  138. clear_debug_overlays
  139. clear_bombs
  140. r_cleardecals
  141. hud_takesshots "0"
  142. ai_clear_bad_links
  143. cl_soundemitter_reload
  144. cl_soundscape_flush
  145. fs_clear_open_duplicate_times
  146. fs_fios_flush_cache
  147. r_cleardecals
  148. scene_flush
  149. snd_async_flush
  150. r_flushlod
  151.  
  152. //Game Changes
  153.  
  154. mat_powersavingsmode "0"
  155. mat_queue_report "0"
  156. cl_disablefreezecam "1"
  157. gameinstructor_enable "0"
  158. cl_autohelp "0"
  159. cl_disablehtmlmotd "1"
  160. cl_freezecameffects_showholiday "0"
  161. con_enable "1"
  162. adsp_debug "0"
  163. cl_buy_favorite_quiet "0"
  164. cl_buy_favorite_nowarn "0"
  165. budget_show_history "0"
  166. cl_clearhinthistory "1"
  167. cl_debugrumble "0"
  168. cl_rumblescale "0"
  169. budget_peaks_window "0"
  170. budget_show_peaks "0"
  171. cl_showhelp "0"
  172. fs_warning_level "0"
  173. play_distance "1"
  174. cl_show_clan_in_death_notice "1"
  175. ds_get_newest_subscribed_files
  176. cl_logofile "0"
  177.  
  178. //Graphics Change
  179.  
  180. sys_antialiasing "0"
  181. sys_refldetail "0"
  182. muzzleflash_light "0"
  183. cl_debugrumble "0"
  184. cl_detail_avoid_force "0"
  185. cl_detail_avoid_radius "0"
  186. cl_detail_avoid_recover_speed "0"
  187. cl_detail_max_sway "0"
  188. cl_freezecampanel_position_dynamic "0"
  189. hud_showtargetid "0"
  190. log_onefile "0"
  191. sv_logbans "0"
  192. sv_logecho "0"
  193. sv_logfile "0"
  194. vprof_verbose "0"
  195. sv_logflush "0"
  196. log "off"
  197. cl_autowepswitch "0"
  198. mat_queue_mode "2"
  199. bugreporter_uploadasync "0"
  200. bugreporter_username ""
  201. xbox_autothrottle "0"
  202. xbox_throttlebias "0"
  203. xbox_throttlespoof "0"
  204. joystick "0"
  205. joystick_force_disabled "1"
  206. joystick_force_disabled_set_from_options "1"
  207. cl_join_advertise "2"
  208.  
  209. // Launch Options: -high -novid -threads 4 -tickrate 128 -fullscreen -noforcemaccel -noforcemparms -noforcemspd +exec autoexec +cl_forcepreload 1 -nod3d9ex1 -nojoy +mat_queue_mode -2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement