X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=data%2FhudVT.cfg;h=6058281c7d677c8562bf1186dbe8af5874be885d;hb=a1ffdf1ad8402090c9293ec9bbe91411d4986432;hp=920e77bbfff3d51913943b466419b19b3248f180;hpb=f8858db42895e885ab87ebc74a0fd2165612bb42;p=voretournament%2Fvoretournament.git diff --git a/data/hudVT.cfg b/data/hudVT.cfg index 920e77bb..6058281c 100644 --- a/data/hudVT.cfg +++ b/data/hudVT.cfg @@ -100,3 +100,58 @@ set hud_item_preylist_health_icon_length 0.05 set hud_item_preylist_health_text_location 0.9 set hud_item_preylist_health_text_length 0.1 set hud_item_preylist_items 9 + +seta cl_radar 2 "show radar. 1 in team maches, 2 always" +seta cl_radar_players 2 "show players on the radar. 0 disables, 1 shows only team mates, 2 shows all players" +seta cl_radar_content_alpha 0.9 "alpha of the minimap" +seta cl_radar_background_alpha 0.5 "set to -1 to disable" +seta cl_radar_foreground_alpha 0.9 "set to -1 to disable" +seta cl_radar_scale 2048 "distance you can see on the radar" +seta cl_radar_rotation 0 "rotation mode: you set what points up. 0 = player, 1 = west, 2 = south, 3 = east, 4 = north" +seta cl_radar_size "160 128" "size of the radar in pixels" +seta cl_radar_position "1 0" "1 0 would be upper right corner, 0.5 0.5 the center, append a 2 at the end to disable the corner hack, and a 1 to disable half the hack" +seta cl_radar_zoommode 0 "zoom mode: 0 = zoomed by default, 1 = zoomed when +zoom, 2 = always zoomed, 3 = always zoomed out" +alias cl_radar_rotate "toggle cl_radar_rotation 0 1 2 3 4" + +// Other HUD stuff below + +sbar_info_pos 50 +seta sbar_hudselector 1 "enables the HUD" +seta sbar_alpha_bg 0.8 "alpha value of the HUD background" +seta sbar_alpha_fg 1 "alpha value of the HUD foreground items" +seta sbar_border_thickness 1 "scoreboard border thickness" +seta sbar_color_bg "0 0.25 0.75" "default color of the HUD background" +seta sbar_color_bg_team 1 "team color multiplier of the HUD background" +seta sbar_timer_increment 0 "1 = show elapsed time on the timer" +seta sbar_vote_alreadyvoted_alpha 0.75 "alpha of the vote dialog after you have voted" + +seta sbar_scoreboard_offset 100 "scoreboard vertical position" +seta sbar_scoreboard_alpha_bg 0.6 "scoreboard background alpha" +seta sbar_scoreboard_alpha_fg 1 "scoreboard foreground alpha" +seta sbar_scoreboard_alpha_name 0.9 "alpha of player text in scoreboard list other than self" +seta sbar_scoreboard_alpha_name_self 1 "alpha of player text in scoreboard list of self" +seta sbar_scoreboard_fadeinspeed 10 "speed at which scoreboard fades in, higher is faster (0 = instant)" +seta sbar_scoreboard_fadeoutspeed 5 "speed at which scoreboard fades out, higher is faster (0 = instant)" +seta sbar_scoreboard_highlight 1 "enable highlighting for rows and columns in the scoreboard" +seta sbar_scoreboard_highlight_alpha 0.10 "highlight alpha value (depends on sbar_scoreboard_highlight 1)" +seta sbar_scoreboard_highlight_alpha_self 0.25 "self highlight alpha value" + +seta sbar_stomachboard_color1 "0 0.5 0" "RGB color of the stomach board highlights when showing self" +seta sbar_stomachboard_color2 "0.5 0.5 0" "RGB color of the stomach board highlights when showing team mate predators" +seta sbar_stomachboard_color3 "0.5 0 0" "RGB color of the stomach board highlights when showing enemy predators" +seta sbar_stomachboard_status_alpha 0.75 "alpha of the stomach board status" +seta sbar_stomachboard_status_fade 1 "color fading speed of the stomach board status" +seta sbar_stomachboard_highlight_alpha 0.25 "alpha of the stomach board highlight" + +seta sbar_ring1 1 "enables the first HUD ring" +seta sbar_ring1_scale 110 "scale of the first HUD ring" +seta sbar_ring1_text_scale 12 "scale of the text on the first HUD ring" +seta sbar_ring1_alpha 0.75 "alpha of the first HUD ring" +seta sbar_ring2 1 "enables the second HUD ring" +seta sbar_ring2_scale 80 "scale of the second HUD ring" +seta sbar_ring2_text_scale 10 "scale of the text on the second HUD ring" +seta sbar_ring2_alpha 0.75 "alpha of the second HUD ring" + +seta sbar_portrait 1 "enables portraits" +seta sbar_portrait_time 5 "how long a portrait lasts on the screen" +seta sbar_portrait_fade 0.1 "amount of time fading the portrait takes from total time"