Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 4, 2016, 11:54:04 PM (9 years ago)
Author:
fvultier
Message:

A few modifications in the weapon system: WeaponModes may play a reload sound now. Fireing Sounds of WeaponModes may overlap now. New weapon: FlameGun, a flame thrower for close combat (e.g. for the FPS player)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/includes/weaponSettingsFPS.oxi

    r11052 r11108  
    1010      <WeaponSet firemode=0 />
    1111      <WeaponSet firemode=1 />
     12      <WeaponSet firemode=2 />
    1213    </weaponsets>
    1314    <weaponpacks>
     
    1920        </links>
    2021        <Weapon>
    21           <HsW01 mode=0 munitionpershot=0 delay=0.0 damage=2.5 material="Flares/point_lensflare" muzzleoffset=" 0.7, -0.3, -3" />
    22           <LightningGun mode=1 muzzleoffset="0,0,0" damage=3.14159 shielddamage=20/>
     22          <HsW01 mode=0 munitionpershot=0 delay=0.0 damage=2.5 material="Flares/point_lensflare" muzzleoffset="0.7,-0.3,-3" />
     23          <FlameGun mode=1 munitionpershot=1 damage=0.5 muzzleoffset="0.7,-0.3,-3"/>
     24          <LightningGun mode=2 muzzleoffset="0,0,0" damage=3.14159 shielddamage=20/>
    2325        </Weapon>
    24         <LaserGun
    25             position="0,0,0"
    26             munitionType="LaserGunMunition"
    27             bulletLoadingTime="0.2"
    28             magazineLoadingTime="5.0"
    29             speed="1000"
    30             unlimitedMunition=true
    31         />
    32         <!--LaserGun
    33             position="0,0,0"
    34             munitionType="LaserGunMunition"
    35             bulletLoadingTime="0.2"
    36             magazineLoadingTime="5.0"
    37             speed="1250"
    38             unlimitedMunition=true
    39         />
    40       </WeaponPack>
    41       <WeaponPack firemode=1>
    42         <Fusion
    43             position="0,0,0"
    44             munitionType="FusionMunition"
    45             bulletLoadingTime="0.3"
    46             magazineLoadingTime="3"
    47             speed="600"
    48             unlimitedMunition=true
    49         /-->
    5026      </WeaponPack>
    5127    </weaponpacks>
    5228    <munition>
    5329      <LaserMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=5 replenishamount=1 replenishinterval=7.5/>
     30      <FlameMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=20/>
    5431      <LightningMunition initialmagazines=2 maxmagazines=2 munitionpermagazine=8 />
    5532    </munition>
Note: See TracChangeset for help on using the changeset viewer.