Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/christmas.oxw @ 3521

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

data: more world

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