Advertisement
varden

Untitled

Apr 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. /////////////////////////////////////////////////////////
  2. // MOUSE //
  3. /////////////////////////////////////////////////////////
  4. sensitivity 1.5
  5. m_rawinput 1
  6. //800 dpi, rawinput = 1200 eDPI
  7.  
  8. /////////////////////////////////////////////////////////
  9. // CROSSHAIR //
  10. /////////////////////////////////////////////////////////
  11. alias "crosshair_gun" "cl_crosshaircolor 1; cl_crosshairgap 0; cl_crosshair_drawoutline 1; cl_crosshairstyle 4; cl_fixedcrosshairgap -4.5; cl_crosshairsize 2; cl_crosshairalpha 250; cl_crosshair_outlinethickness 1;"
  12. alias "crosshair_smoke" "cl_crosshairsize 1000;"
  13. crosshair_gun
  14.  
  15. /////////////////////////////////////////////////////////
  16. // BINDS //
  17. /////////////////////////////////////////////////////////
  18. bind t "drop"
  19. bind q "+voicerecord"
  20. bind c "slot6" //hegren
  21. bind f "slot7" //flashbang
  22. bind g "slot8" //smoke
  23. bind x "slot9" //decoy
  24. bind v "slot10" //molly
  25.  
  26. unbind mwheelup
  27. unbind mwheeldown`
  28.  
  29. alias "+jumpthrow" "+jump;-attack"
  30. alias "-jumpthrow" "-jump"
  31. bind "z" "+jumpthrow"
  32.  
  33. bind mouse3 "+lookatweapon"
  34. bind h "+spray_menu"
  35.  
  36. bind , radio1
  37. bind . radio2
  38. bind / radio3
  39. bind \ lastinv
  40.  
  41. bind f12 disconnect
  42.  
  43. /////////////////////////////////////////////////////////
  44. // BUY //
  45. /////////////////////////////////////////////////////////
  46. bind "kp_ins" "buy vesthelm;"
  47. bind "kp_del" "buy vest;"
  48. bind "kp_enter" "buy tec9; buy fn57"
  49. bind "kp_plus" "buy defuser;"
  50.  
  51. bind "kp_end" "buy galilar; buy famas;"
  52. bind "kp_downarrow" "buy ak47; buy m4a1;"
  53. bind "kp_pgdn" "buy awp;"
  54.  
  55. bind "kp_leftarrow" "buy flashbang;"
  56. bind "kp_5" "buy hegrenade;"
  57. bind "kp_rightarrow" "buy smokegrenade;"
  58. bind "kp_uparrow" "buy decoy;"
  59. bind "kp_pgup" "buy molotov; buy incgrenade;"
  60.  
  61. /////////////////////////////////////////////////////////
  62. // MAP //
  63. /////////////////////////////////////////////////////////
  64. cl_radar_always_centered "0"
  65. cl_radar_scale "0.3"
  66. cl_hud_radar_scale "1.15"
  67. cl_radar_icon_scale_min "0.6"
  68. cl_radar_rotate "1"
  69. cl_radar_square_with_scoreboard "1"
  70.  
  71. /////////////////////////////////////////////////////////
  72. // MODES //
  73. /////////////////////////////////////////////////////////
  74. alias "comp" "exec gamemode_competitive" //gdybym zalozyl serwer i chcial odpalic competitive, wystarczy ze wpisze comp w konsole
  75. 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_respawn_on_death_ct 1; mp_respawn_on_death_t 1; mp_maxmoney 1000000; mp_startmoney 1000000; mp_restartgame 1;"
  76. bind kp_minus practice
  77. bind kp_multiply noclip
  78. bind j noclip
  79.  
  80. /////////////////////////////////////////////////////////
  81. // SETTINGS //
  82. /////////////////////////////////////////////////////////
  83. rate "128000" // Maximum download bandwidth in bytes/second. Do not set lower than 80000 unless you have a bad connection
  84. cl_cmdrate "128" // Maximum packets sent from client to server per second. Set to 64 when experiencing loss
  85. cl_updaterate "128" // Maximum packets sent from server to client per second. Set to 64 when experiencing choke
  86. cl_interpolate 1 // Enable interpolation
  87. cl_interp "0" // Don't change this, setting this to 0 lets servers adjust this to the perfect value
  88. cl_interp_ratio "2" // Use 1 if you have a stable connection, set to 2 when experiencing loss or choke
  89. cl_predict "1" // Enable prediction
  90. cl_resend "3" // Sets after how many seconds the game sends a new connection request to a server
  91. cl_resend_timeout "9" // Sets the time in seconds how long the game tries to connect to a server
  92. cl_autohelp "0" // Set to 0 to disable hints like "switched to burst fire"
  93. gameinstructor_enable "0" // Disables popups like "Press E to plant the bomb". Set to 1 for default behavior
  94. hud_showtargetid "1" // Set to 0 to disable enemy names being shown. Also disables crosshair changing appearance when aiming at mates or enemies when using cl_crosshairstyle 0 or 1
  95. snd_musicvolume "0" // Overall music volume (menu music, round end music, etc.), 0 = 0%; 1 = 100%
  96. lobby_voice_chat_enabled "0" // Always disable microphone in matchmaking lobby, set to 1 to always enable
  97. voice_enable "1" // Set to 0 to disable all ingame voice communication
  98. cl_disablehtmlmotd "1" // Will disable annoying HTML-based welcome screens used on some community servers.
  99. cl_autowepswitch "0" // Will disable stronger weapons being equipped automatically. Set to 1 for default behavior
  100. cl_disablefreezecam "1" // Will disable "Save this moment" after being killed, set to 0 for default behavior
  101. cl_downloadfilter "nosounds" // Will prevent certain thing from being downloaded when connecting to servers
  102. cl_forcepreload "1" // Forces data to load into cache when connecting to server. Connecting might take a bit longer, but this command can prevent some lag and fps drops for lower end machines
  103. cl_obs_interp_enable "0" // Disables GOTV camera flying around between nearby players, set to 1 to enable
  104. cl_use_opens_buy_menu "0" // Use key won't open buymenu, set to 1 for default behaviour
  105. r_drawtracers_firstperson "0" // Set to 0 to disable the tracers (while smoke lines) when shooting; Does not disable enemy tracers!
  106. con_enable "1" // Enables the in-game console.
  107. snd_mute_losefocus "0" // Sound in background
  108. engine_no_focus_sleep "0" // Game in background
  109. fps_max_menu 145
  110. fps_max 232
  111.  
  112. host_writeconfig
  113. clear
  114. 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