Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2017, 2:38:03 PM (6 years ago)
Author:
merholzl
Message:

More clean-up, particle fix, deleting unnecessary files, adding quotes

Location:
code/branches/FlappyOrx_HS17/data
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw

    r11620 r11624  
    55 screenshot = "orxonoxArcade.png"
    66/>
    7 <FlappyOrx
    8       spawnDistance=50
    9       Speed = 700 />
     7
    108<?lua
    11   include("includes/notifications.oxi")
    129  include("templates/lodInformation.oxt")
    1310  include("templates/spaceshipFlappyOrx.oxt")
     
    5047            collisionType = dynamic
    5148            linearDamping = 0.8
    52             angularDamping = 0
     49            angularDamping = 1
    5350            scale = "<?lua print(j) ?>"
    5451            collisiondamage = 10000
     
    6057            </attached>
    6158            <collisionShapes>
    62               <SphereCollisionShape radius="<?lua print(j + 5) ?>" />
     59              <SphereCollisionShape radius="<?lua print(j + 7) ?>" />
    6360            </collisionShapes>
    6461          </MovableEntity>
  • code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt

    r11620 r11624  
    2323
    2424  speedBase = 100
    25   speedIncrease = 2
    26   tubeDistanceBase = 300
    27   tubeDistanceIncrease = -3
     25  speedIncrease = 0.5
     26  tubeDistanceBase = 200
     27  tubeDistanceIncrease = -1
    2828
    29   upwardThrust = 200
    30   gravity = 500
     29  upwardThrust = 210
     30  gravity = 700
    3131
    3232  >
    33     <engines>
    34       <MultiStateEngine position=" 7.6, 0, 6" template=spaceshipFlappyOrxengine />
    35       <MultiStateEngine position="-7.6, 0, 0" template=spaceshipFlappyOrxengine />
    36     </engines>
     33   
    3734    <attached>
    3835      <Model position="0,0,0" yaw=180 pitch=90 roll=270 scale=9 mesh="FlappyOrxShip.mesh" />
  • code/branches/FlappyOrx_HS17/data/overlays/FlappyOrxHUD.oxo

    r11600 r11624  
    1 
    2 
     1<Template name="spectatorhud">
     2  <OverlayGroup name = "spectatorhud" scale = "1, 1">
     3  </OverlayGroup>
     4</Template>
    35<Template name="FlappyOrxHUD">
    46  <OverlayGroup name="FlappyOrxHUD" scale = "1, 1">
  • code/branches/FlappyOrx_HS17/data/particle/fire3.particle

    r5781 r11624  
    6565                colour3 0 0 0 0
    6666                time3   1
    67                 colour4 0.5 0.5 0.5 0
    68                 time4   1
    69                 colour5 0.5 0.5 0.5 0
    70                 time5   1
     67               
    7168        }
    7269}
Note: See TracChangeset for help on using the changeset viewer.