Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 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.  
  13. //Maiho Crosshair
  14.  
  15. cl_crosshair_drawoutline "0"
  16. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  17. cl_crosshair_dynamic_splitalpha_innermod "1"
  18. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  19. cl_crosshair_dynamic_splitdist "7"
  20. cl_crosshair_outlinethickness "1"
  21. cl_crosshairalpha "255"
  22. cl_crosshaircolor "5"
  23. cl_crosshaircolor_b "0"
  24. cl_crosshaircolor_g "0"
  25. cl_crosshaircolor_r "250"
  26. cl_crosshairdot "0"
  27. cl_crosshairgap "-7"
  28. cl_crosshairgap_useweaponvalue "0"
  29. cl_crosshairscale "0"
  30. cl_crosshairsize "3"
  31. cl_crosshairstyle "4"
  32. cl_crosshairthickness "0.5"
  33. cl_crosshairusealpha "1"
  34.  
  35. //BestesCrosshairwasesgibtdufuckingsnack
  36.  
  37. cl_crosshair_drawoutline "1"
  38. cl_crosshair_outlinethickness "1"
  39. cl_crosshairalpha "200"
  40. cl_crosshaircolor "1"
  41. cl_crosshairdot "0"
  42. cl_crosshairgap "0"
  43. cl_crosshairgap_useweaponvalue "0"
  44. cl_crosshairsize "2"
  45. cl_crosshairstyle "4"
  46. cl_crosshairthickness "1"
  47. cl_crosshairusealpha "1"
  48.  
  49. //FOV
  50.  
  51. viewmodel_offset_z "-1.5"
  52. viewmodel_offset_x "2.5"
  53. viewmodel_offset_y "1.5"
  54. viewmodel_fov "65"
  55. cl_bob_lower_amt "0"
  56. cl_bobamt_lat "0"
  57. cl_bobamt_vert "0"
  58. cl_bobcycle "0.98"
  59. cl_viewmodel_shift_left_amt "0"
  60. cl_viewmodel_shift_right_amt "0"
  61.  
  62. //HUD
  63.  
  64. cl_hud_background_alpha 0.5
  65. cl_hud_healthammo_style 1
  66. cl_hud_color 2
  67.  
  68. //Radar
  69.  
  70. cl_radar_always_centered 0
  71. cl_radar_scale 0.5
  72. cl_radar_rotate 1
  73. cl_radar_icon_scale_min 0.4
  74.  
  75. //Bindings
  76.  
  77. bind "F1" "buy vest"
  78. bind "F2" "buy ak47; buy m4a1; buy vest; buy vesthelm"
  79. bind "F3" "buy deagle; buy vest; buy vesthelm; buy defuser"
  80. bind "f" "+lookatweapon"
  81. bind "g" "drop"
  82. bind "t" "noclip"
  83. bind "r" "+reload"
  84. bind "MOUSE3" "use weapon_molotov; use weapon_incgrenade"
  85. bind "MOUSE4" "use weapon_flashbang"
  86. bind "c" "use weapon_smokegrenade"
  87. bind "mwheeldown" "+jump"
  88. safezonex 0.85
  89. cl_loadout_colorweaponnames 0
  90. sensitivity 100
  91. volume 0.2
  92. voice_enable 1
  93. cl_righthand 1
  94. cl_showhelp 0
  95.  
  96. //Finish
  97.  
  98. echo "cenoxx.cfg ist geladen."
  99. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement