Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/spaceshiptemplates3.oxw @ 5269

Last change on this file since 5269 was 5269, checked in by landauf, 15 years ago

backlights

  • Property svn:eol-style set to native
File size: 2.4 KB
Line 
1<Template name=spaceshipassff>
2  <SpaceShip
3   camerapositiontemplate = spaceshipassffcameras
4
5   health            = 100
6   maxhealth         = 200
7   initialhealth     = 100
8
9   maxspeed          = 150
10   maxsecondaryspeed = 50
11   maxrotation       = 100
12   transacc          = 100
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      <!--Light position="0,0,20" diffuse="0,0,1" specular="0,0,1" type=point /-->
19      <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 quadratic=1 />
20      <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 quadratic=1 />
21      <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /-->
22      <Backlight position="0, 0, 0" colour="1.0, 0.0, 0.0, 1.0" width=5 length=200 lifetime=2 elements=20 trailmaterial="Trail/backlighttrail" />
23    </attached>
24  </SpaceShip>
25</Template>
26
27<Template name=spaceshipassffcameras defaults=0>
28  <SpaceShip>
29    <camerapositions>
30      <CameraPosition position="0,10,40" />
31      <CameraPosition position="0,150,-25" pitch=-90 />
32      <CameraPosition position="0,0,-30" yaw=180 />
33      <CameraPosition position="0,3,-14" yaw=0 />
34      <CameraPosition position="-50,5,-8" yaw=-90 />
35      <CameraPosition position="50,5,-8" yaw=90 />
36    </camerapositions>
37  </SpaceShip>
38</Template>
39
40<!--Template name=spaceshippirate>
41  <SpaceShip
42   health            = 100
43   maxhealth         = 200
44   initialhealth     = 100
45
46   maxspeed          = 250
47   maxsecondaryspeed = 50
48   maxrotation       = 100
49   transacc          = 200
50   rotacc            = 140
51   transdamp         = 75
52  >
53    <attached>
54      <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />
55    </attached>
56  </SpaceShip>
57</Template>
58
59<Template name=spaceshipspacecruiser>
60  <SpaceShip
61   health            = 100
62   maxhealth         = 200
63   initialhealth     = 100
64
65   maxspeed          = 250
66   maxsecondaryspeed = 50
67   maxrotation       = 100
68   transacc          = 200
69   rotacc            = 140
70   transdamp         = 75
71  >
72    <attached>
73      <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />
74    </attached>
75  </SpaceShip>
76</Template-->
Note: See TracBrowser for help on using the repository browser.