Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/overlays/HUDTemplates3.oxo

Last change on this file was 11783, checked in by landauf, 6 years ago

merged Presentation_HS17_merge back to trunk

  • Property svn:eol-style set to native
File size: 6.5 KB
RevLine 
[5528]1<!--
2<Template name="defaultHUD">
3  <OverlayGroup name = "defaultHUD" scale = "1, 1">
4    <ChatOverlay
5     name     = "chat"
6     position = "0.03, 0.5"
7     font     = "VeraMono"
8     caption  = ""
9     textsize = 0.025
10    />
11
12    <GametypeStatus
13     name     = "state"
14     position = "0.5, 0.85"
15     font     = "VeraMono"
16     textsize = 0.05
17     colour   = "1.0, 1.0, 0.0, 0.8"
18     align    = "center"
19    />
20  </OverlayGroup>
21</Template>
22-->
23
24<Template name="spectatorhud">
25  <OverlayGroup name = "spectatorhud" scale = "1, 1">
26  </OverlayGroup>
27</Template>
28
[11052]29<Template name="rockethud">
30  <OverlayGroup name = "rockethud" scale = "1, 1">
31    <HUDRocketFuelBar
32     name          = "RocketFuelBar1"
33     background    = "Orxonox/BarBackground"
34     size          = "0.40, 0.04"
35     position      = "0.0 , 1.0 "
36     pickpoint     = "0, 1"
37     correctaspect = true
38     iconmaterial  = "Orxonox/BarIconFuel"
39    >
40      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
41      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
42      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
43    </HUDRocketFuelBar>
44  </OverlayGroup>
45</Template>
46
[5528]47<Template name="spaceshiphud">
48  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
49
[11783]50
[5528]51    <HUDHealthBar
52     name              = "HealthBar1"
53     background        = "Orxonox/HealthBarBackground"
[11052]54     size              = "0.40, 0.08"
55     position          = "0.0 , 0.85 "
[5528]56     pickpoint         = "0, 1"
[7368]57     bartexture        = "healthbar_bar.png"
[5528]58     textfont          = "VeraMono"
59     textusebarcolour  = true
[11052]60     textscale          = 0.4
61     textoffset        = "0.325, -0.825"
[5528]62     textpickpoint     = "0, 0"
63     textalign         = "right"
[11052]64     correctaspect     = true
65     iconmaterial      = "Orxonox/BarIconHealth"
[5528]66    >
67      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
68      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
69      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
70    </HUDHealthBar>
71
[11052]72    <HUDShieldBar
73     name          = "ShieldBar1"
74     background    = "Orxonox/BarBackground"
75     size          = "0.40, 0.04"
76     position      = "0.0 , 0.9 "
77     pickpoint     = "0, 1"
78     correctaspect = true
79     iconmaterial  = "Orxonox/BarIconShield"
80    >
81      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
82      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
83      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
84    </HUDShieldBar>   
85
[5528]86    <HUDSpeedBar
87     name          = "SpeedBar1"
88     background    = "Orxonox/BarBackground"
[11052]89     size          = "0.40, 0.04"
[8706]90     position      = "0.0 , 0.95 "
[5528]91     pickpoint     = "0, 1"
[11052]92     correctaspect = true
93     iconmaterial  = "Orxonox/BarIconSpeed"
[5528]94    >
95      <BarColour position = 0.0 colour = "0.7,0.5,0.2" />
96      <BarColour position = 0.5 colour = "0.2,0.7,0.2" />
97      <BarColour position = 1.0 colour = "0.7,0.2,0.2" />
98    </HUDSpeedBar>
99
[8706]100    <HUDBoostBar
101     name          = "BoostBar1"
[11052]102     background    = "Orxonox/BarBackground"
103     size          = "0.40, 0.04"
[8706]104     position      = "0.0 , 1.0 "
105     pickpoint     = "0, 1"
[11052]106     correctaspect = true
107     iconmaterial  = "Orxonox/BarIconBoost"
[8706]108    >
109      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
110      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
111      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
112    </HUDBoostBar>
113
[9016]114    <HUDEnemyHealthBar
115     name              = "EnemyHealthBar"
116     background        = "Orxonox/HealthBarBackground"
[11052]117     size              = "0.4, 0.08"
118     position          = "1 ,0"
119     pickpoint         = "1, 0"
[9016]120     bartexture        = "healthbar_bar.png"
121     textfont          = "VeraMono"
122     textusebarcolour  = true
[11052]123     textscale         = 0.4
124     textoffset        = "-0.675, 0.175"
[9016]125     textpickpoint     = "0, 0"
126     textalign         = "right"
[11052]127     correctaspect     = true
128     iconmaterial      = "Orxonox/BarIconHealth"
[9016]129    >
130      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
131      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
132      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
133    </HUDEnemyHealthBar>
134
[11052]135    <HUDEnemyShieldBar
136     name          = "EnemyShieldBar1"
137     background    = "Orxonox/BarBackground"
138     size          = "0.40, 0.04"
139     position      = "1.0 , 0.1 "
140     pickpoint     = "1, 0"
141     correctaspect = true
142     iconmaterial  = "Orxonox/BarIconShield"
143    >
144      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
145      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
146      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
147    </HUDEnemyShieldBar>   
148
[5528]149    <HUDNavigation
150     name          = "Navigation"
151     correctaspect = true
152     font          = "Monofur"
[10292]153     textsize      = 0.02
[5528]154     navMarkerSize = 0.03
[9526]155     aimMarkerSize = 0.02
[5528]156    />
157
[11718]158    <HUDRadar
159     name                   = "Radar"
160     background             = "Orxonox/Radar3D"
161     material2D             = "Orxonox/Radar"
162     material3DMiddle       = "Orxonox/Radar3D"
163     material3DFront        = "Orxonox/Radar3DFront"
164     material3DBack         = "Orxonox/Radar3DBack"
165     correctaspect          = true
166     size                   = "0.17, 0.17"
167     position               = "1.0, 1.0"
168     pickpoint              = "1.0, 1.0"
169     rotation               = 0
170     sensitivity            = 1.0
171     halfDotSizeDistance    = 3000
172     detectionLimit         = 10000.0
173     maximumDotSize         = 0.1
174     maximumDotSize3D       = 0.06
175     mapAngle3D             = 0.6435011
[5528]176    />
[11052]177
178    <HUDWeaponSystem
179     name                   = "WeaponSystem"
180     correctaspect          = true
181     position               = "0.01, 0.01"
182     pickpoint              = "0, 0"
183     visible                = "true"
184     weaponModeHUDSize      = "0.09, 0.03"
185    />
[9939]186   
[11353]187    <HUDPickupSystem
188     name                   = "PickupSystem"
[11705]189     background             = "PickupBar"
[11353]190     correctaspect          = true
[11706]191     size                   = "0.20, 0.08"
192     position               = "0.01, 0.15"
[11353]193     pickpoint              = "0.0, 0.0"
[11706]194     visible                = "true"
[11353]195    />
196
[5528]197    <HUDTimer
198     name     = "Timer"
[11353]199     position = "0.5, 0.25"
[5528]200     font     = "VeraMono"
201     textsize = 0.1
202     colour   = "1.0, 1.0, 0.0, 0.8"
203     align    = "center"
204    />
205
[5757]206    <GUIOverlay
207      name = "QuestGUI"
208      guiname = "QuestGUI"
[5980]209      visible = "false"
[5757]210    />
[6711]211   
212    <GUIOverlay
213      name = "PickupInventory"
214      guiname = "PickupInventory"
215      visible = "false"
216    />
[5757]217
[11451]218    <GUIOverlay
[11783]219      name = "Dialog"
220      guiname = "Dialog"
[11451]221      visible = "false"
222    />
223
[5528]224  </OverlayGroup>
225</Template>
Note: See TracBrowser for help on using the repository browser.