]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - _hud_descriptions.cfg
add gridsize to the hud configs so that the player won't have to find out which grids...
[xonotic/xonotic-data.pk3dir.git] / _hud_descriptions.cfg
1 // this is a dummy skin that contains only the cvar descriptions, so that we can leave them out from the real skin files themselves.
2 // please add any new cvars into this file, with null string values
3 seta hud_skin "" "skin folder where to look for images"
4 seta hud_bg "" "default background for the panels, file must exist in gfx/hud/[skin name]/, 0 = disable background by default"
5 seta hud_bg_color "" "default background color for the panels, accepts \"shirt\" and \"pants\""
6 seta hud_bg_color_team "" "default setting for overriding panel color with team color in team games, 0.5 = less saturated"
7 seta hud_bg_alpha "" "default alpha of the background"
8 seta hud_bg_border "" "default border size for the panels"
9 seta hud_bg_padding "" "default padding of contents from the border"
10 seta hud_fg_alpha "" "alpha of the foreground"
11
12 seta hud_dock "" "enable a fullscreen background for the hud, useful for creating artificial docks, \"\" = disable"
13 seta hud_dock_color "" "dock color, accepts \"shirt\" and \"pants\""
14 seta hud_dock_color_team "" "override dock color with team color in team games"
15 seta hud_dock_alpha "" "alpha of the dock"
16
17 seta hud_progressbar_alpha "" "alpha of progressbars"
18 seta hud_progressbar_strength_color "" "R G B vector of the progress bar background color"
19 seta hud_progressbar_shield_color "" "R G B vector of the progress bar background color"
20 seta hud_progressbar_health_color "" "R G B vector of the progress bar background color"
21 seta hud_progressbar_armor_color "" "R G B vector of the progress bar background color"
22 seta hud_progressbar_fuel_color "" "R G B vector of the progress bar background color"
23 seta hud_progressbar_nexball_color "" "R G B vector of the progress bar background color"
24
25 seta _hud_panelorder "" "contains order in which panels are to be drawn"
26
27 seta hud_configure_grid "" "snap to grid when moving/resizing panels"
28 seta hud_configure_grid_xsize "" "snap to X * vid_conwidth"
29 seta hud_configure_grid_ysize "" "snap to Y * vid_conheight"
30
31 seta hud_weaponicons "" "enable/disable this panel"
32 seta hud_weaponicons_pos "" "position of this panel"
33 seta hud_weaponicons_size "" "size of this panel"
34 seta hud_weaponicons_bg "" "if set to something else than \"\" = override default background"
35 seta hud_weaponicons_bg_color "" "if set to something else than \"\" = override default panel background color"
36 seta hud_weaponicons_bg_color_team "" "override panel color with team color in team based games"
37 seta hud_weaponicons_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
38 seta hud_weaponicons_bg_border "" "if set to something else than \"\" = override default size of border around the background"
39 seta hud_weaponicons_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
40 seta hud_weaponicons_aspect "" "use this aspect on the items"
41 seta hud_weaponicons_complainbubble "" "complain bubble (out of ammo, weapon not available etc)"
42 seta hud_weaponicons_complainbubble_padding "" "padding for the complainbubble"
43 seta hud_weaponicons_complainbubble_color_outofammo "" "color of the complainbubble when showing out of ammo message"
44 seta hud_weaponicons_complainbubble_color_donthave "" "color of the complainbubble when showing don't have weapon message"
45 seta hud_weaponicons_complainbubble_color_unavailable "" "color of the complainbubble when showing weapon unavailable message"
46 seta hud_weaponicons_ammo_color "" "color of status bar"
47 seta hud_weaponicons_ammo_alpha "" "alpha of status bar"
48
49 seta hud_inventory "" "enable/disable this panel"
50 seta hud_inventory_pos "" "position of this panel"
51 seta hud_inventory_size "" "size of this panel"
52 seta hud_inventory_onlycurrent "" "1 = show only current ammo type"
53 seta hud_inventory_iconalign "" "0 = align icons to the left, 1 = align icons to the right"
54 seta hud_inventory_bg "" "if set to something else than \"\" = override default background"
55 seta hud_inventory_bg_color "" "if set to something else than \"\" = override default panel background color"
56 seta hud_inventory_bg_color_team "" "override panel color with team color in team based games"
57 seta hud_inventory_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
58 seta hud_inventory_bg_border "" "if set to something else than \"\" = override default size of border around the background"
59 seta hud_inventory_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
60
61 seta hud_powerups "" "enable/disable this panel"
62 seta hud_powerups_pos "" "position of this panel"
63 seta hud_powerups_size "" "size of this panel"
64 seta hud_powerups_flip "" "flip strength/shield positions"
65 seta hud_powerups_baralign "" "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"
66 seta hud_powerups_iconalign "" "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"
67 seta hud_powerups_bg "" "if set to something else than \"\" = override default background"
68 seta hud_powerups_bg_color "" "if set to something else than \"\" = override default panel background color"
69 seta hud_powerups_bg_color_team "" "override panel color with team color in team based games"
70 seta hud_powerups_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
71 seta hud_powerups_bg_border "" "if set to something else than \"\" = override default size of border around the background"
72 seta hud_powerups_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
73
74 seta hud_healtharmor "" "enable/disable this panel, 2 = combined health/armor display"
75 seta hud_healtharmor_pos "" "position of this panel"
76 seta hud_healtharmor_size "" "size of this panel"
77 seta hud_healtharmor_flip "" "flip health/armor positions"
78 seta hud_healtharmor_baralign "" "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"
79 seta hud_healtharmor_iconalign "" "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"
80 seta hud_healtharmor_bg "" "if set to something else than \"\" = override default background"
81 seta hud_healtharmor_bg_color "" "if set to something else than \"\" = override default panel background color"
82 seta hud_healtharmor_bg_color_team "" "override panel color with team color in team based games"
83 seta hud_healtharmor_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
84 seta hud_healtharmor_bg_border "" "if set to something else than \"\" = override default size of border around the background"
85 seta hud_healtharmor_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
86
87 seta hud_notify "" "enable/disable this panel"
88 seta hud_notify_pos "" "position of this base of the panel"
89 seta hud_notify_size "" "size of this panel with all notifications on"
90 seta hud_notify_bg "" "if set to something else than \"\" = override default background"
91 seta hud_notify_bg_color "" "if set to something else than \"\" = override default panel background color"
92 seta hud_notify_bg_color_team "" "override panel color with team color in team based games"
93 seta hud_notify_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
94 seta hud_notify_bg_border "" "if set to something else than \"\" = override default size of border around the background"
95 seta hud_notify_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
96 seta hud_notify_flip "" "order the list top to bottom instead of bottom to top"
97 seta hud_notify_print "" "also con_notify print the messages that are shown on the notify panel"
98
99 seta hud_timer "" "enable/disable this panel"
100 seta hud_timer_pos "" "position of this base of the panel"
101 seta hud_timer_size "" "size of this panel"
102 seta hud_timer_bg "" "if set to something else than \"\" = override default background"
103 seta hud_timer_bg_color "" "if set to something else than \"\" = override default panel background color"
104 seta hud_timer_bg_color_team "" "override panel color with team color in team based games"
105 seta hud_timer_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
106 seta hud_timer_bg_border "" "if set to something else than \"\" = override default size of border around the background"
107 seta hud_timer_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
108
109 seta hud_radar "" "enable/disable this panel, 2 = also enable in non-teambased gamemodes"
110 seta hud_radar_pos "" "position of this base of the panel"
111 seta hud_radar_size "" "size of this panel"
112 seta hud_radar_bg "" "if set to something else than \"\" = override default background"
113 seta hud_radar_bg_color "" "if set to something else than \"\" = override default panel background color"
114 seta hud_radar_bg_color_team "" "override panel color with team color in team based games"
115 seta hud_radar_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
116 seta hud_radar_bg_border "" "if set to something else than \"\" = override default size of border around the background"
117 seta hud_radar_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
118 seta hud_radar_foreground_alpha "" "alpha of the map"
119
120 seta hud_score "" "enable/disable this panel"
121 seta hud_score_pos "" "position of this base of the panel"
122 seta hud_score_size "" "size of this panel"
123 seta hud_score_bg "" "if set to something else than \"\" = override default background"
124 seta hud_score_bg_color "" "if set to something else than \"\" = override default panel background color"
125 seta hud_score_bg_color_team "" "override panel color with team color in team based games"
126 seta hud_score_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
127 seta hud_score_bg_border "" "if set to something else than \"\" = override default size of border around the background"
128 seta hud_score_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
129
130 seta hud_racetimer "" "enable/disable this panel"
131 seta hud_racetimer_pos "" "position of this base of the panel"
132 seta hud_racetimer_size "" "size of this panel"
133 seta hud_racetimer_bg "" "if set to something else than \"\" = override default background"
134 seta hud_racetimer_bg_color "" "if set to something else than \"\" = override default panel background color"
135 seta hud_racetimer_bg_color_team "" "override panel color with team color in team based games"
136 seta hud_racetimer_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
137 seta hud_racetimer_bg_border "" "if set to something else than \"\" = override default size of border around the background"
138 seta hud_racetimer_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
139
140 seta hud_vote "" "enable/disable this panel"
141 seta hud_vote_pos "" "position of this base of the panel"
142 seta hud_vote_size "" "size of this panel"
143 seta hud_vote_alreadyvoted_alpha "" "alpha of the vote dialog after you have voted"
144 seta hud_vote_bg "" "if set to something else than \"\" = override default background"
145 seta hud_vote_bg_color "" "if set to something else than \"\" = override default panel background color"
146 seta hud_vote_bg_color_team "" "override panel color with team color in team based games"
147 seta hud_vote_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
148 seta hud_vote_bg_border "" "if set to something else than \"\" = override default size of border around the background"
149 seta hud_vote_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
150
151 seta hud_modicons "" "enable/disable this panel"
152 seta hud_modicons_pos "" "position of this base of the panel"
153 seta hud_modicons_size "" "size of this panel"
154 seta hud_modicons_bg "" "if set to something else than \"\" = override default background"
155 seta hud_modicons_bg_color "" "if set to something else than \"\" = override default panel background color"
156 seta hud_modicons_bg_color_team "" "override panel color with team color in team based games"
157 seta hud_modicons_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
158 seta hud_modicons_bg_border "" "if set to something else than \"\" = override default size of border around the background"
159 seta hud_modicons_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
160
161 seta hud_pressedkeys "" "enable/disable this panel, 1 = show only when spectating other players, 2 = show always"
162 seta hud_pressedkeys_pos "" "position of this base of the panel"
163 seta hud_pressedkeys_size "" "size of this panel"
164 seta hud_pressedkeys_bg "" "if set to something else than \"\" = override default background"
165 seta hud_pressedkeys_bg_color "" "if set to something else than \"\" = override default panel background color"
166 seta hud_pressedkeys_bg_color_team "" "override panel color with team color in team based games"
167 seta hud_pressedkeys_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
168 seta hud_pressedkeys_bg_border "" "if set to something else than \"\" = override default size of border around the background"
169 seta hud_pressedkeys_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
170 seta hud_pressedkeys_aspect "" "forced aspect on panel"
171
172 seta hud_chat "" "enable/disable this panel"
173 seta hud_chat_pos "" "position of this base of the panel"
174 seta hud_chat_size "" "size of this panel"
175 seta hud_chat_bg "" "if set to something else than \"\" = override default background"
176 seta hud_chat_bg_color "" "if set to something else than \"\" = override default panel background color"
177 seta hud_chat_bg_color_team "" "override panel color with team color in team based games"
178 seta hud_chat_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
179 seta hud_chat_bg_border "" "if set to something else than \"\" = override default size of border around the background"
180 seta hud_chat_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
181
182 seta hud_engineinfo "" "enable/disable this panel
183 seta hud_engineinfo_pos "" "position of this base of the panel"
184 seta hud_engineinfo_size "" "size of this panel"
185 seta hud_engineinfo_bg "" "if set to something else than \"\" = override default background"
186 seta hud_engineinfo_bg_color "" "if set to something else than \"\" = override default panel background color"
187 seta hud_engineinfo_bg_color_team "" "override panel color with team color in team based games"
188 seta hud_engineinfo_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
189 seta hud_engineinfo_bg_border "" "if set to something else than \"\" = override default size of border around the background"
190 seta hud_engineinfo_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
191
192 seta hud_infomessages "" "enable/disable this panel
193 seta hud_infomessages_pos "" "position of this base of the panel"
194 seta hud_infomessages_size "" "size of this panel"
195 seta hud_infomessages_bg "" "if set to something else than \"\" = override default background"
196 seta hud_infomessages_bg_color "" "if set to something else than \"\" = override default panel background color"
197 seta hud_infomessages_bg_color_team "" "override panel color with team color in team based games"
198 seta hud_infomessages_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
199 seta hud_infomessages_bg_border "" "if set to something else than \"\" = override default size of border around the background"
200 seta hud_infomessages_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
201 seta hud_infomessages_flip "" "1 = align the items to the right"