Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/christmas.oxw @ 3528

Last change on this file since 3528 was 3528, checked in by patrick, 18 years ago

pogo bunny added

File size: 5.1 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>-100,-3,-200</abs-coor>
43      <abs-dir>-1,0,0</abs-dir>
44      <md2texture>soundwave.png</md2texture>
45      <model>models/creatures/soundwave.md2</model>
46      <md2animation>10</md2animation>
47    </TestEntity>
48    <TestEntity>
49      <abs-coor>-22,-0,-74</abs-coor>
50      <abs-dir>180,0,0</abs-dir>
51      <md2texture>centaur.png</md2texture>
52      <model>models/creatures/centaur.md2</model>
53      <md2animation>10</md2animation>
54    </TestEntity>
55    <TestEntity>
56      <abs-coor>-10,0,4</abs-coor>
57      <md2texture>frosty.png</md2texture>
58      <model>models/creatures/frosty.md2</model>
59    </TestEntity>
60    <TestEntity>
61      <abs-coor>-12,0,7</abs-coor>
62      <md2texture>pogo_bunny.png</md2texture>
63      <model>models/creatures/pogo_buny.md2</model>
64    </TestEntity>
65    <TestEntity>
66      <abs-coor>0,0,-80</abs-coor>
67      <abs-dir>-90,0,0</abs-dir>
68      <md2texture>quigon.png</md2texture>
69      <model>models/creatures/quigon.md2</model>
70      <md2animation>7</md2animation>
71    </TestEntity>
72     <TestEntity>
73      <abs-coor>-223,-7,-280</abs-coor>
74      <abs-dir>-90,0,0</abs-dir>
75      <md2texture>faerie.png</md2texture>
76      <model>models/creatures/faerie.md2</model>
77      <md2animation>0</md2animation>
78    </TestEntity>
79    <TestEntity>
80      <abs-coor>-235,-7,-274</abs-coor>
81      <abs-dir>90,0,0</abs-dir>
82      <md2texture>faerie.png</md2texture>
83      <model>models/creatures/faerie.md2</model>
84      <md2animation>9</md2animation>
85    </TestEntity>
86    <TestEntity>
87      <abs-coor>-225,-7,-275</abs-coor>
88      <abs-dir>180,0,0</abs-dir>
89      <md2texture>faerie.png</md2texture>
90      <model>models/creatures/faerie.md2</model>
91      <md2animation>8</md2animation>
92    </TestEntity>
93    <TestEntity>
94      <abs-coor>-205,-7,-265</abs-coor>
95      <abs-dir>180,0,0</abs-dir>
96      <md2texture>doom_guy.png</md2texture>
97      <model>models/creatures/doom_guy.md2</model>
98      <md2animation>8</md2animation>
99    </TestEntity>
100    <TestEntity>
101      <abs-coor>-205,-7,-280</abs-coor>
102      <abs-dir>-90,0,0</abs-dir>
103      <md2texture>doom_guy.png</md2texture>
104      <model>models/creatures/doom_guy.md2</model>
105      <md2animation>8</md2animation>
106    </TestEntity>
107
108
109
110   
111
112
113
114    <SkyBox>
115     <name>Sky</name>
116     <Materialset>pictures/sky/simplesky</Materialset>
117     <Size>10000</Size>
118    </SkyBox>
119
120    <Terrain>
121      <name>HardCore</name>
122      <model>models/environments/christmas.obj</model>
123      <vegetation>models/environments/christmas_vegetation.obj</vegetation>
124      <abs-coor>0,-10,100</abs-coor>
125    </Terrain>
126
127
128   <ParticleSystem>
129     <name>SnowFlakeSystem</name>
130     <type>sprite</type>
131     <texture>snow_flake_01_32x32.png</texture>
132     <max-count>10000</max-count>
133     <life-span>8, 2</life-span>
134     <radius>0.0, 5.0, 10.0</radius>
135     <radius>0.2, 5.0, 10</radius>
136     <radius>1.0, 5.0, 10</radius>
137     <mass>0, 1.0, .3</mass>
138     <color>0,1, 1, 1,.5</color>
139     <color>.5, .6, .6, .6, .2</color>
140     <color>1, .0, .0, .0, .0</color>
141   </ParticleSystem>
142   <ParticleEmitter>
143    <name>SnowFlakeEmitter</name>
144    <emission-direction>0,-1,0</emission-direction>
145    <type>plane</type>
146    <spread>0,.3</spread>
147    <emission-velocity>150,50</emission-velocity>
148    <size>1200</size>
149    <rate>900</rate>
150    <rel-coor>0, 500, -600</rel-coor>
151   </ParticleEmitter>
152  </WorldEntities>
153
154
155  <ParticleEngine>
156   <connect>SnowFlakeEmitter, SnowFlakeSystem</connect>
157  </ParticleEngine>
158
159  <LightManager>
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.