Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/spaceshiptemplates_physics.oxw @ 5335

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

Physics test file update.

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