Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/worlds/christmas.oxw @ 3625

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

orxonox/trunk: level's LoadImage is loadable within the level instead of the Campaign file

File size: 5.2 KB
RevLine 
[3502]1<WorldDataFile>
[3625]2  <name>Christmas</name>
3  <menu-entry>1</menu-entry>
4  <menu-item-image>pictures/menu/se_christmas_512x128.png</menu-item-image>
5  <screenshoot>pictures/menu/ss_christmas_512x512.png</screenshoot>
6
[3502]7  <LoadScreen>
[3514]8    <BackgroundImage>pictures/load_screen_christmas.png</BackgroundImage>
[3502]9
10    <ElementCount>16</ElementCount>
11    <BackgroundPS>0,0,1.0,1</BackgroundPS>
12    <BarPS>.65,.87,.3,.05</BarPS>
[3514]13    <BarImage>pictures/load_screen_bar_christmas.png</BarImage>
[3502]14  </LoadScreen>
[3568]15
16
[3502]17  <WorldEntities>
18    <MD2Creature>
19      <name>Player</name>
[3518]20      <abs-coor>10,0,10</abs-coor>
[3514]21      <md2texture>droidika.png</md2texture>
[3510]22      <model>models/creatures/droidika.md2</model>
[3502]23    </MD2Creature>
[3585]24    <Hover>
[3523]25      <name>SpaceShip</name>
26      <abs-coor>-319,0,-404</abs-coor>
[3585]27    </Hover>
[3520]28    <Helicopter>
[3523]29     <name>Heli</name>
30     <abs-coor>-0,50,0</abs-coor>
31     </Helicopter>
[3518]32    <TestEntity>
33      <abs-coor>-40,0,-80</abs-coor>
34      <abs-dir>0,0,20</abs-dir>
35      <md2texture>santa_claus.png</md2texture>
36      <model>models/creatures/santa_claus.md2</model>
[3521]37      <md2animation>9</md2animation>
[3518]38    </TestEntity>
39    <TestEntity>
[3522]40      <abs-coor>-20,0,-80</abs-coor>
41      <abs-dir>-30,0,0</abs-dir>
42      <md2texture>ogro.png</md2texture>
43      <model>models/creatures/ogro.md2</model>
44      <md2animation>10</md2animation>
45    </TestEntity>
[3524]46   <TestEntity>
47      <abs-coor>-100,-3,-200</abs-coor>
48      <abs-dir>-1,0,0</abs-dir>
49      <md2texture>soundwave.png</md2texture>
50      <model>models/creatures/soundwave.md2</model>
51      <md2animation>10</md2animation>
52    </TestEntity>
[3522]53    <TestEntity>
[3524]54      <abs-coor>-22,-0,-74</abs-coor>
55      <abs-dir>180,0,0</abs-dir>
56      <md2texture>centaur.png</md2texture>
57      <model>models/creatures/centaur.md2</model>
58      <md2animation>10</md2animation>
59    </TestEntity>
60    <TestEntity>
[3518]61      <abs-coor>-10,0,4</abs-coor>
62      <md2texture>frosty.png</md2texture>
63      <model>models/creatures/frosty.md2</model>
64    </TestEntity>
[3524]65    <TestEntity>
[3528]66      <abs-coor>-12,0,7</abs-coor>
67      <md2texture>pogo_bunny.png</md2texture>
68      <model>models/creatures/pogo_buny.md2</model>
69    </TestEntity>
70    <TestEntity>
[3526]71      <abs-coor>0,0,-80</abs-coor>
[3524]72      <abs-dir>-90,0,0</abs-dir>
73      <md2texture>quigon.png</md2texture>
74      <model>models/creatures/quigon.md2</model>
75      <md2animation>7</md2animation>
76    </TestEntity>
[3518]77     <TestEntity>
[3521]78      <abs-coor>-223,-7,-280</abs-coor>
79      <abs-dir>-90,0,0</abs-dir>
[3518]80      <md2texture>faerie.png</md2texture>
81      <model>models/creatures/faerie.md2</model>
[3521]82      <md2animation>0</md2animation>
[3518]83    </TestEntity>
[3521]84    <TestEntity>
85      <abs-coor>-235,-7,-274</abs-coor>
86      <abs-dir>90,0,0</abs-dir>
87      <md2texture>faerie.png</md2texture>
88      <model>models/creatures/faerie.md2</model>
89      <md2animation>9</md2animation>
90    </TestEntity>
91    <TestEntity>
92      <abs-coor>-225,-7,-275</abs-coor>
[3522]93      <abs-dir>180,0,0</abs-dir>
[3521]94      <md2texture>faerie.png</md2texture>
95      <model>models/creatures/faerie.md2</model>
96      <md2animation>8</md2animation>
97    </TestEntity>
[3524]98    <TestEntity>
99      <abs-coor>-205,-7,-265</abs-coor>
100      <abs-dir>180,0,0</abs-dir>
101      <md2texture>doom_guy.png</md2texture>
102      <model>models/creatures/doom_guy.md2</model>
103      <md2animation>8</md2animation>
104    </TestEntity>
105    <TestEntity>
106      <abs-coor>-205,-7,-280</abs-coor>
107      <abs-dir>-90,0,0</abs-dir>
108      <md2texture>doom_guy.png</md2texture>
109      <model>models/creatures/doom_guy.md2</model>
110      <md2animation>8</md2animation>
111    </TestEntity>
[3520]112
[3521]113
[3523]114
[3524]115
[3502]116    <SkyBox>
117     <name>Sky</name>
[3510]118     <Materialset>pictures/sky/simplesky</Materialset>
[3502]119     <Size>10000</Size>
120    </SkyBox>
121
122    <Terrain>
123      <name>HardCore</name>
[3512]124      <model>models/environments/christmas.obj</model>
125      <vegetation>models/environments/christmas_vegetation.obj</vegetation>
126      <abs-coor>0,-10,100</abs-coor>
[3502]127    </Terrain>
128
129
[3568]130   <SpriteParticles>
[3503]131     <name>SnowFlakeSystem</name>
132     <type>sprite</type>
133     <texture>snow_flake_01_32x32.png</texture>
[3515]134     <max-count>10000</max-count>
135     <life-span>8, 2</life-span>
[3503]136     <radius>0.0, 5.0, 10.0</radius>
137     <radius>0.2, 5.0, 10</radius>
138     <radius>1.0, 5.0, 10</radius>
139     <mass>0, 1.0, .3</mass>
140     <color>0,1, 1, 1,.5</color>
141     <color>.5, .6, .6, .6, .2</color>
142     <color>1, .0, .0, .0, .0</color>
[3574]143     <precache>5</precache>
[3568]144     <emitters>
[3585]145      <PlaneEmitter>
[3568]146        <name>SnowFlakeEmitter</name>
[3594]147        <rel-coor>0, 500, -600</rel-coor>
148        <rel-dir>3.1412, 0, 0, 1</rel-dir>
[3568]149        <spread>0,.3</spread>
150        <emission-velocity>150,50</emission-velocity>
[3594]151        <size>1200, 1200</size>
[3568]152        <rate>900</rate>
[3585]153      </PlaneEmitter>
[3568]154     </emitters>
155  </SpriteParticles>
156
[3518]157  </WorldEntities>
[3503]158
159  <LightManager>
[3502]160    <Lights>
161      <Light>
162       <diffuse-color>1,1,1</diffuse-color>
163       <abs-coor>100,100,50</abs-coor>
164      </Light>
165      <ambient-color>1,1,1</ambient-color>
166    </Lights>
167  </LightManager>
168
169  <Track>
170   <Point>0,50,0</Point>
171   <Point>5000,50,0</Point>
172   <Duration>100</Duration>
173   <SavePoint/>
174 </Track>
175</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.