Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/levels/blinktest.oxw @ 4712

Last change on this file since 4712 was 4712, checked in by stefalie, 17 years ago
File size: 2.4 KB
RevLine 
[4669]1<WorldDataFile>
[4692]2  <name>Lienis Segfault Lvl</name>
[4669]3
4  <LoadScreen>
5    <BackgroundImage>textures/load_screens/ambush.png</BackgroundImage>
6    <ElementCount>16</ElementCount>
7    <BackgroundPS>0,0,1.0,1</BackgroundPS>
8    <BarPS>.65,.87,.3,.05</BarPS>
9    <BarImage>textures/load_screens/ambush-loadbar.png</BarImage>
10  </LoadScreen>
11
12  <clip-region>1, 100000</clip-region>
13
14  <WorldEntities>
15
[4686]16    <SkyBox>
17      <name>Sky</name>
18      <Materialset>textures/sky/simple_space</Materialset>
19      <Size>5000</Size>
20    </SkyBox>
[4669]21 
[4686]22    <NPC>
23      <name>pirateTwo</name>
24      <model>models/spaceships/human_spaceship_bomber.obj</model>
25      <mountpoints>models/spaceships/human_spaceship_bomber.oif</mountpoints>
26      <abs-coor>10,0,10</abs-coor>
27    </NPC>
[4703]28    <NPC>
29      <name>pirateTwo</name>
30      <model>models/spaceships/human_spaceship_fighter.obj, 0.2</model>
31      <mountpoints>models/spaceships/human_spaceship_fighter.oif</mountpoints>
32      <abs-coor>10,0,0</abs-coor>
33    </NPC>
[4712]34    <NPC>
35      <name>pirateTwo</name>
36      <model>models/spaceships/noxon_spaceship_scout.obj, 0.2</model>
37      <mountpoints>models/spaceships/noxon_spaceship_scout.oif</mountpoints>
38      <abs-coor>-10,0,0</abs-coor>
39    </NPC>
[4686]40    <Building>
[4669]41      <name>zhara</name>
42      <model>models/space_stations/ZHARA_Space_Station.obj, 4</model>
43      <mountpoints>models/space_stations/ZHARA_Space_Station.oif</mountpoints>
[4690]44      <abs-dir>3,1 , 0, 0</abs-dir>
[4669]45      <abs-coor>100,0,0</abs-coor>
[4686]46    </Building>
[4669]47
48    <NPC>
49      <name>pirateTwo</name>
50      <model>models/spaceships/pirates_spaceship_ragnar.obj,0.3</model>
51      <mountpoints>models/spaceships/pirates_spaceship_ragnar.oif</mountpoints>
[4690]52      <abs-dir>3,0 , 1, 0</abs-dir>
[4669]53      <abs-coor>0, 10, 0</abs-coor>
54    </NPC>
55   
56    <Hover>
57      <name>asdf</name>
58      <abs-coor>0,0,0</abs-coor>
59    </Hover>
60
61  </WorldEntities>
62
63  <Music>music/tower01.ogg</Music>
64
65  <LightManager>
66    <ambient-color>1,1,1</ambient-color>
67    <Lights>
[4712]68      <Light>
[4669]69      <diffuse-color>1,1,1</diffuse-color>
70      <abs-coor>100,100,50</abs-coor>
71      </Light>
72      <Light>
73      <diffuse-color>1,1,1</diffuse-color>
74      <abs-coor>-100,0,100</abs-coor>
[4712]75      </Light>
[4669]76      <Light>
77      <diffuse-color>1,1,1</diffuse-color>
[4712]78      <abs-coor>0,50,0</abs-coor>
[4669]79      </Light>
80    </Lights>
81  </LightManager>
82
83</WorldDataFile>
84
85
Note: See TracBrowser for help on using the repository browser.