Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/spaceshiptemplates_presentation.oxw @ 5356

Last change on this file since 5356 was 5356, checked in by rgrieder, 15 years ago

added level files for presentation.

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