Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // #################################
- // #-#-# Maus und Fadenkreuz #-#-#
- cl_legacy_crosshair_scale "0" // 1 - Fadenkreuzgroesse mittels cl_crosshairscale einstellbar. ALT
- // 0 - Fadenkreuz mittels cl_crosshairsize & cl_crosshairthickness einstellbar. NEU (2010)
- cl_crosshairscale "2000" // Fadenkreuzgroesse (Hoher Wert = Kleines Fadenkreuz): 0=Automatisch - 1200=klein - 768=mittel - 600=gross
- cl_crosshairsize "5" // Std. 6 - Fadenkreuzgroesse in Pixeln (Von einem 640x480 pixel grossen Raster ausgehend)
- cl_crosshairthickness "1.0" // Std. 0.5 - Fadenkreuzdicke in Pixeln (Von einem 640x480 pixel grossen Raster ausgehend)
- cl_crosshaircolor "5" // 0=hellgruen 1=rot 2=dunkelblau 3=gelb 4=hellblau/tuerkis/Cyan 5=eigene Farbe
- cl_crosshaircolor_r 255
- cl_crosshaircolor_g 0
- cl_crosshaircolor_b 255
- // r - g - b = www.farb-tabelle.de
- //
- // 0 - 0 - 0 = Schwarz
- // 255-255-255 = Weiss
- // 255- 0 - 0 = Rot
- // 0 -255- 0 = Gruen
- // 0 - 0 -255 = Blau
- // 255- 0 -255 = Pink
- // 160- 32-240 = Violett
- //
- //
- cl_dynamiccrosshair 0 // 1=Fadenkreuz geht beim Bewegen auseinander 0=Fadenkreuz geht nur beim Schiessen auseinander.
- cl_legacy_crosshair_recoil 0 // 0=Neues Fadenkreuzverhalten (Entspricht fest dem alten Verhalten bei 100fps) 1=Altes Fadenkreuzverhalten (skaliert mit den fps)
- cl_crosshairusealpha "1" // 0=Undurchsichtig 1=Wert der "Durchsichtigkeit" mit dem Befehl "cl_crosshairalpha" einstellbar.
- cl_crosshairalpha "255" // 0=Komplett durchsichtig 255=Undurchsichtig.
- zoom_sensitivity_ratio "1.0" // Multiplikator der Mausempfindlichkeit im Zoommodus.
- // Folgendermassen auszurechnen: Sensitivity x zoom_sensitivity_ratio = Maussensitivity im Zoommodus
- // Beispiel: Bei einem Wert von 0.5 hat man im Zoom die halbe Sensitivity, bei 2 die doppelte
- // Bei einem Wert von 0.8 ist die Sensitivity im Zoom um einen Fuenftel niedriger.
- // Bei einem Wert von 1.2 ist die Sensitivity im Zoom um einen fuenftel hoeher.
- //alias +colour "+attack; cl_crosshaircolor 1"
- //alias -colour "-attack; cl_crosshaircolor 0"
- //bind "MOUSE1" "+colour"
- //alias +colour2 "+attack2; cl_crosshaircolor 1"
- //alias -colour2 "-attack2; cl_crosshaircolor 0"
- //bind "MOUSE2" "+colour2"
- //crosshair_color codes
- //Snow "255 250 250"
- //Moccasin "255 228 181"
- //Cornsilk "255 248 220"
- //Ivory "255 255 240"
- //LemonChiffon "255 250 205"
- //Seashell Seashell "255 245 238"
- //Honeydew "240 255 240"
- //MintCream "245 255 250"
- //Azure "240 255 255"
- //AliceBlue"240 248 255"
- //MistyRose "255 228 225"
- //White "255 255 255"
- //Black "0 0 0"
- //DarkSlateGray "47 79 79"
- //LightSlateGray "119 136 153"
- //Grey "190 190 190"
- //LightGray "211 211 211"
- //MidnightBlue "25 25 112"
- //RoyalBlue "65 105 225"
- //Blue "0 0 255"
- //PaleTurquoise "175 238 238"
- //DarkTurquoise "0 206 209"
- //MediumTurquoise "72 209 204"
- //Turquoise "64 224 208"
- //DarkGreen "0 100 0"
- //PaleGreen "152 251 152"
- //Green "0 255 0"
- //GreenYellow "173 255 47"
- //YellowGreen "154 205 50"
- //PaleGoldenrod "238 232 170"
- //LtGoldenrodYello "250 250 210"
- //Yellow "255 255 0"
- //Gold "255 215 0"
- //Goldenrod "184 134 11"
- //RosyBrown "188 143 143"
- //IndianRed "205 92 92"
- //SaddleBrown "139 69 19"
- //Sienna "160 82 45"
- //Beige "245 245 220"
- //SandyBrown "244 164 96"
- //Brown "165 42 42"
- //Orange "255 165 0"
- //DarkOrange "255 140 0"
- //Tomato "255 99 71"
- //OrangeRed "255 69 0"
- //Red "255 0 0"
- //HotPink "255 105 180"
- //DeepPink "255 20 147"
- //Pink "255 192 203"
- //LightPink "255 182 193"
- //PaleVioletRed "219 112 147"
- //VioletRed "208 32 144"
- //Magenta "255 0 255"
- //Violet "238 130 238"
- //Purple "160 32 240"
- echo "__________________________"
- echo "CROSSHAIR SETTINGS LOADED"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement