Advertisement
Guest User

ChristofferTJ autoexec

a guest
Jan 17th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.43 KB | None | 0 0
  1. // autoexec
  2.  
  3. //-novid -tickrate 128
  4.  
  5. clear
  6.  
  7. name "ChristofferTJ"
  8.  
  9. // mouse commands
  10.  
  11. sensitivity "0.89"
  12. m_rawinput "1"
  13. joystick "0"
  14.  
  15. // rate commands
  16.  
  17. rate "786432"
  18. cl_cmdrate "128"
  19. cl_updaterate "128"
  20. cl_interp "0"
  21. cl_interp_ratio "1"
  22. cl_lagcompensation "1"
  23. cl_predict "1"
  24. cl_predictweapons "1"
  25. cl_allowdownload "1"
  26. cl_downloadfilter "all"
  27. ds_get_newest_subscribed_files
  28.  
  29. // binds
  30. unbindall
  31. bind "1" "slot1"
  32. bind "2" "slot2"
  33. bind "3" "slot3"
  34. bind "4" "slot9;slot12"
  35. bind "5" "slot5"
  36. bind "c" "slot6"
  37. bind "f" "slot7"
  38. bind "g" "slot8"
  39. bind "v" "slot10"
  40. bind "w" "+forward"
  41. bind "a" "+moveleft"
  42. bind "s" "+back"
  43. bind "d" "+moveright"
  44. bind "MOUSE1" "+attack"
  45. bind "MOUSE2" "+attack2"
  46. bind "CTRL" "+duck"
  47. bind "SHIFT" "+speed;r_cleardecals"
  48. bind "r" "+reload"
  49. bind "t" "drop"
  50. bind "e" "+use"
  51. bind "h" "+lookatweapon"
  52. bind "q" "lastinv"
  53. bind "BACKSPACE" "toggle volume 0.03 0.4"
  54. bind "TAB" "+score"
  55. bind "ESCAPE" "cancelselect"
  56. bind "\" "noclip"
  57. bind "MWHEELDOWN" "+jump"
  58. bind "b" "buymenu"
  59. bind "i" "callvote"
  60. bind "j" "radio1"
  61. bind "k" "radio2"
  62. bind "l" "radio3"
  63. bind "m" "teammenu"
  64. bind "u" "messagemode2"
  65. bind "y" "messagemode"
  66. bind "-" "toggleconsole"
  67. bind "x" "+spray_menu"
  68. bind "ins" "buy vest;"
  69. bind "home" "buy vesthelm;"
  70. bind "pgup" "buy ak47; buy m4a1;"
  71. bind "del" "buy smokegrenade;"
  72. bind "end" "buy flashbang;"
  73. bind "pgdn" "buy molotov; buy incgrenade;"
  74. bind "SCROLLLOCK" "buy hegrenade;"
  75. bind "F3" "buy vesthelm; buy ak47; buy m4a1;"
  76. bind "kp_leftarrow" "autobuy"
  77. bind "kp_rightarrow" "rebuy"
  78. bind "mouse3" " toggle voice_scale 0.13 0.01"
  79. bind "mouse4" "toggle cl_teamid_overhead_always 0 2"
  80. bind "space" "+voicerecord"
  81. bind "mouse5" "toggle cl_radar_scale 0.5 0.9"
  82. bind "ALT" "+jumpthrow"
  83. alias "+jumpthrow" "+jump;-attack"
  84. alias "-jumpthrow" "-jump"
  85. bind "p" "toggle cl_mute_enemy_team 1 0"
  86.  
  87. // viewmodel commands
  88.  
  89. viewmodel_fov "68"
  90. viewmodel_offset_x "2"
  91. viewmodel_offset_y "2"
  92. viewmodel_offset_z "-2"
  93. viewmodel_presetpos "0"
  94. viewmodel_recoil "0"
  95. cl_viewmodel_shift_left_amt "0"
  96. cl_viewmodel_shift_right_amt "0"
  97. cl_bob_lower_amt "0"
  98. cl_bobamt_lat "0"
  99. cl_bobamt_vert "0"
  100. cl_bobcycle "0.98"
  101. cl_autowepswitch "0"
  102.  
  103. // crosshair commands
  104.  
  105. cl_crosshairstyle "4"
  106. cl_crosshairsize "3"
  107. cl_crosshairthickness "1"
  108. cl_crosshairgap "-1"
  109. cl_fixedcrosshairgap "-1.5"
  110. cl_crosshair_drawoutline "0"
  111. cl_crosshair_outlinethickness "0"
  112. cl_crosshairdot "0"
  113. cl_crosshair_t "0"
  114. cl_crosshaircolor "1"
  115. cl_crosshaircolor_r "255"
  116. cl_crosshaircolor_g "0"
  117. cl_crosshaircolor_b "0"
  118. cl_crosshairalpha "800"
  119. cl_crosshairusealpha "1"
  120. cl_crosshair_sniper_show_normal_inaccuracy "0"
  121. cl_crosshair_sniper_width "2"
  122. cl_crosshairgap_useweaponvalue "0"
  123. bind "n""toggle cl_crosshairsize 3 500"
  124. hud_showtargetid "0"
  125.  
  126. // sound settings
  127.  
  128. snd_deathcamera_volume "0"
  129. snd_mapobjective_volume "0"
  130. snd_menumusic_volume "0"
  131. snd_music_selection "0"
  132. snd_musicvolume_multiplier_inoverlay "0"
  133. snd_mute_losefocus "0"
  134. snd_roundend_volume "0"
  135. snd_roundstart_volume "0"
  136. snd_mvp_volume "0"
  137. snd_tensecondwarning_volume "0.08"
  138. snd_dzmusic_volume "0"
  139. snd_mix_async "1"
  140. snd_mixahead "0.025"
  141. voice_enable "1"
  142. voice_forcemicrecord "1"
  143. snd_hwcompat "0"
  144. dsp_enhance_stereo "0"
  145. snd_pitchquality "1"
  146.  
  147.  
  148. // game and video commands
  149.  
  150. con_enable "1"
  151. mat_monitorgamma "1.95"
  152. mat_monitorgamma_tv_enabled "0"
  153. mat_powersavingsmode "0"
  154. mat_queue_mode "2"
  155. gameinstructor_enable "0"
  156. cl_autohelp "0"
  157. cl_showhelp "0"
  158. cl_forcepreload "0"
  159. cl_disablefreezecam "1"
  160. cl_freezecameffects_showholiday "0"
  161. cl_timeout "30"
  162. player_nevershow_communityservermessage "1"
  163. r_dynamic "1"
  164. fps_max "999"
  165. fps_max_menu "102"
  166. cl_join_advertise "2"
  167. cl_use_opens_buy_menu "0"
  168. closeonbuy "0"
  169. cl_clearhinthistory "1"
  170. cl_disablehtmlmotd "1"
  171. spec_replay_autostart "0"
  172. cl_color "1"
  173. r_eyegloss "0"
  174. r_eyemove "0"
  175. r_eyeshift_x "0"
  176. r_eyeshift_y "0"
  177. r_eyeshift_z "0"
  178. r_eyesize "0"
  179. cl_obs_interp_enable "0"
  180. cl_dm_buyrandomweapons "0"
  181. mm_csgo_community_search_players_min "7"
  182. lobby_default_privacy_bits1 "0"
  183. cl_mute_enemy_team "0"
  184. r_drawtracers_firstperson "1"
  185. cl_draw_only_deathnotices "0"
  186.  
  187. // hud and radar commands
  188.  
  189. cl_radar_icon_scale_min "1"
  190. cl_radar_scale "0.5"
  191. cl_radar_always_centered "0"
  192. cl_radar_square_with_scoreboard "1"
  193. hud_scaling "0.95"
  194. cl_hud_bomb_under_radar "1"
  195. cl_hud_color "1"
  196. cl_hud_background_alpha "0.5"
  197. cl_hud_radar_scale "1.25"
  198. cl_hud_playercount_showcount "1"
  199. cl_hud_playercount_pos "0"
  200. cl_hud_healthammo_style "0"
  201. cl_showloadout "1"
  202. cl_teammate_colors_show "1"
  203. engine_no_focus_sleep "0"
  204. cl_showfps "0"
  205. cl_show_clan_in_death_notice "0"
  206. net_graph "1"
  207. net_graphheight "0"
  208. net_graphpos "2"
  209. net_graphproportionalfont "0"
  210.  
  211. echo ___________________________________________________________________________________________________
  212. echo ___________________________________________________________________________________________________
  213. echo ___________________________________________________________________________________________________
  214. echo ___________________________________________________________________________________________________
  215. echo ____*********___**________**___*********_______**____*********__***************__***********_______
  216. echo ___***__________**________**__**_______**___________****_______________**_________________**_______
  217. echo ___**___________**________**__**_______**______**__***_________________**_________________**_______
  218. echo ___**___________**________**__**______**_______**___***________________**_________________**_______
  219. echo ___**___________**________**__*********________**______***_____________**_________________**_______
  220. echo ___**___________************__**______***______**________***___________**_________________**_______
  221. echo ___**___________**________**__**________**_____**___________***________**________***______**_______
  222. echo ___**___________**________**__**_________**____**__________***_________**_________**______**_______
  223. echo ___***__________**________**__**__________**___**________***___________**__________**____**________
  224. echo ____*********___**________**__**___________**__**__*******_____________**___________*******________
  225. echo ___________________________________________________________________________________________________
  226. echo _______________________________________________________________________autoexec____________________
  227. echo ___________________________________________________________________________________________________
  228.  
  229. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement