Advertisement
publicist

ch.cfg

Apr 9th, 2011
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. // #################################
  2. // #-#-# Maus und Fadenkreuz #-#-#
  3.  
  4. cl_legacy_crosshair_scale "0" // 1 - Fadenkreuzgroesse mittels cl_crosshairscale einstellbar. ALT
  5. // 0 - Fadenkreuz mittels cl_crosshairsize & cl_crosshairthickness einstellbar. NEU (2010)
  6.  
  7. cl_crosshairscale "2000" // Fadenkreuzgroesse (Hoher Wert = Kleines Fadenkreuz): 0=Automatisch - 1200=klein - 768=mittel - 600=gross
  8.  
  9. cl_crosshairsize "5" // Std. 6 - Fadenkreuzgroesse in Pixeln (Von einem 640x480 pixel grossen Raster ausgehend)
  10. cl_crosshairthickness "1.0" // Std. 0.5 - Fadenkreuzdicke in Pixeln (Von einem 640x480 pixel grossen Raster ausgehend)
  11.  
  12. cl_crosshaircolor "5" // 0=hellgruen 1=rot 2=dunkelblau 3=gelb 4=hellblau/tuerkis/Cyan 5=eigene Farbe
  13.  
  14. cl_crosshaircolor_r 255
  15. cl_crosshaircolor_g 0
  16. cl_crosshaircolor_b 255
  17.  
  18. // r - g - b = www.farb-tabelle.de
  19. //
  20. // 0 - 0 - 0 = Schwarz
  21. // 255-255-255 = Weiss
  22. // 255- 0 - 0 = Rot
  23. // 0 -255- 0 = Gruen
  24. // 0 - 0 -255 = Blau
  25. // 255- 0 -255 = Pink
  26. // 160- 32-240 = Violett
  27. //
  28. //
  29.  
  30.  
  31. cl_dynamiccrosshair 0 // 1=Fadenkreuz geht beim Bewegen auseinander 0=Fadenkreuz geht nur beim Schiessen auseinander.
  32. cl_legacy_crosshair_recoil 0 // 0=Neues Fadenkreuzverhalten (Entspricht fest dem alten Verhalten bei 100fps) 1=Altes Fadenkreuzverhalten (skaliert mit den fps)
  33. cl_crosshairusealpha "1" // 0=Undurchsichtig 1=Wert der "Durchsichtigkeit" mit dem Befehl "cl_crosshairalpha" einstellbar.
  34. cl_crosshairalpha "255" // 0=Komplett durchsichtig 255=Undurchsichtig.
  35.  
  36. zoom_sensitivity_ratio "1.0" // Multiplikator der Mausempfindlichkeit im Zoommodus.
  37. // Folgendermassen auszurechnen: Sensitivity x zoom_sensitivity_ratio = Maussensitivity im Zoommodus
  38. // Beispiel: Bei einem Wert von 0.5 hat man im Zoom die halbe Sensitivity, bei 2 die doppelte
  39. // Bei einem Wert von 0.8 ist die Sensitivity im Zoom um einen Fuenftel niedriger.
  40. // Bei einem Wert von 1.2 ist die Sensitivity im Zoom um einen fuenftel hoeher.
  41.  
  42. //alias +colour "+attack; cl_crosshaircolor 1"
  43. //alias -colour "-attack; cl_crosshaircolor 0"
  44. //bind "MOUSE1" "+colour"
  45. //alias +colour2 "+attack2; cl_crosshaircolor 1"
  46. //alias -colour2 "-attack2; cl_crosshaircolor 0"
  47. //bind "MOUSE2" "+colour2"
  48.  
  49. //crosshair_color codes
  50.  
  51. //Snow "255 250 250"
  52. //Moccasin "255 228 181"
  53. //Cornsilk "255 248 220"
  54. //Ivory "255 255 240"
  55. //LemonChiffon "255 250 205"
  56. //Seashell Seashell "255 245 238"
  57. //Honeydew "240 255 240"
  58. //MintCream "245 255 250"
  59. //Azure "240 255 255"
  60. //AliceBlue"240 248 255"
  61. //MistyRose "255 228 225"
  62. //White "255 255 255"
  63. //Black "0 0 0"
  64. //DarkSlateGray "47 79 79"
  65. //LightSlateGray "119 136 153"
  66. //Grey "190 190 190"
  67. //LightGray "211 211 211"
  68. //MidnightBlue "25 25 112"
  69. //RoyalBlue "65 105 225"
  70. //Blue "0 0 255"
  71. //PaleTurquoise "175 238 238"
  72. //DarkTurquoise "0 206 209"
  73. //MediumTurquoise "72 209 204"
  74. //Turquoise "64 224 208"
  75. //DarkGreen "0 100 0"
  76. //PaleGreen "152 251 152"
  77. //Green "0 255 0"
  78. //GreenYellow "173 255 47"
  79. //YellowGreen "154 205 50"
  80. //PaleGoldenrod "238 232 170"
  81. //LtGoldenrodYello "250 250 210"
  82. //Yellow "255 255 0"
  83. //Gold "255 215 0"
  84. //Goldenrod "184 134 11"
  85. //RosyBrown "188 143 143"
  86. //IndianRed "205 92 92"
  87. //SaddleBrown "139 69 19"
  88. //Sienna "160 82 45"
  89. //Beige "245 245 220"
  90. //SandyBrown "244 164 96"
  91. //Brown "165 42 42"
  92. //Orange "255 165 0"
  93. //DarkOrange "255 140 0"
  94. //Tomato "255 99 71"
  95. //OrangeRed "255 69 0"
  96. //Red "255 0 0"
  97. //HotPink "255 105 180"
  98. //DeepPink "255 20 147"
  99. //Pink "255 192 203"
  100. //LightPink "255 182 193"
  101. //PaleVioletRed "219 112 147"
  102. //VioletRed "208 32 144"
  103. //Magenta "255 0 255"
  104. //Violet "238 130 238"
  105. //Purple "160 32 240"
  106.  
  107. echo "__________________________"
  108. echo "CROSSHAIR SETTINGS LOADED"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement