Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. // Global
  2.  
  3. fps_max 400
  4. cl_showloadout 1
  5. cl_downloadfilter "nosounds"
  6. net_graph 1
  7.  
  8.  
  9. // Damage Taken & Done
  10.  
  11. developer "1"
  12. con_filter_text "Damage"
  13. con_filter_text_out "Player:"
  14. con_filter_enable "2"
  15.  
  16. // Binds
  17.  
  18. bind "w" "+forward; r_cleardecals"
  19. bind "a" "+moveleft; r_cleardecals"
  20. bind "d" "+moveright; r_cleardecals"
  21. bind "s" "+back; r_cleardecals"
  22.  
  23.  
  24. // Buyscript
  25.  
  26. bind "uparrow" " buy vesthelm; buy vest;"
  27. bind "downarrow" " buy vest;"
  28. bind "leftarrow" " buy defuser;"
  29. bind "rightarrow" " buy vesthelm;"
  30. bind "kp_home" "buy m4a1; buy ak47;"
  31. bind "kp_uparrow" "buy famas; buy sg553;"
  32. bind "kp_pgup" "buy mp7;"
  33. bind "kp_leftarrow" "buy p250;"
  34. bind "kp_5" "buy deagle; buy revolver;"
  35. bind "F1" " buy hegrenade; buy flashbang; buy smokegrenade; buy molotov; buy incgrenade; buy incgrenade; buy molotov;"
  36. bind "F5" " buy hegrenade;"
  37. bind "F6" " buy flashbang;"
  38. bind "F7" " buy smokegrenade;"
  39. bind "F8" " buy molotov; buy incgrenade; buy incgrenade; buy molotov;"
  40.  
  41.  
  42. // Netsettings
  43.  
  44. rate "128000"
  45. cl_updaterate "128"
  46. cl_cmdrate "128"
  47. cl_interp_ratio "2"
  48. cl_interp "0"
  49. cl_lagcompensation "1"
  50. cl_predict "1"
  51.  
  52. echo " ------ KorgalTVDE Config geladen ------
  53.  
  54. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement