]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/creategame/gamemodes/teamplay.menu
Wazat's menu
[divverent/nexuiz.git] / scmenu / creategame / gamemodes / teamplay.menu
1 Item Layout Teamplay
2 {
3         direction       [Nex_DefaultVertDirection]
4         size            '900 585'
5         origin          '450 0'
6         alignment       [AlignFirst]
7
8         DeriveTemplate Nex_Composition Nex_Option_EditBox
9         {
10                 DeriveTemplate Nex_Automation_Option_EditBox Automation
11                 {}
12                 DeriveTemplate TextButton Description
13                 {}
14                 DeriveTemplate EditBox EditBox
15                 {
16                         size    '260 12'
17                         action  Nex_Action_TestOnChange
18                         select  Nex_Action_TestOnSelect
19                 }
20         }
21
22         Derive Nex_Option_EditBox FragLimit
23         {
24                 text    "Frag Limit Override"
25                 target  "Data::Server::FragLimit::Text"
26         }
27         Derive Nex_Option_EditBox TimeLimit
28         {
29                 text    "Time Limit Override"
30                 target  "Data::Server::TimeLimit::Text"
31         }
32         Derive Nex_Option_Switch DMForceTeamplay
33         {
34                 text    "Force Teamplay (TDM) in Deathmatch maps"
35                 target  "::Data::Teamplay::DMForceTeamplay::Switch"
36         }
37         Derive Nex_Option_Switch TeamPlay
38         {
39                 text    "Teamplay Friendly Fire"
40                 target  "::Data::Teamplay::TeamPlay::Switch"
41         }
42         Derive Nex_Option_Switch BalanceTeams
43         {
44                 text    "Auto-Balance Teams on Join"
45                 target  "::Data::Teamplay::BalanceTeams::Switch"
46         }
47         Derive Nex_Option_Switch ForceBalanceTeams
48         {
49                 text    "Force Balanced Teams"
50                 target  "::Data::Teamplay::ForceBalanceTeams::Switch"
51         }
52         Derive Nex_Option_Switch PreventTeamImbalance
53         {
54                 text    "Prevent Team-Imbalancing Switch"
55                 target  "::Data::Teamplay::PreventTeamImbalance::Switch"
56         }
57         Derive Nex_Option_Switch BanChangeTeams
58         {
59                 text    "Changing team not allowed"
60                 target  "::Data::Teamplay::BanChangeTeams::Switch"
61         }
62         Derive Nex_Option_Switch TDM_NumTeams
63         {
64                 text    "Team Deathmatch (TDM) # of teams"
65                 target  "Data::Teamplay::TDM_NumTeams::Switch"
66         }
67         Derive Nex_Option_EditBox ChangeTeamFragTransfer
68         {
69                 text    "Score Transfer % on Change Team"
70                 target  "Data::Teamplay::ChangeTeamFragTransfer::Text"
71         }
72
73
74         Derive Nex_Line Seperator
75         {}
76         Derive TextButton Reset
77         {
78                 normal  "Reset to default"
79                 init    Nex_Action_ResetData
80                 target  "::Data::Teamplay"
81         }
82 }