]> icculus.org git repositories - divverent/nexuiz.git/blob - data/scmenu/creategame/gamemodes/teamplay.menu
give menu source its own directory
[divverent/nexuiz.git] / data / 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         Derive Nex_Option_EditBox TimeLimit
9         {
10                 text    "Time Limit Override (disable: -1)"
11                 target  "Data::Server::TimeLimit::Text"
12         }
13         Derive Nex_Option_EditBox FragLimit
14         {
15                 text    "Frag Limit Override (disable: -1)"
16                 target  "Data::Server::FragLimit::Text"
17         }
18         Derive Nex_Option_Switch DMForceTeamplay
19         {
20                 text    "Force Teamplay (TDM) in Deathmatch maps"
21                 target  "::Data::Game::Teamplay::DMForceTeamplay::Switch"
22         }
23         Derive Nex_Option_Switch TeamPlay
24         {
25                 text    "Teamplay Friendly Fire"
26                 target  "::Data::Game::Teamplay::TeamPlay::Switch"
27         }
28         Derive Nex_Option_Switch BalanceTeams
29         {
30                 text    "Auto-Balance Teams on Join"
31                 target  "::Data::Game::Teamplay::BalanceTeams::Switch"
32         }
33         Derive Nex_Option_Switch ForceBalanceTeams
34         {
35                 text    "Force Balanced Teams"
36                 target  "::Data::Game::Teamplay::ForceBalanceTeams::Switch"
37         }
38         Derive Nex_Option_Switch PreventTeamImbalance
39         {
40                 text    "Prevent Team-Imbalancing Switch"
41                 target  "::Data::Game::Teamplay::PreventTeamImbalance::Switch"
42         }
43         Derive Nex_Option_Switch BanChangeTeams
44         {
45                 text    "Changing team not allowed"
46                 target  "::Data::Game::Teamplay::BanChangeTeams::Switch"
47         }
48         Derive Nex_Option_Switch TDM_NumTeams
49         {
50                 text    "Team Deathmatch (TDM) # of teams"
51                 target  "Data::Game::Teamplay::TDM_NumTeams::Switch"
52         }
53         Derive Nex_Option_EditBox ChangeTeamFragTransfer
54         {
55                 text    "Score Transfer % on Change Team"
56                 target  "Data::Game::Teamplay::ChangeTeamFragTransfer::Text"
57         }
58
59
60         Derive Nex_Line Seperator
61         {}
62         Derive TextButton Reset
63         {
64                 normal  "Reset to default"
65                 init    Nex_Action_ResetData
66                 target  "::Data::Game::Teamplay"
67         }
68 }