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
RevLine 
[3404]1<WorldDataFile>
2  <name>NULLWORLD</name>
[3407]3  <LoadScreen>
[3430]4    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
[3407]5
[3441]6    <ElementCount>12</ElementCount>
[3413]7    <BackgroundPS>0,0,1.01,1</BackgroundPS>
8    <BarPS>.65,.87,.3,.05</BarPS>
[3430]9    <BarImage>pictures/load_screen_bar.png</BarImage>
[3407]10  </LoadScreen>
[3404]11  <WorldEntities>
[3430]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>
[3404]18    <SkyBox>
19     <name>Sky</name>
[3415]20     <Materialset>pictures/sky/desert</Materialset>
[3430]21     <Size>10000</Size>
[3404]22    </SkyBox>
[3423]23    <Terrain>
[3430]24      <name>HardCore</name>
25      <model>worlds/vulcania.obj</model>
[3469]26      <vegetation>worlds/vulcania_vegetation.obj</vegetation>
[3423]27    </Terrain>
[3487]28    <SpaceShip>
[3465]29      <name>Player</name>
[3468]30      <model>models/ships/fighter.obj</model>
[3487]31    </SpaceShip>
[3436]32
[3487]33    <!-- the VULCAN --!>
[3436]34    <ParticleSystem>
[3480]35      <name>VulcanStoneSystem</name>
[3438]36      <model>models/vulcanic_stone.obj</model>
[3437]37      <life-span>6.0,2</life-span>
[3436]38      <type>model</type>
39      <radius>0,5,3</radius>
40      <mass>0,.1,0</mass>
41    </ParticleSystem>
42
43    <ParticleEmitter>
[3480]44     <name>VulcanStoneEmitter</name>
[3436]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>
[3480]56     <name>VulcanFogSystem</name>
[3436]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>
[3437]63     <mass>0,1.0,.3</mass>
[3436]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>
[3480]70    <name>VulcanFogEmitter</name>
[3436]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>
[3480]81     <name>VulcanSparkSystem</name>
[3436]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>
[3437]87     <mass>0,1,.05</mass>
[3436]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>
[3480]94    <name>VulcanSparkEmitter</name>
[3436]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
[3440]106
107    <ParticleSystem>
[3480]108     <name>EngineSystem</name>
[3440]109     <type>sprite</type>
110     <conserve>.8</conserve>
111     <max-count>5000</max-count>
[3466]112     <life-span>.8,.2</life-span>
113     <radius>0,.5,0</radius>
[3440]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>
[3480]123    <name>EngineEmitter</name>
[3466]124    <parent>Player</parent>
[3444]125    <rel-coor>-1,0,0</rel-coor>
[3440]126    <emission-direction>-1,0,0</emission-direction>
127    <type>cube</type>
128    <spread>.5,.3</spread>
129    <emission-velocity>.5,.1</emission-velocity>
[3466]130    <rate>100</rate>
[3440]131   </ParticleEmitter>
132
133</WorldEntities>
134
[3439]135  <LightManager>
136    <Lights>
137      <Light>
138       <diffuse-color>1,1,1</diffuse-color>
139       <abs-coor>100,100,50</abs-coor>
140      </Light>
[3470]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>
[3439]149      <ambient-color>1,1,1</ambient-color>
150    </Lights>
151  </LightManager>
152
[3436]153  <ParticleEngine>
[3480]154   <connect>VulcanStoneEmitter, VulcanStoneSystem</connect>
155   <connect>VulcanFogEmitter, VulcanFogSystem</connect>
156   <connect>VulcanSparkEmitter, VulcanSparkSystem</connect>
157   <connect>EngineEmitter, EngineSystem</connect>
[3436]158  </ParticleEngine>
159
160
[3437]161  <PhysicsEngine>
162   <Fields>
163    <Gravity>
164     <name>gravity</name>
165     <magnitude>100</magnitude>
166    </Gravity>
167   </Fields>
168   <Connections>
169    <PhysicsConnection>
[3480]170     <subject>VulcanStoneSystem</subject>
[3437]171     <field>gravity</field>
172    </PhysicsConnection>
173    <PhysicsConnection>
[3480]174     <subject>VulcanSparkSystem</subject>
[3437]175     <field>gravity</field>
176    </PhysicsConnection>
177  </Connections>
178  </PhysicsEngine>
179
180  <Track>
[3430]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>
[3431]187   <Duration>8</Duration>
[3430]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>
[3431]194   <Duration>15</Duration>
[3430]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>
[3425]202
[3431]203
204   <Point>2850,70,650</Point>
[3430]205   <Point>2900,70,750</Point>
[3431]206   <Point>2850,70,850</Point>
[3430]207   <Point>2700,70,900</Point>
[3425]208
[3431]209   <Point>2400,70,900</Point>
210   <Point>2350,70,850</Point>
211   <Point>2300,70,800</Point>
[3430]212   <Point>2200,80,700</Point>
[3431]213   <Duration>30</Duration>
214   <SavePoint>Vulcano 2</SavePoint>
[3425]215
[3430]216   <Point>2300,70,300</Point>
217   <Point>2350,70,300</Point>
218   <Point>2400,70,300</Point>
[3425]219
[3431]220   <Point>2850,70,300</Point>
[3430]221   <Point>2850,70,900</Point>
222   <Point>2900,110,1000</Point>
223   <Point>3000,115,1100</Point>
224   <Point>3100,115,1100</Point>
[3431]225   <Duration>30</Duration>
[3430]226   <SavePoint>The Tunnel</SavePoint>
227   <Point>3500,110,1000</Point>
228   <Point>3900,110,950</Point>
[3431]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>
[3430]234   <Savepoint>Metal and Ash</Savepoint>
[3425]235
236
[3430]237
[3434]238   <Point>4800,50,500</Point>
239   <Point>4900,50,500</Point>
[3431]240   <Duration>7</Duration>
241
[3434]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>
[3431]248   <Duration>8</Duration>
249   <SavePoint>City</SavePoint>
250   <WorkOn>City</WorkOn>
[3434]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>
[3431]259   <Duration>8</Duration>
[3437]260 </Track>
[3431]261
[3404]262</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.