]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/creategame/gamemodes/domination.menu
Wazat's menu
[divverent/nexuiz.git] / scmenu / creategame / gamemodes / domination.menu
1 Item Layout Domination
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_Switch Domination_Active
23         //{
24         //      text    "Play Domination"
25         //      target  "::Data::Domination::Domination_Active::Switch"
26         //}
27         Derive Nex_Option_EditBox TimeLimit
28         {
29                 text    "Time Limit Override"
30                 // use the same one from the basic menu
31                 target  "Data::Server::TimeLimit::Text"
32         }
33         Derive Nex_Option_EditBox DomFragLimit
34         {
35                 text    "Score Limit Override"
36                 target  "Data::Domination::DomFragLimit::Text"
37         }
38
39         Derive Nex_Option_Switch DisableFrags
40         {
41                 text    "No Scores From Kills"
42                 target  "::Data::Domination::DisableFrags::Switch"
43         }
44         //Derive Nex_Option_Switch BalanceTeamPoints
45         //{
46         //      text    "Team Size Affects Points"
47         //      target  "::Data::Domination::BalanceTeamPoints::Switch"
48         //}
49         Derive Nex_Option_EditBox PointAmt
50         {
51                 text    "Domination Score Amount"
52                 target  "Data::Domination::PointAmt::Text"
53         }
54         Derive Nex_Option_EditBox PointRate
55         {
56                 text    "Score Frequency"
57                 target  "Data::Domination::PointRate::Text"
58         }
59         Derive Nex_Option_EditBox CaptureTime
60         {
61                 text    "DomPoint Capture Delay"
62                 target  "::Data::Domination::CaptureTime::Text"
63         }
64         //Derive Nex_Option_EditBox DefaultNumTeams
65         //{
66         //      text    "Default # of Teams on Non-Domination Maps (2-4)"
67         //      target  "::Data::Domination::DefaultNumTeams::Text"
68         //}
69         Derive Nex_Option_Switch DefaultNumTeams
70         {
71                 text    "Default # of teams"
72                 target  "Data::Domination::DefaultNumTeams::Switch"
73         }
74
75
76         Derive Nex_Line Seperator
77         {}
78         Derive TextButton Reset
79         {
80                 normal  "Reset to default"
81                 init    Nex_Action_ResetData
82                 target  "::Data::CTF"
83         }
84 }