Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

backlights…

  • Property svn:eol-style set to native
File size: 2.6 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 scale=0.4 name=bltest position="7.6, 0, 6" colour="0.2, 0.65, 1.0, 1.0" width=15 length=1000 lifetime=3 elements=30 trailmaterial="Trail/backlighttrail" turnofftime=2 material="Flares/ThrusterFlare1" />
23      <Backlight scale=0.4 name=bltest position="-7.6, 0, 6" colour="0.2, 0.65, 1.0, 1.0" width=15 length=1000 lifetime=3 elements=30 trailmaterial="Trail/backlighttrail" turnofftime=2 material="Flares/ThrusterFlare1" />
24    </attached>
25  </SpaceShip>
26</Template>
27
28<Template name=spaceshipassffcameras defaults=0>
29  <SpaceShip>
30    <camerapositions>
31      <CameraPosition position="0,10,40" />
32      <CameraPosition position="0,150,-25" pitch=-90 />
33      <CameraPosition position="0,0,-30" yaw=180 />
34      <CameraPosition position="0,3,-14" yaw=0 />
35      <CameraPosition position="-50,5,-8" yaw=-90 />
36      <CameraPosition position="50,5,-8" yaw=90 />
37    </camerapositions>
38  </SpaceShip>
39</Template>
40
41<!--Template name=spaceshippirate>
42  <SpaceShip
43   health            = 100
44   maxhealth         = 200
45   initialhealth     = 100
46
47   maxspeed          = 250
48   maxsecondaryspeed = 50
49   maxrotation       = 100
50   transacc          = 200
51   rotacc            = 140
52   transdamp         = 75
53  >
54    <attached>
55      <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />
56    </attached>
57  </SpaceShip>
58</Template>
59
60<Template name=spaceshipspacecruiser>
61  <SpaceShip
62   health            = 100
63   maxhealth         = 200
64   initialhealth     = 100
65
66   maxspeed          = 250
67   maxsecondaryspeed = 50
68   maxrotation       = 100
69   transacc          = 200
70   rotacc            = 140
71   transdamp         = 75
72  >
73    <attached>
74      <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />
75    </attached>
76  </SpaceShip>
77</Template-->
Note: See TracBrowser for help on using the repository browser.