Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/fps/data/levels/templates/fps.oxt @ 6867

Last change on this file since 6867 was 6867, checked in by freicy, 14 years ago

commit by cyrill

File size: 2.1 KB
Line 
1<Template name=fps>
2  <FpsPlayer
3   hudtemplate            = spaceshiphud
4   camerapositiontemplate = fpscamera
5 
6   spawnparticlesource    = "Orxonox/fairytwirl"
7   spawnparticleduration  = 3
8   explosionchunks        = 6
9
10   health            = 100
11   maxhealth         = 200
12   initialhealth     = 100
13
14   primaryThrust     = 100;
15   auxilaryThrust    = 30;
16   rotationThrust    = 25;
17
18   collisionType     = "dynamic"
19   mass              = 100
20   linearDamping     = 0.7
21   angularDamping    = 0.9999999
22  >
23 <!--   <attached>
24      <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=4 mesh="assff.mesh" />
25      <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 quadratic=1 />
26      <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 />
27    </attached>
28-->
29    <collisionShapes>
30      <BoxCollisionShape position="0,0,0" halfExtents="100,10,100" />
31    <!--
32      <SphereCollisionShape radius="10" />
33     
34      <BoxCollisionShape position="0,0,0"      halfExtents="10, 3, 5" />
35      <BoxCollisionShape position="13,-1.3,0"  halfExtents="3, 1, 2" />
36      <BoxCollisionShape position="-13,-1.3,0" halfExtents="3, 1, 2" />
37      <BoxCollisionShape position="0,0,7"      halfExtents="3, 2, 2" />
38      <BoxCollisionShape position="0,0.1,-11"  halfExtents="2.2, 1.8, 6" />
39      <BoxCollisionShape position="0,0.1,-19"  halfExtents="1.4, 1, 2" />
40    -->
41    </collisionShapes>
42
43<?lua
44  include("includes/weaponsettings_fps.oxi")
45?>
46  </FpsPlayer>
47</Template>
48
49<Template name=fpscamera defaults=0>
50  <FpsPlayer>
51    <camerapositions>
52      <CameraPosition position="0,0,0" drag=false mouselook=true />
53      <!--CameraPosition position="0,150,-25" pitch=-90 drag=true />
54      <CameraPosition position="0,0,-40" yaw=180 drag=true />
55      <CameraPosition position="0,3,-14" yaw=0 />
56      <CameraPosition position="-50,5,-8" yaw=-90 drag=true />
57      <CameraPosition position="50,5,-8" yaw=90 drag=true /-->
58    </camerapositions>
59  </FpsPlayer>
60</Template>
Note: See TracBrowser for help on using the repository browser.