Advertisement
varden

2015-06-18 autoexec

Jun 18th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. // buy
  2. bind "kp_ins" "buy vesthelm;"
  3. bind "kp_del" "buy vest;"
  4. bind "kp_enter" "buy tec9; buy fn57"
  5. bind "kp_plus" "buy defuser;"
  6.  
  7. bind "kp_end" "buy galilar; buy famas;"
  8. bind "kp_downarrow" "buy ak47; buy m4a1;"
  9. bind "kp_pgdn" "buy awp;"
  10.  
  11. bind "kp_leftarrow" "buy flashbang;"
  12. bind "kp_5" "buy hegrenade;"
  13. bind "kp_rightarrow" "buy smokegrenade;"
  14. bind "kp_uparrow" "buy decoy;"
  15. bind "kp_pgup" "buy molotov; buy incgrenade;"
  16.  
  17. // binds
  18. bind mouse3 "+lookatweapon"
  19. bind t "drop"
  20. bind q "+voicerecord"
  21. bind c "slot6" //hegren
  22. bind f "slot7" //flashbang
  23. bind g "slot8" //smoke
  24. bind x "slot9" //decoy
  25. bind v "slot10" //molly
  26. bind , radio1
  27. bind . radio2 //to chyba najbardziej istotne radio
  28. bind / radio3
  29. bind \ lastinv //to, co w standardzie jest na Q. nie uzywam podczas gry, ale jak nie zyjesz to Q wlacza wykresy/statystyki - i gdzies to chce miec. mam kolo entera, na \
  30. bind f12 disconnect
  31.  
  32. // jumpthrow
  33. alias "+jumpthrow" "+jump;-attack"
  34. alias "-jumpthrow" "-jump"
  35. bind "z" "+jumpthrow"
  36.  
  37. // CROSSHAIR
  38. cl_crosshairstyle 2
  39. cl_crosshaircolor 5
  40. cl_crosshaircolor_r "223"
  41. cl_crosshaircolor_g "255"
  42. cl_crosshaircolor_b "0"
  43. cl_crosshairdot 1
  44. cl_crosshairsize 2
  45. cl_crosshairthickness 1
  46. cl_crosshairgap -5
  47.  
  48. // practice
  49. alias "practice" "sv_cheats 1; bot_kick; sv_infinite_ammo 1; ammo_grenade_limit_total 6; sv_grenade_trajectory 1; sv_showimpacts 1; mp_buy_anywhere 1; mp_freezetime 0; mp_roundtime 60; mp_roundtime_defuse 60; mp_buytime 99999; mp_autoteambalance 0; mp_maxmoney 1000000; mp_startmoney 1000000; mp_restartgame 1;"
  50. bind kp_minus practice
  51. bind kp_multiply noclip
  52. bind h noclip
  53.  
  54. // competitive
  55. alias "comp" "exec gamemode_competitive" //gdybym zalozyl serwer i chcial odpalic competitive, wystarczy ze wpisze comp w konsole
  56.  
  57. // Inne
  58. rate "128000" // Maximum download bandwidth in bytes/second. Do not set lower than 80000 unless you have a bad connection
  59. cl_cmdrate "128" // Maximum packets sent from client to server per second. Set to 64 when experiencing loss
  60. cl_updaterate "128" // Maximum packets sent from server to client per second. Set to 64 when experiencing choke
  61. cl_interp "0" // Don't change this, setting this to 0 lets servers adjust this to the perfect value
  62. cl_interp_ratio "1" // Use 1 if you have a stable connection, set to 2 when experiencing loss or choke
  63. cl_resend "3" // Sets after how many seconds the game sends a new connection request to a server
  64. cl_resend_timeout "9" // Sets the time in seconds how long the game tries to connect to a server
  65.  
  66. cl_autohelp "0" // Set to 0 to disable hints like "switched to burst fire"
  67. gameinstructor_enable "0" // Disables popups like "Press E to plant the bomb". Set to 1 for default behavior
  68. hud_showtargetid "1" // Set to 0 to disable enemy names being shown. Also disables crosshair changing
  69. // appearance when aiming at mates or enemies when using cl_crosshairstyle 0 or 1
  70.  
  71. snd_musicvolume "0" // Overall music volume (menu music, round end music, etc.), 0 = 0%; 1 = 100%
  72. lobby_voice_chat_enabled "0" // Always disable microphone in matchmaking lobby, set to 1 to always enable
  73. voice_enable "1" // Set to 0 to disable all ingame voice communication
  74.  
  75. cl_disablehtmlmotd "1" // Will disable annoying HTML-based welcome screens used on some community servers.
  76. cl_autowepswitch "0" // Will disable stronger weapons being equipped automatically. Set to 1 for default behavior
  77. cl_disablefreezecam "1" // Will disable "Save this moment" after being killed, set to 0 for default behavior
  78. cl_downloadfilter "nosounds" // Will prevent certain thing from being downloaded when connecting to servers
  79.  
  80. cl_forcepreload "1" // Forces data to load into cache when connecting to server. Connecting might take a bit longer,
  81. // but this command can prevent some lag and fps drops for lower end machines
  82.  
  83. cl_obs_interp_enable "0" // Disables GOTV camera flying around between nearby players, set to 1 to enable
  84.  
  85. cl_use_opens_buy_menu "0" // Use key won't open buymenu, set to 1 for default behaviour
  86.  
  87. r_drawtracers_firstperson "0" // Set to 0 to disable the tracers (while smoke lines) when shooting; Does not disable enemy tracers!
  88.  
  89. con_enable "1" // Enables the in-game console.
  90.  
  91. snd_mute_losefocus "0"
  92. engine_no_focus_sleep "0"
  93.  
  94. fps_max 61
  95. fps_max_menu 61
  96.  
  97. host_writeconfig
  98. clear
  99. echo "\@ w @/ praise the varden, master of cs and first rto conquer all achivements, god creator of valve and mighty hand which gave birth to gaben \@ w @/ let the mighty rage follow his mouse and point to the heads. Pasha biceps within him wild fusion of power all becoming sick knife kills \@ w @/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement