Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 11:11:39 AM (5 years ago)
Author:
pomselj
Message:

We can shoot

Location:
code/branches/OrxoBlox_FS19/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/data/levels/includes/OrxoBloxWeapon.oxi

    r12315 r12368  
    1414        </links>
    1515        <Weapon>
    16           <Asteroids2DWeapon mode=0 munitionpershot=0 delay=0.125 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 0.1, 1.6,-2" projectileMesh="laserbeam.mesh" />
     16          <BallGun mode=0 munitionpershot=0 delay=0.125 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 0.1, 1.6,-2" projectileMesh="laserbeam.mesh" />
    1717        </Weapon>
    1818        <Weapon>
    19           <Asteroids2DWeapon mode=0 munitionpershot=0 delay=0     damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 1.6, 1.3, -2.0" projectileMesh="laserbeam.mesh" />
     19          <BallGun mode=0 munitionpershot=0 delay=0     damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 1.6, 1.3, -2.0" projectileMesh="laserbeam.mesh" />
    2020        </Weapon>
    2121      </WeaponPack>
     
    2727    </weaponpacks>
    2828    <munition>
    29       <LaserMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=10 replenishamount=1 replenishinterval=0.5/>
     29      <BallMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=10 replenishamount=1 replenishinterval=0.5/>
    3030    </munition>
  • code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw

    r12367 r12368  
    4242      <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/sparks2" lifetime=0.01 autostart=0 mainstate=spawn />
    4343    </attached>
     44      <collisionShapes>
     45          <SphereCollisionShape radius="2" />
     46      </collisionShapes>
    4447    <eventlisteners>
    4548      <EventTarget target=hiteffect />
     
    5659        <Model position="0,0,0" mesh="cube_orange.mesh" scale=4.3 />
    5760      </attached>
     61      <collisionShapes>
     62                <BoxCollisionShape halfExtents="4.5, 4.5, 4.5" />
     63      </collisionShapes>
    5864    </OrxoBloxStones>
    5965  </Template>
     
    6369  <Template name=OrxoBloxwall>
    6470    <OrxoBloxWall>
     71            <collisionShapes>
     72                <BoxCollisionShape halfExtents="4.5, 4.5, 4.5" />
     73      </collisionShapes>
    6574    </OrxoBloxWall>
    6675  </Template>
Note: See TracChangeset for help on using the changeset viewer.