Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/levels/sp_cutscene_intro.oxw @ 4660

Last change on this file since 4660 was 4660, checked in by wenners, 17 years ago

texture and gui fixes

File size: 7.8 KB
Line 
1<WorldDataFile>
2  <name>Cut Scene</name>
3  <description>This is the intro.</description>
4  <screenshoot>textures/menu/Scienceproject_512x512.jpg</screenshoot>
5
6  <LoadScreen>
7    <BackgroundImage>textures/load_screens/ambush.png</BackgroundImage>
8    <ElementCount>16</ElementCount>
9    <BackgroundPS>0,0,1.0,1</BackgroundPS>
10    <BarPS>.65,.87,.3,.05</BarPS>
11    <BarImage>textures/load_screens/ambush-loadbar.png</BarImage>
12  </LoadScreen>
13
14  <clip-region>1, 100000</clip-region>
15
16  <WorldEntities>
17       
18       <ScrollingScreen>
19          <name>Credits Scroller</name>
20          <setSpeed>0.013</setSpeed>
21          <setHeight>0.2</setHeight>
22          <setSizeX>30</setSizeX>
23          <texture>textures/txt_intro.png</texture>
24        </ScrollingScreen>
25
26        <SkyBox>
27          <name>Sky</name>
28          <Materialset>textures/sky/simple_space</Materialset>
29          <Size>5000</Size>
30        </SkyBox>
31
32        <NPC>
33          <name>shutleOne</name>
34          <model>models/spaceships/human_spaceship_fighter.obj,0.2</model>
35          <Track>
36            <mode>1</mode>
37            <speed>10</speed>
38             <addPoint>610, 0, -25</addPoint>
39             <addPoint>-1000,0,-25</addPoint>
40          </Track>
41        </NPC>
42
43        <NPC>
44          <name>bomberOne</name>
45          <model>models/spaceships/human_spaceship_bomber.obj,1.2</model>
46          <abs-dir> 0,0,1,0 </abs-dir>
47          <Track>
48            <mode>1</mode>
49            <speed>13</speed>
50             <addPoint>-410,10,-170</addPoint>
51             <addPoint>1000,10,-170</addPoint>
52          </Track>
53        </NPC>
54
55        <NPC>
56          <name>fighterOne</name>
57          <model>models/spaceships/human_spaceship_fighter.obj,0.5</model>
58          <abs-dir> 0,0,1,0 </abs-dir>
59          <Track>
60            <mode>1</mode>
61            <speed>13</speed>
62             <addPoint>-360,10,-170</addPoint>
63             <addPoint>1000,10,-170</addPoint>
64          </Track>
65        </NPC>
66
67        <NPC>
68          <name>bomberTwo</name>
69          <model>models/spaceships/human_spaceship_bomber.obj,1,2</model>
70          <abs-dir> 0,0,1,0 </abs-dir>
71          <Track>
72            <mode>1</mode>
73            <speed>13</speed>
74             <addPoint>-475,-5,-160</addPoint>
75             <addPoint>1000,-5,-160</addPoint>
76          </Track>
77        </NPC>
78
79        <NPC>
80          <name>fighterTwo</name>
81          <model>models/spaceships/human_spaceship_fighter.obj,0.5</model>
82          <abs-dir> 0,0,1,0 </abs-dir>
83          <Track>
84            <mode>1</mode>
85            <speed>13</speed>
86             <addPoint>-390,-5,-160</addPoint>
87             <addPoint>1000,-5,-160</addPoint>
88          </Track>
89        </NPC>
90
91        <NPC>
92          <name>pirateOne</name>
93          <model>models/spaceships/pirates_spaceship_fighter.obj,0.3</model>
94          <abs-dir> 0,0,1,0 </abs-dir>
95          <Track>
96            <mode>1</mode>
97            <speed>12.8</speed>
98             <addPoint>3,2,-730</addPoint>
99             <addPoint>3,2,100</addPoint>
100             <addPoint>3,2,150</addPoint>
101             <addPoint>7,2,200</addPoint>
102             <addPoint>15,5,500</addPoint>
103
104          </Track>
105        </NPC>
106
107
108        <NPC>
109          <name>pirateTwo</name>
110          <model>models/spaceships/pirates_spaceship_ragnar.obj,0.3</model>
111          <abs-dir> 0,0,1,0 </abs-dir>
112          <Track>
113            <mode>1</mode>
114            <speed>11.8</speed>
115             <addPoint>80,0,-120</addPoint>
116             <addPoint>75,0,-200</addPoint>
117             <addPoint>70,2,-250</addPoint>
118             <addPoint>65,5,-300</addPoint>
119
120          </Track>
121        </NPC>
122
123        <NPC>
124          <name>fighterThree</name>
125          <model>models/spaceships/human_spaceship_fighter.obj,0.3</model>
126          <abs-dir> 0,0,1,0 </abs-dir>
127          <Track>
128            <mode>1</mode>
129            <speed>11.2</speed>
130             <addPoint>80,3,-100</addPoint>
131             <addPoint>75,3,-200</addPoint>
132             <addPoint>70,5,-250</addPoint>
133             <addPoint>65,8,-300</addPoint>
134          </Track>
135         <weapon-config> 0 </weapon-config>
136        </NPC>
137
138
139         <NPC>
140          <name>bomberThree</name>
141          <model>models/spaceships/human_spaceship_bomber.obj,1.2</model>
142          <abs-dir> 0,0,1,0 </abs-dir>
143          <Track>
144            <mode>1</mode>
145            <speed>6.4</speed>
146            <addPoint>-10,0,200</addPoint>
147            <addPoint>-10,0,150</addPoint>
148            <addPoint>-10,-5,100</addPoint>
149            <addPoint>-10,-5,-2650</addPoint>
150          </Track>
151
152         </NPC>
153
154
155         <NPC>
156          <name>bomberFour</name>
157          <model>models/spaceships/human_spaceship_bomber.obj,1.2</model>
158          <abs-dir> 0,0,1,0 </abs-dir>
159          <Track>
160            <mode>1</mode>
161            <speed>6.4</speed>
162            <addPoint>10,385,-50</addPoint>
163            <addPoint>10,0,-10</addPoint>
164            <addPoint>10,-100,30</addPoint>
165            <addPoint>10,-200,70</addPoint>
166          </Track>
167
168         </NPC>
169
170
171
172        <Planet>
173            <name>Earth</name>
174            <size>175</size>
175            <abs-coor>-75, 0, 300</abs-coor>
176          <abs-dir>3.1412, 0,0,1</abs-dir>
177          <abs-dir>0.5, 0,1,0</abs-dir>
178            <texture>textures/planets/earth_no_clouds.jpg</texture>
179            <cloud-texture>textures/planets/halo.png</cloud-texture>
180          </Planet>
181
182        <Planet>
183         <name>Moon</name>
184         <texture>textures/planets/pluto.png</texture>
185         <size>25</size>
186         <abs-coor> 100, 0 , -225</abs-coor>
187         <abs-dir>3.1412, 0,1,0</abs-dir>
188        </Planet>
189
190        <Building>
191          <name>zhara</name>
192          <model>models/space_stations/ZHARA_Space_Station.obj, 2</model>
193          <mountpoints>models/space_stations/ZHARA_Space_Station.oif</mountpoints>
194          <abs-coor>-150,0,-50</abs-coor>
195          <abs-dir>3.1412, 0,1,0</abs-dir>
196        </Building>
197
198  </WorldEntities>
199
200
201
202  <GraphicsEngine>
203    <GraphicsEffect>
204        <LenseFlare>
205          <name>lense flare</name>
206          <add-flare-texture>textures/lense_flare/sun.png</add-flare-texture>
207          <add-flare-texture>textures/lense_flare/lens2.png</add-flare-texture>
208          <add-flare-texture>textures/lense_flare/lens1.png</add-flare-texture>
209          <add-flare-texture>textures/lense_flare/lens3.png</add-flare-texture>
210          <add-flare-texture>textures/lense_flare/lens4.png</add-flare-texture>
211          <add-flare-texture>textures/lense_flare/lens1.png</add-flare-texture>
212          <add-flare-texture>textures/lense_flare/lens3.png</add-flare-texture>
213        </LenseFlare>
214    </GraphicsEffect>
215  </GraphicsEngine>
216
217
218  <ScriptManager>
219   <Scripts>
220
221    <Script>
222     <file>cutscene/cutscene.lua</file>
223    </Script>
224
225   </Scripts>
226
227  </ScriptManager>
228
229
230  <CameraMan>
231   <name> cameraManager </name>
232   <Cameras>
233    <Camera>
234     <name> CameraOne </name>
235     <Track>
236       <mode>1</mode>
237       <speed>4.6</speed>
238       <addPoint>125,0,-245</addPoint>
239       <addPoint>125,0,-250</addPoint>
240       <addPoint>0,0,-250</addPoint>
241       <addPoint>0,0,-150</addPoint>
242       <addPoint>0,0,-100</addPoint>
243       <addPoint>0,0,0</addPoint>
244       <addPoint>0,0,75</addPoint>
245       <addPoint>0,0,150</addPoint>
246       <addPoint>0,0,200</addPoint>
247     </Track>
248    </Camera>
249
250    <Camera>
251     <name> CameraTwo </name>
252     <abs-coor>500,0,0</abs-coor>
253    </Camera>
254   </Cameras>
255  </CameraMan>
256
257  <Music>music/tower01.ogg</Music>
258
259  <LightManager>
260    <Lights>
261      <Light>
262       <diffuse-color>1,1,1</diffuse-color>
263       <abs-coor>2000, 0, 0</abs-coor>
264      </Light>
265    </Lights>
266    <ambient-color>1,1,1</ambient-color>
267  </LightManager>
268
269</WorldDataFile>
270
271
Note: See TracBrowser for help on using the repository browser.