Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/contentcreation/pps/MichiVonKaenel/levels/moonstation.oxw @ 4793

Last change on this file since 4793 was 4793, checked in by vkaenemi, 17 years ago

first add of the moonstation

File size: 2.8 KB
Line 
1<WorldDataFile>
2  <name>Moon Station</name>
3
4  <WorldEntities>
5
6    <BspEntity>
7      <Name>levels/maps/moonstation/moonstation.bsp</Name>
8    </BspEntity>
9       
10        <Spectator>
11      <name>Ghost</name>
12      <allowGhost>1</allowGhost>
13    </Spectator>
14       
15    <SkyBox>
16      <name>Sky</name>
17      <Materialset>textures/sky/simple_space</Materialset>
18      <Size>3072</Size>
19    </SkyBox>
20       
21    <FPSPlayer>
22      <name>Player</name>
23      <model>models/creatures/doom_male/male.md2, 9</model>
24      <abs-coor>400,188,71</abs-coor><!-- Radiant: Y,Z,X -->
25<!--      <model>models/creatures/droidika.md2, 10</model>
26      <md2texture>droidika.png</md2texture> -->
27    </FPSPlayer>
28
29    <Mover>
30      <name>door_sleepingroom_l</name>
31      <model>models/doors/door_small_b.obj, 6.2</model><!-- modelpath, size -->
32      <abs-dir>1.57, 0, 1, 0</abs-dir><!-- Pi,,Y-Axis-Rotation, -->
33      <abs-coor>405.5, 160, 175</abs-coor>
34      <rel-target-coor>31, 0, 0</rel-target-coor>
35      <action-time>0.6</action-time>
36      <action-radius>50.0</action-radius>
37      <opening-sound>sounds/doors/door_opening2.wav</opening-sound>
38      <closing-sound>sounds/doors/door_opening2.wav</closing-sound>
39      <closed-sound>sounds/doors/door_closed2.wav</closed-sound>
40    </Mover>
41    <Mover>
42      <name>door_sleepingroom_r</name>
43      <model>models/doors/door_small_b.obj, 6.2</model><!-- modelpath, size -->
44      <abs-dir>1.57, 0, -1, 0</abs-dir><!-- Pi,,Y-Axis-Rotation, -->
45      <abs-coor>362, 160, 175</abs-coor>
46      <rel-target-coor>-31, 0, 0</rel-target-coor>
47      <action-time>0.6</action-time>
48      <action-radius>50.0</action-radius>
49    </Mover>
50   
51<!-- Particles ------------------------------------------------------ -->
52        <SpriteParticles>
53      <name>Steam in sleeping room</name>
54      <type>sprite</type>
55      <texture>steam01.png</texture>
56      <max-count>50</max-count>
57      <life-span>2, 5</life-span>
58      <radius>0.0, 15.0, 20.0</radius>
59      <radius>0.2, 20.0, 25.0</radius>
60      <radius>1.0, 25.0, 30.0</radius>
61      <mass>1.0, 0.3, .2</mass>
62      <color>0,1, 1, 1,.5</color>
63      <color>.5, .6, .6, .6, .2</color>
64      <color>1, .0, .0, .0, .0</color>
65      <precache>5</precache>
66      <emitters>
67        <PlaneEmitter>
68          <name>SteamEmitter</name>
69          <rel-coor>382, 210, 255</rel-coor>
70          <rel-dir>3.1412, 0, 0, 1</rel-dir>
71          <spread>0.0, 1</spread>
72          <emission-velocity>10, 30</emission-velocity>
73          <size>8, 15</size>
74          <rate>7</rate>
75        </PlaneEmitter>
76      </emitters>
77    </SpriteParticles>
78  </WorldEntities>
79
80  <LightManager>
81    <Lights>
82      <Light>
83       <diffuse-color>1,1,1</diffuse-color>
84       <abs-coor>0,0,0</abs-coor>
85      </Light>
86    </Lights>
87    <ambient-color>1,1,1</ambient-color>
88  </LightManager>
89
90</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.