Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2019, 2:45:31 PM (6 years ago)
Author:
wiesep
Message:

Merged Boxhead_FS19

Location:
code/branches/Presentation_FS19
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_FS19

  • code/branches/Presentation_FS19/data/levels/templates/spaceshipGhost.oxt

    r11052 r12410  
    77   explosionchunks        = 6
    88
    9    health            = 30
    10    maxhealth         = 50
    11    initialhealth     = 30
     9   health            = 100
     10   maxhealth         = 100
     11   initialhealth     = 100
     12 
    1213
    13    shieldhealth        = 100
    14    initialshieldhealth = 100
    15    maxshieldhealth     = 150
    16    shieldabsorption    = 0.9
    17    shieldrechargerate  = 3
    18    shieldrechargewaittime = 0.0
    19 
    20    primaryThrust     = 600
    21    auxilaryThrust    = 30
     14   primaryThrust     = 25
     15   auxilaryThrust    = 25
    2216   rotationThrust    = 25
    2317
    2418   lift = 1;
    25    stallSpeed = 220;
     19   stallSpeed = 100;
    2620
    27    boostPower            = 30
    28    boostPowerRate        = 1
    29    boostRate             = 5
    30    boostCooldownDuration = 15
     21
    3122
    3223   shakeFrequency = 20
     
    4536    </attached>
    4637    <collisionShapes>
    47       <BoxCollisionShape position="0,0,0"      halfExtents="10, 3, 5" />
    48       <BoxCollisionShape position="13,-1.3,0"  halfExtents="3, 1, 2" />
    49       <BoxCollisionShape position="-13,-1.3,0" halfExtents="3, 1, 2" />
    50       <BoxCollisionShape position="0,0,7"      halfExtents="3, 2, 2" />
    51       <BoxCollisionShape position="0,0.1,-11"  halfExtents="2.2, 1.8, 6" />
    52       <BoxCollisionShape position="0,0.1,-19"  halfExtents="1.4, 1, 2" />
     38      <BoxCollisionShape position="0,-2 ,7" halfExtents="7, 4 ,30" />
    5339    </collisionShapes>
    5440    <explosion >
     
    6349      <ExplosionPart mesh="WingDebris2.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
    6450    </explosion>
    65 <?lua
     51<!-- <?lua
    6652  include("../includes/weaponSettingsGhost.oxi")
    6753?>
    68   </SpaceShip>
     54 --> </SpaceShip>
    6955</Template>
    7056
     
    8369   boostfactor    = 2
    8470
    85    speedfront     = 600
     71   speedfront     =  50
    8672   speedback      =  50
    8773   speedleftright =  50
    88    speedupdown    =  50
     74   speedupdown    =  0
    8975
    9076   accelerationfront     = 1000
     
    9278   accelerationback      =  100
    9379   accelerationleftright =  100
    94    accelerationupdown    =  100
     80   accelerationupdown    =  0
    9581  >
    9682    <EffectContainer condition="normal or boost">
  • code/branches/Presentation_FS19/data/levels/templates/spaceshipHover.oxt

    r12292 r12410  
    11<Template name=spaceshiphover>
    22  <SpaceShip
    3    hudtemplate            = spaceshiphoverhud
     3   hudtemplate            = spaceshiphud
    44   camerapositiontemplate = spaceshiphovercameras
    55   spawnparticlesource    = "Orxonox/fairytwirl"
     
    2020   primaryThrust     = 200
    2121   auxilaryThrust    = 30
    22    rotationThrust    = 25
     22   rotationThrust    = 20
    2323
    2424   jumpBoost = 90
     
    2727   stallSpeed = 220;
    2828
    29    boostPower            = 10
     29   boostPower            = 30
    3030   boostPowerRate        = 1
    3131   boostRate             = 5
     
    3636   linearDamping     = 0.2
    3737   angularDamping    = 0.9999999
     38   collisiondamage = 20
     39   enablecollisiondamage = true
     40
    3841  >
    3942    <engines>
     
    7982   boostfactor    = 2
    8083
    81    speedfront     = 90
    82    speedback      =  40
    83    speedleftright =  40
    84    speedupdown    =  40
     84   speedfront     =   90
     85   speedback      =   90
     86   speedleftright =   90
     87   speedupdown    =   0
    8588
    86    accelerationfront     = 500
    87    accelerationbrake     = 500
    88    accelerationback      =  125
    89    accelerationleftright =  125
    90    accelerationupdown    =  125
     89   accelerationfront     =  500
     90   accelerationbrake     =  500
     91   accelerationback      =  500
     92   accelerationleftright =  500
     93   accelerationupdown    =  0
    9194  >
    9295    <EffectContainer condition="not idle">
Note: See TracChangeset for help on using the changeset viewer.