Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. //##################################################
  2. //############# CS:Source ###############
  3. //############# CFG by amphetam[1]n ###############
  4. //############# last edit: 1.11.2010 ###############
  5. //##################################################
  6.  
  7. //-------------------------------------------------
  8. //-----------------Gameplay-Cmds-------------------
  9. //-------------------------------------------------
  10.  
  11. cl_disablefreezecam "1"
  12. cl_disablehtmlmotd "1"
  13. cl_show_achievement_popups "0"
  14. cl_cloud_settings "0"
  15. setinfo zb_wantautocashcalling "1"
  16. net_graph "0"
  17. cl_righthand "1"
  18. cl_downloadfilter "nosounds"
  19. hud_fastswitch "1"
  20. mat_monitorgamma "1.6"
  21. cl_crosshairalpha "255"
  22. cl_crosshairusealpha "1"
  23. cl_autowepswitch "0"
  24. mat_vsync "0"
  25. cl_minmodels "1"
  26. cl_min_ct "1"
  27. cl_min_t "1"
  28. cl_logofile "materials/vgui/logos/skull_final.vtf"
  29.  
  30. //-------------------------------------------------
  31. //------------------SCOREBOARD---------------------
  32. //-------------------------------------------------
  33.  
  34. cl_scoreboard_dead_color_red "40"
  35. cl_scoreboard_dead_color_green "40"
  36. cl_scoreboard_dead_color_blue "40"
  37. cl_nowinpanel "1" // Deaktiviert das MVP-PopUp am Rundenende.
  38.  
  39. //-------------------------------------------------
  40. //--------------------Leichen----------------------
  41. //-------------------------------------------------
  42.  
  43. cl_ragdoll_physics_enable "0"
  44. cl_ragdoll_collide "0"
  45.  
  46. //-------------------------------------------------
  47. //--------------------Console----------------------
  48. //-------------------------------------------------
  49.  
  50. con_filter_enable "1"
  51. con_filter_text_out "Achievements disabled: sv_nostats is set."
  52.  
  53. //-------------------------------------------------
  54. //------------------Mousesettings------------------
  55. //-------------------------------------------------
  56.  
  57. sensitivity "2.00"
  58. zoom_sensitivity_ratio "1.1"
  59. cl_crosshairsize "12"
  60.  
  61. //-------------------------------------------------
  62. //--------------------Cfg Ende---------------------
  63. //--------------------Exec Part--------------------
  64. //-------------------------------------------------
  65.  
  66. clear
  67. exec alias.cfg
  68. exec bind.cfg
  69. exec fps.cfg
  70. exec net.cfg
  71. echo ">>>>>>>>>>>>>>> play.cfg Loaded !<<<<<<<<<<<<<<<<<<"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement