diff options
Diffstat (limited to 'ui/createserver.menu')
-rw-r--r-- | ui/createserver.menu | 59 |
1 files changed, 15 insertions, 44 deletions
diff --git a/ui/createserver.menu b/ui/createserver.menu index 1b071270..abd93cee 100644 --- a/ui/createserver.menu +++ b/ui/createserver.menu @@ -125,7 +125,7 @@ cvar "sv_hostname" maxChars 32 maxPaintChars 20 - rect 420 20 128 20 + rect 420 30 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 textaligny 12 @@ -141,7 +141,7 @@ type ITEM_TYPE_NUMERICFIELD text "Time Limit:" cvar "timelimit" - rect 420 40 128 20 + rect 420 50 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 maxchars 4 @@ -158,7 +158,7 @@ type ITEM_TYPE_NUMERICFIELD text "Maximum Players:" cvar "sv_maxclients" - rect 420 60 128 20 + rect 420 70 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 maxchars 4 @@ -175,7 +175,7 @@ type ITEM_TYPE_YESNO text "Require Password:" cvar "g_needpassword" - rect 420 80 128 20 + rect 420 90 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 textaligny 12 @@ -195,7 +195,7 @@ type 4 text "Password:" cvar "g_password" - rect 420 100 128 20 + rect 420 110 128 20 maxchars 10 maxPaintChars 10 textalign ITEM_ALIGN_RIGHT @@ -208,31 +208,6 @@ - - - - - itemDef - { - name normal - group grpsettings - type ITEM_TYPE_MULTI - text "Punkbuster:" - cvar "sv_punkbuster" - cvarFloatList { "No" 0 "Yes" 1 } - rect 420 150 128 20 - textalign ITEM_ALIGN_RIGHT - textalignx 65 - textaligny 12 - textscale .36 - forecolor 1 1 1 1 - visible 1 - action - { - play "sound/misc/menu1.wav" - } - } - itemDef { name normal @@ -240,7 +215,7 @@ type ITEM_TYPE_YESNO text "Pure Server:" cvar "sv_pure" - rect 420 170 128 20 + rect 420 160 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 textaligny 12 @@ -263,7 +238,7 @@ // the game goes to console only so the ui catches this one specifically cvar "ui_dedicated" cvarFloatList { "No" 0 "LAN" 1 "Internet" 2 } - rect 420 190 128 20 + rect 420 180 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 textaligny 12 @@ -283,7 +258,7 @@ type ITEM_TYPE_YESNO text "Auto Download:" cvar "sv_allowdownload" - rect 420 210 128 20 + rect 420 200 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 textaligny 12 @@ -303,7 +278,7 @@ type ITEM_TYPE_YESNO text "Enable Voting:" cvar "g_allowvote" - rect 420 230 128 20 + rect 420 220 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 textaligny 12 @@ -318,10 +293,6 @@ - - - - itemDef { name expert @@ -329,7 +300,7 @@ type ITEM_TYPE_NUMERICFIELD text "Minimum Ping:" cvar "sv_minping" - rect 420 280 128 20 + rect 420 270 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 maxchars 4 @@ -346,7 +317,7 @@ type ITEM_TYPE_NUMERICFIELD text "Maximum Ping:" cvar "sv_maxping" - rect 420 300 128 20 + rect 420 290 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 textaligny 12 @@ -363,7 +334,7 @@ type ITEM_TYPE_YESNO text "Synchronous Client:" cvar "g_synchronousclients" - rect 420 320 128 20 + rect 420 310 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 textaligny 12 @@ -383,7 +354,7 @@ type ITEM_TYPE_NUMERICFIELD text "Max Rate:" cvar "sv_maxrate" - rect 420 340 128 20 + rect 420 330 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 maxchars 4 @@ -400,7 +371,7 @@ type ITEM_TYPE_NUMERICFIELD text "Zombie Time:" cvar "sv_zombietime" - rect 420 360 128 20 + rect 420 350 128 20 maxchars 4 textalign ITEM_ALIGN_RIGHT textalignx 65 @@ -418,7 +389,7 @@ text "Reconnect Limit:" cvar "sv_reconnectlimit" maxchars 4 - rect 420 380 128 20 + rect 420 370 128 20 textalign ITEM_ALIGN_RIGHT textalignx 65 textaligny 12 |