Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/vulcania.oxw @ 3487

Last change on this file since 3487 was 3487, checked in by bensch, 18 years ago

orxonox/data/worlds: worlds as they are requested in branches/spaceshipcontroll

File size: 7.0 KB
Line 
1<WorldDataFile>
2  <name>NULLWORLD</name>
3  <LoadScreen>
4    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
5
6    <ElementCount>12</ElementCount>
7    <BackgroundPS>0,0,1.01,1</BackgroundPS>
8    <BarPS>.65,.87,.3,.05</BarPS>
9    <BarImage>pictures/load_screen_bar.png</BarImage>
10  </LoadScreen>
11  <WorldEntities>
12    <Environment>
13      <name>Backdrop</name>
14      <model>models/reaplow.obj</model>
15      <position>16.0,400.0,30.0</position>
16      <orientation>0.0,0.0,0.0</orientation>
17    </Environment>
18    <SkyBox>
19     <name>Sky</name>
20     <Materialset>pictures/sky/desert</Materialset>
21     <Size>10000</Size>
22    </SkyBox>
23    <Terrain>
24      <name>HardCore</name>
25      <model>worlds/vulcania.obj</model>
26      <vegetation>worlds/vulcania_vegetation.obj</vegetation>
27    </Terrain>
28    <SpaceShip>
29      <name>Player</name>
30      <model>models/ships/fighter.obj</model>
31    </SpaceShip>
32
33    <!-- the VULCAN --!>
34    <ParticleSystem>
35      <name>VulcanStoneSystem</name>
36      <model>models/vulcanic_stone.obj</model>
37      <life-span>6.0,2</life-span>
38      <type>model</type>
39      <radius>0,5,3</radius>
40      <mass>0,.1,0</mass>
41    </ParticleSystem>
42
43    <ParticleEmitter>
44     <name>VulcanStoneEmitter</name>
45     <emission-velocity>700,400</emission-velocity>
46     <rate>20</rate>
47     <type>cube</type>
48     <size>40</size>;
49     <emission-direction>0,1,0</emission-direction>
50     <rel-coor>2460,105,606</rel-coor>
51     <spread>1,.5</spread>
52    </ParticleEmitter>
53
54
55    <ParticleSystem>
56     <name>VulcanFogSystem</name>
57     <type>sprite</type>
58     <max-count>2000</max-count>
59     <life-span>5,2</life-span>
60     <radius>0.0,20.0,10.0</radius>
61     <radius>0.2,50,30</radius>
62     <radius>1,200,100</radius>
63     <mass>0,1.0,.3</mass>
64     <color>0,1,1,1,.5</color>
65     <color>.5,.6,.6,.6,.2</color>
66     <color>1,.0,.0,.0,.0</color>
67   </ParticleSystem>
68
69   <ParticleEmitter>
70    <name>VulcanFogEmitter</name>
71    <emission-direction>0,1,0</emission-direction>
72    <type>cube</type>
73    <spread>.5,.3</spread>
74    <emission-velocity>150,50</emission-velocity>
75    <size>40</size>
76    <rate>400</rate>
77    <rel-coor>2460,105,606</rel-coor>
78   </ParticleEmitter>
79
80    <ParticleSystem>
81     <name>VulcanSparkSystem</name>
82     <type>spark</type>
83     <max-count>5000</max-count>
84     <life-span>5,2</life-span>
85     <radius>0,.2,.1</radius>
86     <radius>1,0,0</radius>
87     <mass>0,1,.05</mass>
88     <color>0,1,0,0,.3</color>
89     <color>.5,1,1,0,.2</color>
90     <color>1,.0,.0,.0,.0</color>
91   </ParticleSystem>
92
93   <ParticleEmitter>
94    <name>VulcanSparkEmitter</name>
95    <emission-direction>0,1,0</emission-direction>
96    <type>cube</type>
97    <spread>.5,.3</spread>
98    <emission-velocity>150,50</emission-velocity>
99    <size>40</size>
100    <rate>400</rate>
101    <rel-coor>2460,105,606</rel-coor>
102   </ParticleEmitter>
103
104
105
106
107    <ParticleSystem>
108     <name>EngineSystem</name>
109     <type>sprite</type>
110     <conserve>.8</conserve>
111     <max-count>5000</max-count>
112     <life-span>.8,.2</life-span>
113     <radius>0,.5,0</radius>
114     <radius>0.2,3.0,2.0</radius>
115     <radius>1.0,0,0</radius>
116     <mass>0,1,.05</mass>
117     <color>0,.5,0,0,1</color>
118     <color>.5,1,1,0,.01</color>
119     <color>1,.0,.0,.0,.0</color>
120   </ParticleSystem>
121
122   <ParticleEmitter>
123    <name>EngineEmitter</name>
124    <parent>Player</parent>
125    <rel-coor>-1,0,0</rel-coor>
126    <emission-direction>-1,0,0</emission-direction>
127    <type>cube</type>
128    <spread>.5,.3</spread>
129    <emission-velocity>.5,.1</emission-velocity>
130    <rate>100</rate>
131   </ParticleEmitter>
132
133</WorldEntities>
134
135  <LightManager>
136    <Lights>
137      <Light>
138       <diffuse-color>1,1,1</diffuse-color>
139       <abs-coor>100,100,50</abs-coor>
140      </Light>
141      <Light>
142       <diffuse-color>1,1,1</diffuse-color>
143       <abs-coor>-100,0,100</abs-coor>
144      </Light>
145      <Light>
146       <diffuse-color>1,1,1</diffuse-color>
147       <abs-coor>-100,2000,50</abs-coor>
148      </Light>
149      <ambient-color>1,1,1</ambient-color>
150    </Lights>
151  </LightManager>
152
153  <ParticleEngine>
154   <connect>VulcanStoneEmitter, VulcanStoneSystem</connect>
155   <connect>VulcanFogEmitter, VulcanFogSystem</connect>
156   <connect>VulcanSparkEmitter, VulcanSparkSystem</connect>
157   <connect>EngineEmitter, EngineSystem</connect>
158  </ParticleEngine>
159
160
161  <PhysicsEngine>
162   <Fields>
163    <Gravity>
164     <name>gravity</name>
165     <magnitude>100</magnitude>
166    </Gravity>
167   </Fields>
168   <Connections>
169    <PhysicsConnection>
170     <subject>VulcanStoneSystem</subject>
171     <field>gravity</field>
172    </PhysicsConnection>
173    <PhysicsConnection>
174     <subject>VulcanSparkSystem</subject>
175     <field>gravity</field>
176    </PhysicsConnection>
177  </Connections>
178  </PhysicsEngine>
179
180  <Track>
181   <Point>0,0,0</Point>
182   <Point>100,0,0</Point>
183   <Point>250,-20,0</Point>
184   <Point>350,-50,50</Point>
185   <Point>400,-60,50</Point>
186   <Point>450,-60,50</Point>
187   <Duration>8</Duration>
188   <SavePoint>Forest</SavePoint>
189   <Point>600,-60,60</Point>
190   <Point>900,0,120</Point>
191   <Point>1000,20,150</Point>
192   <Point>1300,100,250</Point>
193   <Point>1500,100,250</Point>
194   <Duration>15</Duration>
195   <SavePoint>Vulcano</SavePoint>
196   <Point>2000,30,260</Point>
197   <Point>2500,30,260</Point>
198   <Point>2600,30,260</Point>
199   <Point>2700,40,300</Point>
200   <Point>2700,50,300</Point>
201   <Point>2800,70,400</Point>
202
203
204   <Point>2850,70,650</Point>
205   <Point>2900,70,750</Point>
206   <Point>2850,70,850</Point>
207   <Point>2700,70,900</Point>
208
209   <Point>2400,70,900</Point>
210   <Point>2350,70,850</Point>
211   <Point>2300,70,800</Point>
212   <Point>2200,80,700</Point>
213   <Duration>30</Duration>
214   <SavePoint>Vulcano 2</SavePoint>
215
216   <Point>2300,70,300</Point>
217   <Point>2350,70,300</Point>
218   <Point>2400,70,300</Point>
219
220   <Point>2850,70,300</Point>
221   <Point>2850,70,900</Point>
222   <Point>2900,110,1000</Point>
223   <Point>3000,115,1100</Point>
224   <Point>3100,115,1100</Point>
225   <Duration>30</Duration>
226   <SavePoint>The Tunnel</SavePoint>
227   <Point>3500,110,1000</Point>
228   <Point>3900,110,950</Point>
229   <Point>4200,110,1000</Point>
230   <Point>4500,110,950</Point>
231   <Point>4700,110,900</Point>
232   <Point>4800,110,850</Point>
233   <Duration>30</Duration>
234   <Savepoint>Metal and Ash</Savepoint>
235
236
237
238   <Point>4800,50,500</Point>
239   <Point>4900,50,500</Point>
240   <Duration>7</Duration>
241
242   <SavePoint>Metal</SavePoint>
243   <Point>5200,50,500</Point>
244   <Point>5600,150,1000</Point>
245   <Point>6200,100,1250</Point>
246   <Point>6500,140,1500</Point>
247   <Point>6800,150,1600</Point>
248   <Duration>8</Duration>
249   <SavePoint>City</SavePoint>
250   <WorkOn>City</WorkOn>
251   <Point>6900,200,1650</Point>
252   <Point>7200,200,1630</Point>
253   <Point>7300,200,1650</Point>
254   <Point>7400,200,1650</Point>
255   <Point>7500,200,1640</Point>
256   <Point>7600,200,1630</Point>
257   <Point>7700,120,1500</Point>
258   <Point>8400,1500,1250</Point>
259   <Duration>8</Duration>
260 </Track>
261
262</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.