Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 21, 2019, 3:58:39 PM (6 years ago)
Author:
cwaupoti
Message:

Mouse fixed on horizontal axis, added opponent with halth points, adjusted parameters

Location:
code/branches/Boxhead_FS19/data/levels/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boxhead_FS19/data/levels/templates/spaceshipGhost.oxt

    r11052 r12216  
    2323
    2424   lift = 1;
    25    stallSpeed = 220;
     25   stallSpeed = 100;
    2626
    2727   boostPower            = 30
     
    4545    </attached>
    4646    <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" />
     47      <BoxCollisionShape position="0,-2 ,7" halfExtents="7, 4 ,30" />
    5348    </collisionShapes>
    5449    <explosion >
     
    6459    </explosion>
    6560<?lua
    66   include("../includes/weaponSettingsGhost.oxi")
     61  include("../includes/weaponSettingsHover.oxi")
    6762?>
    6863  </SpaceShip>
     
    8378   boostfactor    = 2
    8479
    85    speedfront     = 600
     80   speedfront     =  25
    8681   speedback      =  50
    8782   speedleftright =  50
    88    speedupdown    =  50
     83   speedupdown    =  0
    8984
    9085   accelerationfront     = 1000
  • code/branches/Boxhead_FS19/data/levels/templates/spaceshipHover.oxt

    r11495 r12216  
    2727   stallSpeed = 220;
    2828
    29    boostPower            = 10
     29   boostPower            = 30
    3030   boostPowerRate        = 1
    3131   boostRate             = 5
     
    6161
    6262<?lua
    63   include("../includes/weaponSettingsHover.oxi")
     63  include("../includes/weaponSettingsHeartAttack.oxi")
    6464?>
    6565  </SpaceShip>
     
    7979   boostfactor    = 2
    8080
    81    speedfront     = 90
    82    speedback      =  40
    83    speedleftright =  40
    84    speedupdown    =  40
     81   speedfront     =   90
     82   speedback      =   90
     83   speedleftright =   90
     84   speedupdown    =   0
    8585
    86    accelerationfront     = 500
    87    accelerationbrake     = 500
    88    accelerationback      =  125
    89    accelerationleftright =  125
    90    accelerationupdown    =  125
     86   accelerationfront     =  500
     87   accelerationbrake     =  500
     88   accelerationback      =  500
     89   accelerationleftright =  500
     90   accelerationupdown    =  0
    9191  >
    9292    <EffectContainer condition="not idle">
Note: See TracChangeset for help on using the changeset viewer.