Very straightforward, Mrrazerwolf. You created a great first gun.
Im using a chargegun which is giving me fits. I tried changing the y offset for the mount and the guns all disappeared. lol. So I changed it back. lol, voodoo magic. Oh well, Ill tackle that later.
Here's the problem Im running into, as Ive got the weapon to show up, but I cant get the black bars to charge up... I have two .png files, one is the animation of the gun, the other is the green charge status as it charges its 6 shots.
Here's the code, and I dont know what boost does. I think I need to add another animation to it to make the charge work, but I dont know how to combine them. Do you?
Code: Select all
<animSheet name="chargelaser6" w="1300" h="48" fw="50" fh="48">weapons/laser_charger6_base.png</animSheet>
<weaponAnim name="chargelaser6">
<sheet>chargelaser6</sheet>
<desc length="26" x="0" y="0"/>
<chargedFrame>7</chargedFrame>
<fireFrame>8</fireFrame>
<firePoint x="33" y="16"/>
<mountPoint x="8" y="37"/>
<boost></boost>
</weaponAnim>

