Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/spaceshiptemplates.oxw @ 5246

Last change on this file since 5246 was 5246, checked in by landauf, 16 years ago

added camerapositions

File size: 1.8 KB
Line 
1<Template name=spaceshipassff>
2  <SpaceShip
3   camerapositiontemplate = spaceshipassffcameras
4
5   health            = 100
6   maxhealth         = 200
7   initialhealth     = 100
8
9   maxspeed          = 250
10   maxsecondaryspeed = 50
11   maxrotation       = 100
12   transacc          = 200
13   rotacc            = 140
14   transdamp         = 75
15  >
16    <attached>
17      <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=4 mesh="assff.mesh" />
18    </attached>
19  </SpaceShip>
20</Template>
21
22<Template name=spaceshipassffcameras>
23  <SpaceShip>
24    <camerapositions>
25      <CameraPosition position="0,10,40" />
26      <CameraPosition position="0,150,-25" pitch=-90 />
27      <CameraPosition position="0,0,-30" yaw=180 />
28      <CameraPosition position="0,3,-14" yaw=0 />
29      <CameraPosition position="-50,5,-8" yaw=-90 />
30      <CameraPosition position="50,5,-8" yaw=90 />
31    </camerapositions>
32  </SpaceShip>
33</Template>
34
35<!--Template name=spaceshippirate>
36  <SpaceShip
37   health            = 100
38   maxhealth         = 200
39   initialhealth     = 100
40
41   maxspeed          = 250
42   maxsecondaryspeed = 50
43   maxrotation       = 100
44   transacc          = 200
45   rotacc            = 140
46   transdamp         = 75
47  >
48    <attached>
49      <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />
50    </attached>
51  </SpaceShip>
52</Template>
53
54<Template name=spaceshipspacecruiser>
55  <SpaceShip
56   health            = 100
57   maxhealth         = 200
58   initialhealth     = 100
59
60   maxspeed          = 250
61   maxsecondaryspeed = 50
62   maxrotation       = 100
63   transacc          = 200
64   rotacc            = 140
65   transdamp         = 75
66  >
67    <attached>
68      <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />
69    </attached>
70  </SpaceShip>
71</Template-->
Note: See TracBrowser for help on using the repository browser.