Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 10746 was 10746, checked in by fvultier, 8 years ago
  • Property svn:eol-style set to native
File size: 5.0 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="spaceshiphud">
30  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
31    <Map />
32
33    <HUDHealthBar
34     name              = "HealthBar1"
35     background        = "Orxonox/HealthBarBackground"
36     size              = "0.40, 0.08"
37     position          = "0.0 , 0.85 "
38     pickpoint         = "0, 1"
39     bartexture        = "healthbar_bar.png"
40     textfont          = "VeraMono"
41     textusebarcolour  = true
42     textscale          = 0.4
43     textoffset        = "0.325, -0.825"
44     textpickpoint     = "0, 0"
45     textalign         = "right"
46     correctaspect     = true
47     iconmaterial      = "Orxonox/BarIconHealth"
48    >
49      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
50      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
51      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
52    </HUDHealthBar>
53
54    <HUDShieldBar
55     name          = "ShieldBar1"
56     background    = "Orxonox/BarBackground"
57     size          = "0.40, 0.04"
58     position      = "0.0 , 0.9 "
59     pickpoint     = "0, 1"
60     correctaspect = true
61     iconmaterial  = "Orxonox/BarIconShield"
62    >
63      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
64      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
65      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
66    </HUDShieldBar>   
67
68    <HUDSpeedBar
69     name          = "SpeedBar1"
70     background    = "Orxonox/BarBackground"
71     size          = "0.40, 0.04"
72     position      = "0.0 , 0.95 "
73     pickpoint     = "0, 1"
74     correctaspect = true
75     iconmaterial  = "Orxonox/BarIconSpeed"
76    >
77      <BarColour position = 0.0 colour = "0.7,0.5,0.2" />
78      <BarColour position = 0.5 colour = "0.2,0.7,0.2" />
79      <BarColour position = 1.0 colour = "0.7,0.2,0.2" />
80    </HUDSpeedBar>
81
82    <HUDBoostBar
83     name          = "BoostBar1"
84     background    = "Orxonox/BarBackground"
85     size          = "0.40, 0.04"
86     position      = "0.0 , 1.0 "
87     pickpoint     = "0, 1"
88     correctaspect = true
89     iconmaterial  = "Orxonox/BarIconBoost"
90    >
91      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
92      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
93      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
94    </HUDBoostBar>
95
96    <HUDEnemyHealthBar
97     name              = "EnemyHealthBar"
98     background        = "Orxonox/HealthBarBackground"
99     size              = "0.4, 0.08"
100     position          = "1 ,0"
101     pickpoint         = "1, 0"
102     bartexture        = "healthbar_bar.png"
103     textfont          = "VeraMono"
104     textusebarcolour  = true
105     textscale         = 0.4
106     textoffset        = "-0.675, 0.175"
107     textpickpoint     = "0, 0"
108     textalign         = "right"
109     correctaspect     = true
110     iconmaterial      = "Orxonox/BarIconHealth"
111    >
112      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
113      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
114      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
115    </HUDEnemyHealthBar>
116
117    <HUDNavigation
118     name          = "Navigation"
119     correctaspect = true
120     font          = "Monofur"
121     textsize      = 0.02
122     navMarkerSize = 0.03
123     aimMarkerSize = 0.02
124    />
125
126        <HUDRadar
127     name                               = "Radar"
128     background                         = "Orxonox/Radar3D"
129     material2D                         = "Orxonox/Radar"
130     material3DMiddle           = "Orxonox/Radar3D"
131     material3DFront            = "Orxonox/Radar3DFront"
132     material3DBack                     = "Orxonox/Radar3DBack"
133     correctaspect                      = true
134     size                               = "0.17, 0.17"
135     position                           = "1.0, 1.0"
136     pickpoint                          = "1.0, 1.0"
137     rotation                           = 0
138     sensitivity                        = 1.0
139     halfDotSizeDistance        = 3000
140     detectionLimit             = 10000.0
141     maximumDotSize             = 0.1
142     maximumDotSize3D           = 0.06
143     mapAngle3D                         = 0.6435011
144    />
145
146    <HUDWeaponSystem
147     name                   = "WeaponSystem"
148     correctaspect          = true
149     position               = "0.01, 0.01"
150     pickpoint              = "0, 0"
151     visible                = "true"
152     weaponModeHUDSize      = "0.09, 0.03"
153    />
154   
155    <HUDTimer
156     name     = "Timer"
157     position = "0.5, 0.85"
158     font     = "VeraMono"
159     textsize = 0.1
160     colour   = "1.0, 1.0, 0.0, 0.8"
161     align    = "center"
162    />
163
164    <GUIOverlay
165      name = "QuestGUI"
166      guiname = "QuestGUI"
167      visible = "false"
168    />
169   
170    <GUIOverlay
171      name = "PickupInventory"
172      guiname = "PickupInventory"
173      visible = "false"
174    />
175
176  </OverlayGroup>
177</Template>
Note: See TracBrowser for help on using the repository browser.