Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/vulcania.oxw @ 3468

Last change on this file since 3468 was 3468, checked in by bensch, 19 years ago

orxonox/data: new Model in the 3rd level

File size: 6.7 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    </Terrain>
27    <Player>
28      <name>Player</name>
29      <model>models/ships/fighter.obj</model>
30    </Player>
31
32
33    // the VULCAN
34    <ParticleSystem>
35      <name>Vulcan Stone System</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>Vulcan Stone Emitter</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>Vulcan Fog System</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>Vulcan Fog Emitter</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>Vulcan Spark System</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>Vulcan Spark Emitter</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>Engine System</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>Engine Emitter</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      <ambient-color>1,1,1</ambient-color>
142    </Lights>
143  </LightManager>
144
145  <ParticleEngine>
146   <connect>Vulcan Stone Emitter,Vulcan Stone System</connect>
147   <connect>Vulcan Fog Emitter,Vulcan Fog System</connect>
148   <connect>Vulcan Spark Emitter,Vulcan Spark System</connect>
149   <connect>Engine Emitter,Engine System</connect>
150  </ParticleEngine>
151
152
153  <PhysicsEngine>
154   <Fields>
155    <Gravity>
156     <name>gravity</name>
157     <magnitude>100</magnitude>
158    </Gravity>
159   </Fields>
160   <Connections>
161    <PhysicsConnection>
162     <subject>Vulcan Stone System</subject>
163     <field>gravity</field>
164    </PhysicsConnection>
165    <PhysicsConnection>
166     <subject>Vulcan Spark System</subject>
167     <field>gravity</field>
168    </PhysicsConnection>
169  </Connections>
170  </PhysicsEngine>
171
172  <Track>
173   <Point>0,0,0</Point>
174   <Point>100,0,0</Point>
175   <Point>250,-20,0</Point>
176   <Point>350,-50,50</Point>
177   <Point>400,-60,50</Point>
178   <Point>450,-60,50</Point>
179   <Duration>8</Duration>
180   <SavePoint>Forest</SavePoint>
181   <Point>600,-60,60</Point>
182   <Point>900,0,120</Point>
183   <Point>1000,20,150</Point>
184   <Point>1300,100,250</Point>
185   <Point>1500,100,250</Point>
186   <Duration>15</Duration>
187   <SavePoint>Vulcano</SavePoint>
188   <Point>2000,30,260</Point>
189   <Point>2500,30,260</Point>
190   <Point>2600,30,260</Point>
191   <Point>2700,40,300</Point>
192   <Point>2700,50,300</Point>
193   <Point>2800,70,400</Point>
194
195
196   <Point>2850,70,650</Point>
197   <Point>2900,70,750</Point>
198   <Point>2850,70,850</Point>
199   <Point>2700,70,900</Point>
200
201   <Point>2400,70,900</Point>
202   <Point>2350,70,850</Point>
203   <Point>2300,70,800</Point>
204   <Point>2200,80,700</Point>
205   <Duration>30</Duration>
206   <SavePoint>Vulcano 2</SavePoint>
207
208   <Point>2300,70,300</Point>
209   <Point>2350,70,300</Point>
210   <Point>2400,70,300</Point>
211
212   <Point>2850,70,300</Point>
213   <Point>2850,70,900</Point>
214   <Point>2900,110,1000</Point>
215   <Point>3000,115,1100</Point>
216   <Point>3100,115,1100</Point>
217   <Duration>30</Duration>
218   <SavePoint>The Tunnel</SavePoint>
219   <Point>3500,110,1000</Point>
220   <Point>3900,110,950</Point>
221   <Point>4200,110,1000</Point>
222   <Point>4500,110,950</Point>
223   <Point>4700,110,900</Point>
224   <Point>4800,110,850</Point>
225   <Duration>30</Duration>
226   <Savepoint>Metal and Ash</Savepoint>
227
228
229
230   <Point>4800,50,500</Point>
231   <Point>4900,50,500</Point>
232   <Duration>7</Duration>
233
234   <SavePoint>Metal</SavePoint>
235   <Point>5200,50,500</Point>
236   <Point>5600,150,1000</Point>
237   <Point>6200,100,1250</Point>
238   <Point>6500,140,1500</Point>
239   <Point>6800,150,1600</Point>
240   <Duration>8</Duration>
241   <SavePoint>City</SavePoint>
242   <WorkOn>City</WorkOn>
243   <Point>6900,200,1650</Point>
244   <Point>7200,200,1630</Point>
245   <Point>7300,200,1650</Point>
246   <Point>7400,200,1650</Point>
247   <Point>7500,200,1640</Point>
248   <Point>7600,200,1630</Point>
249   <Point>7700,120,1500</Point>
250   <Point>8400,1500,1250</Point>
251   <Duration>8</Duration>
252 </Track>
253
254</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.