Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. //Tickit ja sellaset
  2. cl_interp "0"
  3. cl_interp_ratio "1"
  4. cl_cmdrate "128"
  5. cl_updaterate "128"
  6. rate "128000"
  7.  
  8. //Ping
  9. mm_dedicated_search_maxping 50
  10.  
  11. //It loads everything you need in front and not while you are playing
  12. cl_forcepreload "1"
  13.  
  14. //Muut
  15. cl_autowepswitch "0"
  16. mat_queue_mode "2"
  17.  
  18. //HUD
  19. cl_showloadout "1"
  20. cl_radar_always_centered "0"
  21. cl_hud_bomb_under_radar "1"
  22. cl_radar_scale "0.30"
  23. cl_radar_rotate "1"
  24. cl_radar_square_with_scoreboard "1"
  25. cl_loadout_colorweaponnames "1"
  26. cl_show_clan_in_death_notice "0"
  27. cl_hud_background_alpha "0.5"
  28. cl_hud_radar_scale "1"
  29. cl_hud_color "6"
  30.  
  31. //Bindit
  32. bind "KP_MINUS" "toggleconsole"
  33. bind "KP_5" "disconnect"
  34. bind "n" "noclip"
  35. bind "k" "r_cleardecals"
  36. bind "KP_END" "say By the time you're close enough to notice the pixels it's already too late"
  37. bind "KP_DOWNARROW" "say One day they will ask why we fight, and when they do they will understand"
  38. bind "KP_PGDN" "say Ours is a world of intrigue... but sometimes camouflage is meant to be seen"
  39. bind "KP_LEFTARROW" "say I don't have to like you, I have to keep you safe"
  40. bind "KP_RIGHTARROW" "say I can follow procedure and get 7 out, or I can do it my way and save all 10... your choice"
  41. bind "KP_HOME" "say I'm not here for what I need, I'm here for something I want"
  42. bind "KP_UPARROW" "say Look me in the eyes and tell me that's standard issue"
  43. bind "KP_PGUP" "say Just because I carried my team doesn't mean it wasn't a team effort"
  44.  
  45. alias "+jumpthrow" "+jump;-attack"
  46. alias "-jumpthrow" "-jump"
  47. bind "h" "+jumpthrow"
  48.  
  49. bind "l" "mp_autoteambalance 0;bot_kick;sv_cheats 1;sv_infinite_ammo 2;sv_showimpacts 1;sv_showimpacts_time 4;sv_grenade_trajectory 1;sv_grenade_trajectory_dash 1;mp_roundtime_hostage 0;mp_roundtime_defuse 0;mp_roundtime 60;mp_startmoney 16000;mp_buytime 3600;mp_buy_anywhere 1;sv_regeneration_force_on 1;mp_restartgame 1;mp_warmup_end;
  50.  
  51.  
  52. //Grenades
  53. alias altE1 "use weapon_flashbang"
  54. alias altE "bind e altE1"
  55.  
  56. alias alt11 "use weapon_hegrenade"
  57. alias alt1 bind 1 alt11
  58.  
  59. alias alt22 "use weapon_molotov; use weapon_incgrenade"
  60. alias alt2 bind 2 alt22
  61.  
  62. alias alt33 "use weapon_smokegrenade"
  63. alias alt3 bind 3 alt33
  64.  
  65. alias alt44 "use weapon_decoy"
  66. alias alt4 bind 4 alt44
  67.  
  68. alias defE "bind e +use"
  69. alias def1 "bind 1 slot1"
  70. alias def2 "bind 2 slot2"
  71. alias def3 "bind 3 slot3"
  72. alias def4 "bind 4 slot4"
  73. alias +altbinds "alte; alt1; alt2; alt3; alt4"
  74. alias -altbinds "defE; def1; def2; def3; def4"
  75.  
  76. bind alt +altbinds
  77.  
  78. //Hiiri-jutut
  79. m_rawinput "1"
  80. m_mouseaccel1 "0"
  81. m_mouseaccel2 "0"
  82.  
  83. // Audio
  84. snd_mixahead "0.05"
  85. windows_speaker_config "1"
  86. lobby_voice_chat_enabled "0"
  87.  
  88. //Video
  89. fps_max "260"
  90.  
  91. //Tracerit pois
  92. r_drawtracers_firstperson "0"
  93.  
  94. //Crosshair
  95. cl_crosshairalpha "255"
  96. cl_crosshaircolor "4"
  97. cl_crosshaircolor_b "250"
  98. cl_crosshaircolor_r "50"
  99. cl_crosshaircolor_g "250"
  100. cl_crosshairdot "0"
  101. cl_crosshairgap "0"
  102. cl_crosshairsize "3"
  103. cl_crosshairstyle "4"
  104. cl_crosshairusealpha "1"
  105. cl_crosshairthickness "0.5"
  106. cl_fixedcrosshairgap "0"
  107. cl_crosshair_outlinethickness "0"
  108. cl_crosshair_drawoutline "0"
  109. //Damage display
  110. developer "1"
  111. con_filter_text "Damage"
  112. con_filter_text_out "Player:"
  113. con_filter_enable "2"
  114.  
  115.  
  116. host_writeconfig
  117.  
  118. //Ilmoitus
  119. echo "------------------------------"
  120. echo "Konfiguraatio ladattu!"
  121. echo "------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement