Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/christmas.oxw @ 3522

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

data: the bettest world ever:D

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