Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1. //
  2. // cfg is designed for colemak keyboard layout, modifications are needed to use on qwerty
  3. //
  4. // Launch Commands: -w 1920 -h 1080 -freq 144 -fullscreen -novid -nojoy +language bananagaming -tickrate 128
  5. //
  6. // Hardware
  7. //
  8. // Mouse: Logitech G9x
  9. // 1.5 sensitivity, 1200 dpi (4.5/400)
  10. //
  11. // Monitor: Mitubishi Diamond Pro 2070SB (1024x768 @ 160hz)
  12. // BenQ XL2411Z (1920x1080 @ 144hz) [cfg contains 1080p crosshair]
  13. // Headphones: Audio Technica ATH-AD700x
  14. //
  15.  
  16. // crosshair
  17.  
  18. cl_crosshair_drawoutline "1"
  19. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  20. cl_crosshair_dynamic_splitalpha_innermod "1"
  21. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  22. cl_crosshair_dynamic_splitdist "7"
  23. cl_crosshair_outlinethickness "1"
  24. cl_crosshair_sniper_show_normal_inaccuracy "0"
  25. cl_crosshair_sniper_width "2"
  26. cl_crosshairalpha "200"
  27. cl_crosshaircolor "4"
  28. cl_crosshairdot "0"
  29. cl_crosshairgap "0"
  30. cl_crosshairgap_useweaponvalue "0"
  31. cl_crosshairscale "0"
  32. cl_crosshairsize "3"
  33. cl_crosshairstyle "4"
  34. cl_crosshairthickness "1"
  35. cl_crosshairusealpha "1"
  36. cl_fixedcrosshairgap "3"
  37.  
  38. // pink xhair for sg553
  39.  
  40. cl_crosshaircolor_r 255
  41. cl_crosshaircolor_b 100
  42. cl_crosshaircolor_g 0
  43.  
  44. // nade script
  45.  
  46. alias "nadetoggleon" "cl_crosshairsize 400; bind v nadetoggleoff"
  47. alias "nadetoggleoff" "cl_crosshairsize 3; bind v nadetoggleon"
  48. bind v nadetoggleon
  49.  
  50.  
  51. bind b buymenu
  52.  
  53.  
  54.  
  55. bind ' brushtoggleon
  56. alias "brushtoggleon" "sv_cheats 1; r_drawclipbrushes 2; vcollide_wireframe 1; bind ' brushtoggleoff"
  57. alias "brushtoggleoff" "sv_cheats 1; r_drawclipbrushes 0; vcollide_wireframe 0; bind ' brushtoggleon"
  58.  
  59. bind o spreadtoggleon
  60. alias "spreadtoggleon" "sv_cheats 1; weapon_debug_spread_show 1; cl_crosshairstyle 3; bind o spreadtoggleoff"
  61. alias "spreadtoggleoff" "sv_cheats 1; weapon_debug_spread_show 0; cl_crosshairstyle 4; bind o spreadtoggleon"
  62.  
  63.  
  64.  
  65. bind x +spray_menu
  66. bind z +spray_menu
  67.  
  68. // HUD
  69.  
  70. hud_showtargetid 1
  71. hud_scaling 1
  72. cl_hud_color 4
  73.  
  74.  
  75. // Viewmodel
  76.  
  77. cl_righthand "1"
  78. viewmodel_fov "68"
  79. viewmodel_offset_x 1
  80. viewmodel_offset_y 2
  81. viewmodel_offset_z -2
  82. cl_viewmodel_shift_left_amt "0"
  83. cl_viewmodel_shift_right_amt "0"
  84. cl_bob_lower_amt "0"
  85. cl_bobamt_lat "0"
  86. cl_bobamt_vert "0"
  87. cl_bobcycle "0.98"
  88.  
  89. // Movement
  90.  
  91. bind w "+forward"
  92. bind r "+back"
  93. bind a "+moveleft"
  94. bind s "+moveright"
  95.  
  96.  
  97.  
  98. bind p "+reload"
  99. bind space "+jump"
  100. bind d "drop"
  101. bind "j" "messagemode"
  102. bind "l" "messagemode2"
  103. bind "shift" "+speed;r_cleardecals"
  104. bind "CTRL" "+duck;r_cleardecals"
  105. bind "mwheeldown" "+jump"
  106. bind p "+reload"
  107. bind 1 "slot1"
  108. bind 2 "slot2"
  109. bind 3 "slot3"
  110. bind "4" "use weapon_decoy; use weapon_smokegrenade; use weapon_flashbang; use weapon_molotov; use weapon_incgrenade; use weapon_hegrenade"
  111. bind 5 "slot5"
  112. bind "mouse4" "slot10"
  113. bind "mouse5" "+voicerecord"
  114. voice_mixer_volume "1"
  115. bind "t" "use weapon_flashbang"
  116. bind "g" "use weapon_smokegrenade"
  117.  
  118.  
  119. // Rates
  120.  
  121. rate "128000"
  122. cl_cmdrate "128"
  123. cl_updaterate "128"
  124. cl_interp "0.0"
  125. cl_interp_ratio "1" // use 2 on high ping
  126. cl_timeout "300"
  127. cl_lagcompensation "1"
  128. ds_get_newest_subscribed_files
  129.  
  130.  
  131. // Mouse
  132.  
  133. m_rawinput "1"
  134. m_customaccel "0"
  135. m_mouseaccel1 "0"
  136. m_mouseaccel2 "0"
  137. m_mousespeed "0"
  138. m_customaccel_scale "0"
  139.  
  140.  
  141. // Netgraph
  142.  
  143. net_graphproportionalfont "0"
  144. net_graph 1
  145. net_graphpos 2
  146. net_graphproportionalfont 0
  147. net_graphheight 2000
  148.  
  149.  
  150. // Server Settings
  151.  
  152. cl_showpluginmessages 0
  153. cl_forcepreload 1
  154. cl_resend 6
  155. cl_resend_timeout 6
  156. cl_downloadfilter "nosounds"
  157. player_nevershow_communityservermessage 1
  158. cl_clearhinthistory "1"
  159. cl_debugrumble "0"
  160. adsp_debug "0"
  161.  
  162.  
  163. // Sound
  164.  
  165. volume "1"
  166. voice_enable "1"
  167. windows_speaker_config "1" // headphones mode
  168. snd_musicvolume "0"
  169. snd_mixahead "0.05" // sound delay, higher if sound crackles
  170.  
  171.  
  172.  
  173. // Multi-threading
  174.  
  175. mat_queue_mode 2
  176.  
  177.  
  178. // Graphic Optimization
  179.  
  180. r_dynamic "0"
  181. r_eyegloss "0"
  182. sys_antialiasing "0"
  183. sys_refldetail "0"
  184. fps_max "701"
  185. fps_max_menu "241"
  186. func_break_max_pieces "0"
  187. cl_predict "1"
  188. cl_predictweapons "1"
  189. cl_detail_avoid_force "0"
  190. cl_detail_avoid_radius "0"
  191. cl_detail_avoid_recover_speed "0"
  192. cl_detail_max_sway "0"
  193.  
  194.  
  195. // Unbind Keys
  196.  
  197. unbind f10
  198. unbind mwheelup
  199. unbind k
  200. unbind y
  201. unbind u
  202.  
  203.  
  204. // Buy Script
  205.  
  206. alias "aug/sg553" "buy aug;buy sg556"
  207. alias "m4a1/ak47" "buy m4a1;buy ak47"
  208. alias "galil/famas" "buy galil;buy famas"
  209. alias "incgrenade/molotov" "buy incgrenade;buy molotov"
  210.  
  211.  
  212. // Buy Binds
  213.  
  214.  
  215. bind "F1" "aug/sg553"
  216. bind "F2" "buy awp;give weapon_awp"
  217. bind "F3" "buy vest; buy vesthelm"
  218. bind "F4" "m4a1/ak47"
  219.  
  220. bind "F6" "buy smokegrenade;give weapon_smokegrenade"
  221. bind "F5" "buy flashbang;give weapon_flashbang"
  222. bind "F7" "buy hegrenade;give weapon_hegrenade"
  223. bind "F8" "incgrenade/molotov"
  224.  
  225. bind "F9" "buy defuser"
  226. bind "F10" "buy p250;give weapon_p250"
  227. bind "F11" "buy fiveseven; buy tec9"
  228. bind "F12" "buy deagle;give weapon_deagle"
  229.  
  230.  
  231. // In Game Settings
  232.  
  233. r_drawtracers_firstperson 0
  234. cl_autowepswitch 0
  235. cl_color 1
  236. cl_showloadout 1
  237. closeonbuy 0
  238. option_duck_method 0
  239. option_speed_method 0
  240. cl_showhelp 0
  241. cl_autohelp 0
  242. cl_disablefreezecam 1
  243. cl_spec_mode 4
  244. cl_teamid_overhead_name_alpha 255
  245. cl_teamid_overhead_name_fadetime 0
  246. cl_freezecameffects_showholiday 0
  247. cl_use_opens_buy_menu 0
  248. cl_freezecampanel_position_dynamic 0
  249.  
  250.  
  251. // Netgraph Scoreboard
  252.  
  253. alias "+pg_scoregraph" "+showscores; net_graphheight 0;"
  254. alias "-pg_scoregraph" "-showscores; net_graphheight 2000;"
  255.  
  256.  
  257. // Radar Size
  258.  
  259. alias "+pg_useradar" "+use; cl_radar_scale 0.70; gameinstructor_enable 1"
  260. alias "-pg_useradar" "-use; cl_radar_scale 0.1; gameinstructor_enable 0"
  261. cl_radar_scale 0.1
  262. cl_hud_radar_scale 1.3
  263.  
  264. // Voice Loopback Alias
  265.  
  266. alias "+voice" "+voicerecord; voice_loopback 1; voice_scale 0"
  267. alias "-voice" "-voicerecord; voice_loopback 0; voice_scale 0.1"
  268.  
  269.  
  270. // Jumpthrow
  271.  
  272. alias "+pg_jumpthrow" "+jump; -attack; -attack2;"
  273. alias "-pg_jumpthrow" "-jump;"
  274.  
  275.  
  276. // Scripts
  277.  
  278. developer 1
  279. con_filter_enable 2
  280. con_filter_text_out "Player:"
  281. con_filter_text "damage"
  282.  
  283. alias "ngmin" "voice_scale 0;clear;echo damage_|voice_0%_MUTED|;playvol ambient\energy\spark6 0.4;alias ngup ng1;alias ngdn ngmin"
  284. alias "ng1" "voice_scale 0.05;clear;echo damage_|5%|;playvol buttons\blip1 0.4;alias ngup ng2;alias ngdn ngmin"
  285. alias "ng2" "voice_scale 0.1;clear;echo damage_|10%|;alias ngup ng3;alias ngdn ng1"
  286. alias "ng3" "voice_scale 0.2;clear;echo damage_|20%|;alias ngup ng4;alias ngdn ng2"
  287. alias "ng4" "voice_scale 0.3;clear;echo damage_|30%|;alias ngup ng5;alias ngdn ng3"
  288. alias "ng5" "voice_scale 0.4;clear;echo damage_|40%|;alias ngup ng6;alias ngdn ng4"
  289. alias "ng6" "voice_scale 0.5;clear;echo damage_|50%|;alias ngup ng7;alias ngdn ng5"
  290. alias "ng7" "voice_scale 0.6;clear;echo damage_|60%|;alias ngup ng8;alias ngdn ng6"
  291. alias "ng8" "voice_scale 0.7;clear;echo damage_|70%|;alias ngup ng9;alias ngdn ng7"
  292. alias "ng9" "voice_scale 0.8;clear;echo damage_|80%|;alias ngup ng10;alias ngdn ng8"
  293. alias "ng10" "voice_scale 0.9;clear;echo damage_|90%|;alias ngup ng11;alias ngdn ng9"
  294. alias "ng11" "voice_scale 1;clear;echo damage_|100%|;alias ngdn ng10"
  295. alias "ngup" "ng3"
  296. alias "ngdn" "ng1"
  297. voice_scale 0.05
  298.  
  299.  
  300. alias "voice_chat" "chat_0"
  301. alias "chat_1" "voice_system_enable 1; voice_enable 1; playvol buttons\blip1 0.4; clear; echo damage_|~Chat_On~|; alias voice_chat chat_0"
  302. alias "chat_0" "voice_system_enable 0; voice_enable 0; playvol ambient\energy\spark6 0.4; clear; echo damage_|~Chat_Off~|; alias voice_chat chat_1"
  303.  
  304.  
  305. // Binds
  306.  
  307. bind "tab" "+pg_scoregraph"
  308. bind "f" "+pg_useradar"
  309. bind "alt" "+pg_jumpthrow"
  310.  
  311. bind "n" "noclip"
  312. bind "i" "+lookatweapon"
  313.  
  314. bind "]" "ignorerad; clear"
  315. bind "[" "ignoremsg; clear"
  316. bind "\" "say .ready"
  317. bind "c" "say ****NEWS**FLASH****"
  318.  
  319. bind "uparrow" "ngup"
  320. bind "downarrow" "ngdn"
  321.  
  322. bind "rightarrow" "voice_chat"
  323.  
  324. bind del radio1
  325. bind end radio2
  326. bind pgdn radio3
  327.  
  328. // Switchscript
  329. alias +knife "slot3"
  330.  
  331. alias -knife "lastinv"
  332.  
  333. bind capslock +knife
  334.  
  335. // exec
  336.  
  337. host_writeconfig
  338. clear
  339. echo "autoexec loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement