Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/christmas.oxw @ 3523

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

orxonox/data: new ships to choose from

File size: 3.8 KB
Line 
1<WorldDataFile>
2  <name>Straight</name>
3  <LoadScreen>
4    <BackgroundImage>pictures/load_screen_christmas.png</BackgroundImage>
5
6    <ElementCount>16</ElementCount>
7    <BackgroundPS>0,0,1.0,1</BackgroundPS>
8    <BarPS>.65,.87,.3,.05</BarPS>
9    <BarImage>pictures/load_screen_bar_christmas.png</BarImage>
10  </LoadScreen>
11  <WorldEntities>
12    <MD2Creature>
13      <name>Player</name>
14      <abs-coor>10,0,10</abs-coor>
15      <md2texture>droidika.png</md2texture>
16      <model>models/creatures/droidika.md2</model>
17    </MD2Creature>
18    <SpaceShip>
19      <name>SpaceShip</name>
20      <model>models/ships/fighter.obj</model>
21      <abs-coor>-319,0,-404</abs-coor>
22    </SpaceShip>
23    <Helicopter>
24     <name>Heli</name>
25     <abs-coor>-0,50,0</abs-coor>
26     </Helicopter>
27    <TestEntity>
28      <abs-coor>-40,0,-80</abs-coor>
29      <abs-dir>0,0,20</abs-dir>
30      <md2texture>santa_claus.png</md2texture>
31      <model>models/creatures/santa_claus.md2</model>
32      <md2animation>9</md2animation>
33    </TestEntity>
34    <TestEntity>
35      <abs-coor>-20,0,-80</abs-coor>
36      <abs-dir>-30,0,0</abs-dir>
37      <md2texture>ogro.png</md2texture>
38      <model>models/creatures/ogro.md2</model>
39      <md2animation>10</md2animation>
40    </TestEntity>
41    <TestEntity>
42      <abs-coor>-10,0,4</abs-coor>
43      <md2texture>frosty.png</md2texture>
44      <model>models/creatures/frosty.md2</model>
45    </TestEntity>
46     <TestEntity>
47      <abs-coor>-223,-7,-280</abs-coor>
48      <abs-dir>-90,0,0</abs-dir>
49      <md2texture>faerie.png</md2texture>
50      <model>models/creatures/faerie.md2</model>
51      <md2animation>0</md2animation>
52    </TestEntity>
53    <TestEntity>
54      <abs-coor>-235,-7,-274</abs-coor>
55      <abs-dir>90,0,0</abs-dir>
56      <md2texture>faerie.png</md2texture>
57      <model>models/creatures/faerie.md2</model>
58      <md2animation>9</md2animation>
59    </TestEntity>
60    <TestEntity>
61      <abs-coor>-225,-7,-275</abs-coor>
62      <abs-dir>180,0,0</abs-dir>
63      <md2texture>faerie.png</md2texture>
64      <model>models/creatures/faerie.md2</model>
65      <md2animation>8</md2animation>
66    </TestEntity>
67
68
69
70    <SkyBox>
71     <name>Sky</name>
72     <Materialset>pictures/sky/simplesky</Materialset>
73     <Size>10000</Size>
74    </SkyBox>
75
76    <Terrain>
77      <name>HardCore</name>
78      <model>models/environments/christmas.obj</model>
79      <vegetation>models/environments/christmas_vegetation.obj</vegetation>
80      <abs-coor>0,-10,100</abs-coor>
81    </Terrain>
82
83
84   <ParticleSystem>
85     <name>SnowFlakeSystem</name>
86     <type>sprite</type>
87     <texture>snow_flake_01_32x32.png</texture>
88     <max-count>10000</max-count>
89     <life-span>8, 2</life-span>
90     <radius>0.0, 5.0, 10.0</radius>
91     <radius>0.2, 5.0, 10</radius>
92     <radius>1.0, 5.0, 10</radius>
93     <mass>0, 1.0, .3</mass>
94     <color>0,1, 1, 1,.5</color>
95     <color>.5, .6, .6, .6, .2</color>
96     <color>1, .0, .0, .0, .0</color>
97   </ParticleSystem>
98   <ParticleEmitter>
99    <name>SnowFlakeEmitter</name>
100    <emission-direction>0,-1,0</emission-direction>
101    <type>plane</type>
102    <spread>0,.3</spread>
103    <emission-velocity>150,50</emission-velocity>
104    <size>1200</size>
105    <rate>900</rate>
106    <rel-coor>0, 500, -600</rel-coor>
107   </ParticleEmitter>
108  </WorldEntities>
109
110
111  <ParticleEngine>
112   <connect>SnowFlakeEmitter, SnowFlakeSystem</connect>
113  </ParticleEngine>
114
115  <LightManager>
116    <Lights>
117      <Light>
118       <diffuse-color>1,1,1</diffuse-color>
119       <abs-coor>100,100,50</abs-coor>
120      </Light>
121      <ambient-color>1,1,1</ambient-color>
122    </Lights>
123  </LightManager>
124
125  <Track>
126   <Point>0,50,0</Point>
127   <Point>5000,50,0</Point>
128   <Duration>100</Duration>
129   <SavePoint/>
130 </Track>
131</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.