Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. fps_max_menu "60"
  2. fps_max "160"
  3.  
  4.  
  5. //Netgraph bei TAB
  6.  
  7. net_graph 1
  8. bind "TAB" "+ng"
  9. alias "+ng" "+showscores; net_graphheight 0"
  10. alias "-ng" "-showscores; net_graphheight 9999"
  11.  
  12. //MaihoSchmaiho Crosshair
  13.  
  14. cl_crosshair_drawoutline "0"
  15. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  16. cl_crosshair_dynamic_splitalpha_innermod "1"
  17. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  18. cl_crosshair_dynamic_splitdist "7"
  19. cl_crosshair_outlinethickness "1"
  20. cl_crosshairalpha "255"
  21. cl_crosshaircolor "5"
  22. cl_crosshaircolor_b "0"
  23. cl_crosshaircolor_g "0"
  24. cl_crosshaircolor_r "250"
  25. cl_crosshairdot "0"
  26. cl_crosshairgap "-7"
  27. cl_crosshairgap_useweaponvalue "0"
  28. cl_crosshairscale "0"
  29. cl_crosshairsize "3"
  30. cl_crosshairstyle "4"
  31. cl_crosshairthickness "0.5"
  32. cl_crosshairusealpha "1"
  33.  
  34. //FOV
  35.  
  36. viewmodel_offset_z "-1.5"
  37. viewmodel_offset_x "2.5"
  38. viewmodel_offset_y "1.5"
  39. viewmodel_fov "65"
  40. cl_bob_lower_amt "0"
  41. cl_bobamt_lat "0"
  42. cl_bobamt_vert "0"
  43. cl_bobcycle "0.98"
  44. cl_viewmodel_shift_left_amt "0"
  45. cl_viewmodel_shift_right_amt "0"
  46.  
  47. //HUD
  48.  
  49. cl_hud_background_alpha 0.5
  50. cl_hud_healthammo_style 1
  51. cl_hud_color 8
  52.  
  53. //Radar
  54.  
  55. cl_radar_always_centered 0
  56. cl_radar_scale 0.5
  57. cl_radar_rotate 1
  58. cl_radar_icon_scale_min 0.4
  59.  
  60. //Bindings
  61.  
  62. bind "F1" "buy vest"
  63. bind "F2" "buy ak47; buy m4a1; buy vest; buy vesthelm"
  64. bind "F3" "buy deagle; buy vest; buy vesthelm; buy defuser"
  65. bind "f" "+lookatweapon"
  66. bind "g" "drop"
  67. bind "t" "noclip"
  68. bind "r" "+reload"
  69. bind "MOUSE3" "use weapon_molotov; use weapon_incgrenade"
  70. bind "MOUSE4" "use weapon_flashbang"
  71. bind "c" "use weapon_smokegrenade"
  72. safezonex 1
  73. cl_loadout_colorweaponnames 0
  74. sensitivity 1.2
  75. volume 0.2
  76. voice_enable 1
  77. cl_righthand 1
  78. cl_showhelp 0
  79.  
  80. //Finish
  81.  
  82. echo "wolle.cfg ist geladen."
  83. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement