Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12216 for code


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

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

Location:
code/branches/Boxhead_FS19/data
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boxhead_FS19/data/defaultConfig/keybindings.ini

    r11704 r12216  
    167167XNeg="scale 1 rotateYaw"
    168168XPos="scale -1 rotateYaw"
    169 YNeg="scale -1 rotatePitch"
    170 YPos="scale 1 rotatePitch"
     169YNeg=
     170YPos=
    171171
  • code/branches/Boxhead_FS19/data/levels/Hover.oxw

    r11495 r12216  
     1<?lua
     2  include("stats.oxo")
     3  include("HUDTemplates3.oxo")
     4  include("templates/lodInformation.oxt")
     5  include("templates/pickupRepresentationTemplates.oxt")
     6
     7?>
     8
     9
     10
     11<?lua
     12  include("HUDTemplates3.oxo")
     13  include("templates/spaceshipSwallow.oxt")
     14  include("templates/spaceshipPirate.oxt")
     15  include("templates/spaceshipEscort.oxt")
     16  include("templates/spaceshipGhost.oxt")
     17  include("templates/spaceshipCollateralDamage.oxt")
     18  include("templates/spaceshipAssff.oxt")
     19  include("templates/spaceshipAssff2.oxt")
     20  include("templates/spaceshipTransporter.oxt")
     21
     22
     23?>
     24
    125<LevelInfo
    226 name = "Hover level"
     
    2852plugins = hover
    2953gametype = Hover
     54
    3055>
    3156  <templates>
     
    80105      pawndesign=spaceshiphover
    81106    />
     107
     108    <SpaceShip position="100,20,100" lookat="50,20,50" name="enemy" health="200" maxhealth="200" initialhealth="200" >
     109                                    <templates>
     110                                            <Template link=spaceshipghost />
     111                                      </templates>
     112                                       <controller>
     113                                          <WaypointPatrolController alertnessradius=2000 team=1 >
     114                                             <waypoints>
     115                                              <Model mesh="cube.mesh" scale=0 position="15500,15500,15500" />
     116
     117                                              </waypoints>
     118                                         
     119                                          </WaypointPatrolController>
     120
     121                                       </controller>
     122                                  </SpaceShip>
    82123   
    83124  </Scene>
  • 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.