From a1ffdf1ad8402090c9293ec9bbe91411d4986432 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sun, 3 Feb 2013 02:45:18 +0200 Subject: [PATCH] I believe radar settings belong in the HUD file as well --- data/defaultVT.cfg | 13 ------------- data/hudVT.cfg | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index df5e9147..00ec575e 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -1364,19 +1364,6 @@ seta cl_weaponpriority_useforcycling 0 "when set, weapon cycling by the mouse wh seta sv_status_privacy 1 "hide IP addresses from \"status\" replies shown to clients" - -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" - set g_maplist_allow_hidden 0 "allow hidden maps to be, e.g., voted for and in the maplist" set g_maplist_allow_frustrating 0 "allow impossible maps to be, e.g., voted for and in the maplist (if set to 2, ONLY impossible maps are allowed)" diff --git a/data/hudVT.cfg b/data/hudVT.cfg index b9848dcf..6058281c 100644 --- a/data/hudVT.cfg +++ b/data/hudVT.cfg @@ -101,6 +101,18 @@ 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 -- 2.39.2