~armagetronad-dev/armagetronad/0.4-cockpit

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE Resource SYSTEM "cockpit.dtd">

<Resource type="aacockpit" name="fortress" version="0.0.1" author="epsy" category="spec">
    <Cockpit version="0.0.1">

<!-- overhead cameras above fortress zones -->
        <WidgetTemplate id="camera">
            <Position x="0" y="0" />
            <Size width=".6" height=".4" />

            <CameraType value="free" />
            <Rise value="-0.7" />
            <MainCameraDir value="false" />
            <FOV value="80" />
        </WidgetTemplate>
        <Camview usetemplate="camera" toggle="3">
            <Anchor x="-1" y="-1" />
            <Align x="-1" y="-1" />

            <Translation x="375" y="190" z="-50" />
            <Rotation value="45" />
        </Camview>
        <Camview usetemplate="camera" toggle="3">
            <Anchor x="1" y="-1" />
            <Align x="1" y="-1" />

            <Translation x="125" y="190" z="-50" />
            <Rotation value="-45" />
        </Camview>

<!-- Scores display -->
        <Label>
            <Anchor x="0" y="1" />
            <Position x="0" y="0" />
            <Align x="0" y="1" />
            <Size width=".8" height=".1" />

            <TextSize size=".1" />

            <DataSet id="oscore">
                <AtomicData source="top_other_score_team" />
            </DataSet>
            <DataSet id="hscore">
                <AtomicData source="current_score_team" />
            </DataSet>

            <Face>
                <Table>
                    <Row>
                        <Cell valign=".6">
                            <Text value="0x7fff7f" />
                            <GameData data="hscore" />
                            <Text value="0xRESETT - 0xff7f7f" />
                            <GameData data="oscore" />
                        </Cell>
                    </Row>
                </Table>
            </Face>
        </Label>

<!-- alive count -->
        <Label>
            <Anchor x="0" y="1" />
            <Position x="0" y="-.075" />
            <Size width=".8" height=".1" />
            <Align x="0" y="1" />

            <TextSize size=".05" />

            <DataSet id="enemies">
                <AtomicData source="enemies_alive" />
            </DataSet>
            <DataSet id="friends">
                <AtomicData source="friends_alive" />
            </DataSet>

            <Face>
                <Table>
                    <Row>
                        <Cell valign="1">
                            <Text value="0x7fff7f" />
                            <GameData data="friends" />
                            <Text value="   0xff7f7f" />
                            <GameData data="enemies" />
                        </Cell>
                    </Row>
                </Table>
            </Face>
        </Label>

<!-- Rubber and brake meter template -->
        <WidgetTemplate id="rubber">
            <DataSet id="rubber">
                <AtomicData field="minimum" source="0" />
                <AtomicData source="player_rubber" />
                <AtomicData field="maximum" source="CYCLE_RUBBER" />
            </DataSet>

            <Background>
                <Solid>
                    <Color r="1" g="1" b="1" alpha=".2" />
                </Solid>
            </Background>
            <Foreground>
                <Solid>
                    <Color r="1" g=".15" b=".15" alpha="1" />
                </Solid>
            </Foreground>
        </WidgetTemplate>

        <WidgetTemplate id="brakes">
            <DataSet id="brakes">
                <AtomicData field="minimum" source="0" />
                <AtomicData source="player_brakes" />
                <AtomicData field="maximum" source="1" />
            </DataSet>

            <Background>
                <Solid>
                    <Color r="1" g="1" b="1" alpha=".2" />
                </Solid>
            </Background>
            <Foreground>
                <Solid>
                    <Color r=".4" g="1" b=".4" alpha="1" />
                </Solid>
            </Foreground>
        </WidgetTemplate>

<!-- Cycle meters -->
        <WidgetTemplate id="cyclemeter">
            <Anchor x="0" y="0" />

            <Caption location="off" />
            <ShowCurrent location="off" />
            <ShowMinimum location="off" />
            <ShowMaximum location="off" />

            <LineColor>
                <Solid>
                    <Color r="0" g="0" b="0" alpha="0" />
                </Solid>
            </LineColor>
        </WidgetTemplate>
        <BarGauge viewport="cycle" usetemplate="rubber cyclemeter" toggle="2">
            <Position x="0" y=".1" />
            <Align x="0" y="-1.2" />
            <Size width=".2" height=".01" />
        </BarGauge>
        <BarGauge viewport="cycle" usetemplate="brakes cyclemeter" toggle="2">
            <Position x="0" y=".1" />
            <Align x="0" y="1.2" />
            <Size width=".2" height=".003" />
        </BarGauge>

<!-- Follow label -->
        <Label toggle="1" toggleDefault="off">
            <Anchor x="0" y="1" />
            <Position x="0" y="-.2" />
            <Align x="0" y="-1" />
            <Size width=".8" height=".05" />

            <TextSize size=".05" />

            <Face>
                <Table>
                    <Row>
                        <Cell valign="-1">
                            <Text value="Following" />
                        </Cell>
                    </Row>
                </Table>
            </Face>
        </Label>

        <Label toggle="1" toggleDefault="off">
            <Anchor x="0" y="1" />
            <Position x="0" y="-.2" />
            <Align x="0" y="1" />
            <Size width=".8" height=".1" />

            <TextSize size=".1" />

            <DataSet id="name">
                <AtomicData source="current_colored_name" />
            </DataSet>

            <Face>
                <Table>
                    <Row>
                        <Cell valign="1">
                            <GameData data="name" />
                        </Cell>
                    </Row>
                </Table>
            </Face>
        </Label>

<!-- meters near the name -->
        <WidgetTemplate id="namemeter">
            <Anchor x="0" y="1" />
            <Position x="0" y="-.31" />
            <Size width=".2" height=".02" />

            <Caption location="off" />
            <ShowCurrent location="center">
                <TextSize size=".03" />
            </ShowCurrent>
            <ShowMinimum location="off" />
            <ShowMaximum location="off" />

            <LineColor>
                <Solid>
                    <Color r="0" g="0" b="0" alpha="0" />
                </Solid>
            </LineColor>
        </WidgetTemplate>
        <BarGauge usetemplate="rubber namemeter" toggle="1" toggleDefault="off">
            <Align x="0" y="-1.1" />
        </BarGauge>
        <BarGauge usetemplate="brakes namemeter" toggle="1" toggleDefault="off">
            <Align x="0" y="1.1" />
        </BarGauge>

<!-- end -->
    </Cockpit>
</Resource>