]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - hud_wickedhud_default.cfg
cl_gentle split into cl_gentle_gibs and cl_gentle_messages, cl_gentle left in as...
[xonotic/xonotic-data.pk3dir.git] / hud_wickedhud_default.cfg
1 seta hud_skin "wickedhud" "skin folder where to look for images"
2 seta hud_bg "border" "default background for the panels, file must exist in gfx/hud/[skin name]/, 0 = disable background by default"
3 seta hud_bg_color "0.875 0.375 0" "default background color for the panels, accepts \"shirt\" and \"pants\""
4 seta hud_bg_color_team 0 "default setting for overriding panel color with team color in team games, 0.5 = less saturated"
5 seta hud_bg_alpha 1 "default alpha of the background"
6 seta hud_bg_border 6 "default border size for the panels"
7 seta hud_bg_padding 2 "default padding of contents from the border"
8 seta hud_fg_alpha 1 "alpha of the foreground"
9
10 seta hud_dock "dock_small" "enable a fullscreen background for the hud, useful for creating artificial docks, \"\" = disable"
11 seta hud_dock_color "0 0.1875 0.4375" "dock color, accepts \"shirt\" and \"pants\""
12 seta hud_dock_color_team 0.7 "override dock color with team color in team games"
13 seta hud_dock_alpha 1 "alpha of the dock"
14
15 seta hud_progressbar_alpha "0.5" "alpha of progressbars"
16 seta hud_progressbar_strength_color "0 0 0.6" "R G B vector of the progress bar background color"
17 seta hud_progressbar_shield_color "0.6 0 0.6" "R G B vector of the progress bar background color"
18 seta hud_progressbar_health_color "0.6 0 0" "R G B vector of the progress bar background color"
19 seta hud_progressbar_armor_color "0 0.6 0" "R G B vector of the progress bar background color"
20 seta hud_progressbar_fuel_color "0.6 0.6 0" "R G B vector of the progress bar background color"
21 seta hud_progressbar_nexball_color "0.7 0.1 0" "R G B vector of the progress bar background color"
22
23 seta _hud_panelorder "6 0 1 2 3 4 5 7 8 9 10 11 12 13 14" "contains order in which panels are to be drawn"
24
25 seta hud_weaponicons 1 "enable/disable this panel"
26 seta hud_weaponicons_pos "0.930000 0.090000" "position of this panel"
27 seta hud_weaponicons_size "0.040000 0.490000" "size of this panel"
28 seta hud_weaponicons_complainbubble 1 "complain bubble (out of ammo, weapon not available etc)"
29 seta hud_weaponicons_complainbubble_padding -10 "padding for the complainbubble"
30 seta hud_weaponicons_bg "border_weaponicons" "if set to something else than \"\" = override default background"
31 seta hud_weaponicons_bg_color "" "if set to something else than \"\" = override default panel background color"
32 seta hud_weaponicons_bg_color_team "" "override panel color with team color in team based games"
33 seta hud_weaponicons_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
34 seta hud_weaponicons_bg_border "" "if set to something else than \"\" = override default size of border around the background"
35 seta hud_weaponicons_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
36
37 seta hud_inventory 1 "enable/disable this panel"
38 seta hud_inventory_pos "0.190000 0.930000" "position of this panel"
39 seta hud_inventory_size "0.093750 0.050000" "size of this panel"
40 seta hud_inventory_onlycurrent 1 "1 = show only current ammo type"
41 seta hud_inventory_iconalign 0 "0 = align icons to the left, 1 = align icons to the right"
42 seta hud_inventory_bg "border_inventory" "if set to something else than \"\" = override default background"
43 seta hud_inventory_bg_color "" "if set to something else than \"\" = override default panel background color"
44 seta hud_inventory_bg_color_team "" "override panel color with team color in team based games"
45 seta hud_inventory_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
46 seta hud_inventory_bg_border "" "if set to something else than \"\" = override default size of border around the background"
47 seta hud_inventory_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
48
49 seta hud_powerups 1 "enable/disable this panel"
50 seta hud_powerups_pos "0.400000 0.130000" "position of this panel"
51 seta hud_powerups_size "0.200000 0.050000" "size of this panel"
52 seta hud_powerups_flip 1 "flip strength/shield positions"
53 seta hud_powerups_baralign 0 "0 = align bars to the left, 1 = align bars to the right, 2 = align right bar to the right, 3 = align left bar to the right"
54 seta hud_powerups_iconalign 0 "0 = align icons to the left, 1 = align icons to the right, 2 = align right icon to the right, 3 = align left icon to the right"
55 seta hud_powerups_bg "border_powerups" "if set to something else than \"\" = override default background"
56 seta hud_powerups_bg_color "" "if set to something else than \"\" = override default panel background color"
57 seta hud_powerups_bg_color_team "" "override panel color with team color in team based games"
58 seta hud_powerups_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
59 seta hud_powerups_bg_border "" "if set to something else than \"\" = override default size of border around the background"
60 seta hud_powerups_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
61
62 seta hud_healtharmor 1 "enable/disable this panel, 2 = combined health/armor display"
63 seta hud_healtharmor_pos "0.300000 0.930000" "position of this panel"
64 seta hud_healtharmor_size "0.240000 0.050000" "size of this panel"
65 seta hud_healtharmor_flip 0 "flip health/armor positions"
66 seta hud_healtharmor_baralign 0 "0 = align bars to the left, 1 = align bars to the right, 2 = align right bar to the right, 3 = align left bar to the right"
67 seta hud_healtharmor_iconalign 0 "0 = align icons to the left, 1 = align icons to the right, 2 = align right icon to the right, 3 = align left icon to the right"
68 seta hud_healtharmor_bg "border_healtharmor" "if set to something else than \"\" = override default background"
69 seta hud_healtharmor_bg_color "" "if set to something else than \"\" = override default panel background color"
70 seta hud_healtharmor_bg_color_team "" "override panel color with team color in team based games"
71 seta hud_healtharmor_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
72 seta hud_healtharmor_bg_border "" "if set to something else than \"\" = override default size of border around the background"
73 seta hud_healtharmor_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
74
75 seta hud_notify 1 "enable/disable this panel"
76 seta hud_notify_pos "0.660000 0.600000" "position of this base of the panel"
77 seta hud_notify_size "0.320000 0.330000" "size of this panel with all notifications on"
78 seta hud_notify_bg "border_modicons" "if set to something else than \"\" = override default background"
79 seta hud_notify_bg_color "" "if set to something else than \"\" = override default panel background color"
80 seta hud_notify_bg_color_team "" "override panel color with team color in team based games"
81 seta hud_notify_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha"
82 seta hud_notify_bg_border "" "if set to something else than \"\" = override default size of border around the background"
83 seta hud_notify_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
84 seta hud_notify_flip 0 "order the list top to bottom instead of bottom to top"
85 seta hud_notify_print 0 "also con_notify print the messages that are shown on the notify panel"
86
87 seta hud_timer 1 "enable/disable this panel"
88 seta hud_timer_pos "0.880000 0.015000" "position of this base of the panel"
89 seta hud_timer_size "0.100000 0.032520" "size of this panel"
90 seta hud_timer_bg "border_timer" "if set to something else than \"\" = override default background"
91 seta hud_timer_bg_color "" "if set to something else than \"\" = override default panel background color"
92 seta hud_timer_bg_color_team "" "override panel color with team color in team based games"
93 seta hud_timer_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
94 seta hud_timer_bg_border "" "if set to something else than \"\" = override default size of border around the background"
95 seta hud_timer_bg_padding "0" "if set to something else than \"\" = override default padding of contents from border"
96
97 seta hud_radar 2 "enable/disable this panel, 2 = also enable in non-teambased gamemodes"
98 seta hud_radar_pos "0.030000 0.020000" "position of this base of the panel"
99 seta hud_radar_size "0.190000 0.230000" "size of this panel"
100 seta hud_radar_bg "border_radar" "if set to something else than \"\" = override default background"
101 seta hud_radar_bg_color "" "if set to something else than \"\" = override default panel background color"
102 seta hud_radar_bg_color_team "" "override panel color with team color in team based games"
103 seta hud_radar_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
104 seta hud_radar_bg_border "" "if set to something else than \"\" = override default size of border around the background"
105 seta hud_radar_bg_padding "-3" "if set to something else than \"\" = override default padding of contents from border"
106 seta hud_radar_foreground_alpha 0.8     "alpha of the map"
107
108 seta hud_score 1 "enable/disable this panel"
109 seta hud_score_pos "0.020000 0.930000" "position of this base of the panel"
110 seta hud_score_size "0.150000 0.050000" "size of this panel"
111 seta hud_score_bg "border_score" "if set to something else than \"\" = override default background"
112 seta hud_score_bg_color "" "if set to something else than \"\" = override default panel background color"
113 seta hud_score_bg_color_team "" "override panel color with team color in team based games"
114 seta hud_score_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
115 seta hud_score_bg_border "" "if set to something else than \"\" = override default size of border around the background"
116 seta hud_score_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
117
118 seta hud_racetimer 1 "enable/disable this panel"
119 seta hud_racetimer_pos "0.360000 0.010000" "position of this base of the panel"
120 seta hud_racetimer_size "0.280000 0.093333" "size of this panel"
121 seta hud_racetimer_bg "border_timer" "if set to something else than \"\" = override default background"
122 seta hud_racetimer_bg_color "" "if set to something else than \"\" = override default panel background color"
123 seta hud_racetimer_bg_color_team "" "override panel color with team color in team based games"
124 seta hud_racetimer_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha"
125 seta hud_racetimer_bg_border "" "if set to something else than \"\" = override default size of border around the background"
126 seta hud_racetimer_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
127
128 seta hud_vote 1 "enable/disable this panel"
129 seta hud_vote_pos "0.400000 0.800000" "position of this base of the panel"
130 seta hud_vote_size "0.240000 0.080000" "size of this panel"
131 seta hud_vote_alreadyvoted_alpha 0.75 "alpha of the vote dialog after you have voted"
132 seta hud_vote_bg "border_vote" "if set to something else than \"\" = override default background"
133 seta hud_vote_bg_color "" "if set to something else than \"\" = override default panel background color"
134 seta hud_vote_bg_color_team "" "override panel color with team color in team based games"
135 seta hud_vote_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
136 seta hud_vote_bg_border "" "if set to something else than \"\" = override default size of border around the background"
137 seta hud_vote_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
138
139 seta hud_modicons 1 "enable/disable this panel"
140 seta hud_modicons_pos "0.560000 0.930000" "position of this base of the panel"
141 seta hud_modicons_size "0.075000 0.050000" "size of this panel"
142 seta hud_modicons_bg "border_modicons" "if set to something else than \"\" = override default background"
143 seta hud_modicons_bg_color "" "if set to something else than \"\" = override default panel background color"
144 seta hud_modicons_bg_color_team "" "override panel color with team color in team based games"
145 seta hud_modicons_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
146 seta hud_modicons_bg_border "" "if set to something else than \"\" = override default size of border around the background"
147 seta hud_modicons_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
148
149 seta hud_pressedkeys 1 "enable/disable this panel, 1 = show only when spectating other players, 2 = show always"
150 seta hud_pressedkeys_pos "0.460000 0.730000" "position of this base of the panel"
151 seta hud_pressedkeys_size "0.080000 0.062912" "size of this panel"
152 seta hud_pressedkeys_bg "border_modicons" "if set to something else than \"\" = override default background"
153 seta hud_pressedkeys_bg_color "" "if set to something else than \"\" = override default panel background color"
154 seta hud_pressedkeys_bg_color_team "" "override panel color with team color in team based games"
155 seta hud_pressedkeys_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha"
156 seta hud_pressedkeys_bg_border "" "if set to something else than \"\" = override default size of border around the background"
157 seta hud_pressedkeys_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
158
159 seta hud_chat 1 "enable/disable this panel"
160 seta hud_chat_pos "0.020000 0.790000" "position of this base of the panel"
161 seta hud_chat_size "0.360000 0.100000" "size of this panel"
162 seta hud_chat_bg "border_chat" "if set to something else than \"\" = override default background"
163 seta hud_chat_bg_color "" "if set to something else than \"\" = override default panel background color"
164 seta hud_chat_bg_color_team "" "override panel color with team color in team based games"
165 seta hud_chat_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha"
166 seta hud_chat_bg_border "" "if set to something else than \"\" = override default size of border around the background"
167 seta hud_chat_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
168
169 seta hud_engineinfo 1 "enable/disable this panel
170 seta hud_engineinfo_pos "0.860000 0.950000" "position of this base of the panel"
171 seta hud_engineinfo_size "0.130000 0.034667" "size of this panel"
172 seta hud_engineinfo_bg "border_modicons" "if set to something else than \"\" = override default background"
173 seta hud_engineinfo_bg_color "" "if set to something else than \"\" = override default panel background color"
174 seta hud_engineinfo_bg_color_team "" "override panel color with team color in team based games"
175 seta hud_engineinfo_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha"
176 seta hud_engineinfo_bg_border "" "if set to something else than \"\" = override default size of border around the background"
177 seta hud_engineinfo_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
178
179 seta hud_infomessages 1 "enable/disable this panel
180 seta hud_infomessages_pos "0.020000 0.680000" "position of this base of the panel"
181 seta hud_infomessages_size "0.320000 0.090000" "size of this panel"
182 seta hud_infomessages_bg "border_modicons" "if set to something else than \"\" = override default background"
183 seta hud_infomessages_bg_color "" "if set to something else than \"\" = override default panel background color"
184 seta hud_infomessages_bg_color_team "" "override panel color with team color in team based games"
185 seta hud_infomessages_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha"
186 seta hud_infomessages_bg_border "" "if set to something else than \"\" = override default size of border around the background"
187 seta hud_infomessages_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
188 seta hud_infomessages_flip 0 "1 = align the items to the right"