X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=defaultXonotic.cfg;h=7ab3f4c03601840d01bb4d452f516db8078db478;hp=5eeaff9f0910038faa697263fbda4a89f8474c80;hb=8433a77e9e8d1987ce1a473385a3f8c5306bc9c7;hpb=4ee3fa93b7db7e6c50779878276bbb0f43129492 diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 5eeaff9f09..7ab3f4c036 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1343,8 +1343,11 @@ exec hud_luminos_default.cfg seta hud_weaponicons_number 1 "1 = show number of weapon, 2 = show bound key of weapon" seta hud_weaponicons_complainbubble_time 1 "time that a new entry stays until it fades out" seta hud_weaponicons_complainbubble_fadetime 0.25 "fade out time" -seta hud_weaponicons_accuracy 1 "show accuracy as the weapon icon background" -seta hud_weaponicons_accuracy_yellow 20 "percentage at which the accuracy color is yellow" +seta hud_weaponicons_accuracy 1 "show accuracy color as the weapon icon background" +seta hud_weaponicons_accuracy_color0 "1 0 0" +seta hud_weaponicons_accuracy_color1 "1 1 0" +seta hud_weaponicons_accuracy_color2 "0 1 0" +seta hud_weaponicons_accuracy_color_levels "0 20 100" "accuracy values at which a specified color (hud_weaponicons_accuracy_color) will be used. If your accuracy is between 2 of these values then a mix of the Xth and X+1th colors will be used. You can specify up to 10 values, in increasing order" seta hud_weaponicons_ammo 1 "show ammo as a status bar" seta hud_weaponicons_ammo_full_shells 40 "show 100% of the status bar at this ammo count" seta hud_weaponicons_ammo_full_nails 100 "show 100% of the status bar at this ammo count"