]> git.xonotic.org Git - voretournament/voretournament.git/commitdiff
I believe radar settings belong in the HUD file as well
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 3 Feb 2013 00:45:18 +0000 (02:45 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 3 Feb 2013 00:45:18 +0000 (02:45 +0200)
data/defaultVT.cfg
data/hudVT.cfg

index df5e9147f6b7d34a35e679b21b4335e6833a64d1..00ec575e82c78f619c2af962ccfae6a0e4b3551c 100644 (file)
@@ -1364,19 +1364,6 @@ seta cl_weaponpriority_useforcycling 0 "when set, weapon cycling by the mouse wh
 \r
 seta sv_status_privacy 1       "hide IP addresses from \"status\" replies shown to clients"\r
 \r
-\r
-seta cl_radar 2        "show radar. 1 in team maches, 2 always"\r
-seta cl_radar_players 2 "show players on the radar. 0 disables, 1 shows only team mates, 2 shows all players"\r
-seta cl_radar_content_alpha 0.9        "alpha of the minimap"\r
-seta cl_radar_background_alpha 0.5     "set to -1 to disable"\r
-seta cl_radar_foreground_alpha 0.9     "set to -1 to disable"\r
-seta cl_radar_scale 2048 "distance you can see on the radar"\r
-seta cl_radar_rotation 0       "rotation mode: you set what points up. 0 = player, 1 = west, 2 = south, 3 = east, 4 = north"\r
-seta cl_radar_size "160 128" "size of the radar in pixels"\r
-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"\r
-seta cl_radar_zoommode 0       "zoom mode: 0 = zoomed by default, 1 = zoomed when +zoom, 2 = always zoomed, 3 = always zoomed out"\r
-alias cl_radar_rotate "toggle cl_radar_rotation 0 1 2 3 4"\r
-\r
 set g_maplist_allow_hidden 0           "allow hidden maps to be, e.g., voted for and in the maplist"\r
 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)"\r
 \r
index b9848dcf24606b97ac42d58956ca0b7dbc071e9a..6058281c7d677c8562bf1186dbe8af5874be885d 100644 (file)
@@ -101,6 +101,18 @@ set hud_item_preylist_health_text_location 0.9
 set hud_item_preylist_health_text_length 0.1\r
 set hud_item_preylist_items 9\r
 \r
+seta cl_radar 2        "show radar. 1 in team maches, 2 always"\r
+seta cl_radar_players 2 "show players on the radar. 0 disables, 1 shows only team mates, 2 shows all players"\r
+seta cl_radar_content_alpha 0.9        "alpha of the minimap"\r
+seta cl_radar_background_alpha 0.5     "set to -1 to disable"\r
+seta cl_radar_foreground_alpha 0.9     "set to -1 to disable"\r
+seta cl_radar_scale 2048 "distance you can see on the radar"\r
+seta cl_radar_rotation 0       "rotation mode: you set what points up. 0 = player, 1 = west, 2 = south, 3 = east, 4 = north"\r
+seta cl_radar_size "160 128" "size of the radar in pixels"\r
+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"\r
+seta cl_radar_zoommode 0       "zoom mode: 0 = zoomed by default, 1 = zoomed when +zoom, 2 = always zoomed, 3 = always zoomed out"\r
+alias cl_radar_rotate "toggle cl_radar_rotation 0 1 2 3 4"\r
+\r
 // Other HUD stuff below\r
 \r
 sbar_info_pos 50\r