Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/fabienHS15/data/overlays/HUDTemplates3.oxo @ 10814

Last change on this file since 10814 was 10814, checked in by fvultier, 8 years ago
  • Property svn:eol-style set to native
File size: 5.5 KB
Line 
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
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
47<Template name="spaceshiphud">
48  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
49    <Map />
50
51    <HUDHealthBar
52     name              = "HealthBar1"
53     background        = "Orxonox/HealthBarBackground"
54     size              = "0.40, 0.08"
55     position          = "0.0 , 0.85 "
56     pickpoint         = "0, 1"
57     bartexture        = "healthbar_bar.png"
58     textfont          = "VeraMono"
59     textusebarcolour  = true
60     textscale          = 0.4
61     textoffset        = "0.325, -0.825"
62     textpickpoint     = "0, 0"
63     textalign         = "right"
64     correctaspect     = true
65     iconmaterial      = "Orxonox/BarIconHealth"
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
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
86    <HUDSpeedBar
87     name          = "SpeedBar1"
88     background    = "Orxonox/BarBackground"
89     size          = "0.40, 0.04"
90     position      = "0.0 , 0.95 "
91     pickpoint     = "0, 1"
92     correctaspect = true
93     iconmaterial  = "Orxonox/BarIconSpeed"
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
100    <HUDBoostBar
101     name          = "BoostBar1"
102     background    = "Orxonox/BarBackground"
103     size          = "0.40, 0.04"
104     position      = "0.0 , 1.0 "
105     pickpoint     = "0, 1"
106     correctaspect = true
107     iconmaterial  = "Orxonox/BarIconBoost"
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
114    <HUDEnemyHealthBar
115     name              = "EnemyHealthBar"
116     background        = "Orxonox/HealthBarBackground"
117     size              = "0.4, 0.08"
118     position          = "1 ,0"
119     pickpoint         = "1, 0"
120     bartexture        = "healthbar_bar.png"
121     textfont          = "VeraMono"
122     textusebarcolour  = true
123     textscale         = 0.4
124     textoffset        = "-0.675, 0.175"
125     textpickpoint     = "0, 0"
126     textalign         = "right"
127     correctaspect     = true
128     iconmaterial      = "Orxonox/BarIconHealth"
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
135    <HUDNavigation
136     name          = "Navigation"
137     correctaspect = true
138     font          = "Monofur"
139     textsize      = 0.02
140     navMarkerSize = 0.03
141     aimMarkerSize = 0.02
142    />
143
144        <HUDRadar
145     name                               = "Radar"
146     background                         = "Orxonox/Radar3D"
147     material2D                         = "Orxonox/Radar"
148     material3DMiddle           = "Orxonox/Radar3D"
149     material3DFront            = "Orxonox/Radar3DFront"
150     material3DBack                     = "Orxonox/Radar3DBack"
151     correctaspect                      = true
152     size                               = "0.17, 0.17"
153     position                           = "1.0, 1.0"
154     pickpoint                          = "1.0, 1.0"
155     rotation                           = 0
156     sensitivity                        = 1.0
157     halfDotSizeDistance        = 3000
158     detectionLimit             = 10000.0
159     maximumDotSize             = 0.1
160     maximumDotSize3D           = 0.06
161     mapAngle3D                         = 0.6435011
162    />
163
164    <HUDWeaponSystem
165     name                   = "WeaponSystem"
166     correctaspect          = true
167     position               = "0.01, 0.01"
168     pickpoint              = "0, 0"
169     visible                = "true"
170     weaponModeHUDSize      = "0.09, 0.03"
171    />
172   
173    <HUDTimer
174     name     = "Timer"
175     position = "0.5, 0.85"
176     font     = "VeraMono"
177     textsize = 0.1
178     colour   = "1.0, 1.0, 0.0, 0.8"
179     align    = "center"
180    />
181
182    <GUIOverlay
183      name = "QuestGUI"
184      guiname = "QuestGUI"
185      visible = "false"
186    />
187   
188    <GUIOverlay
189      name = "PickupInventory"
190      guiname = "PickupInventory"
191      visible = "false"
192    />
193
194  </OverlayGroup>
195</Template>
Note: See TracBrowser for help on using the repository browser.