I'll just go through what I've found. Take the ion-blaster for example. It have got these entries:
Code: Select all
<animSheet name="ion_1" w="240" h="50" fw="30" fh="50">weapons/ion_1_strip8.png</animSheet>
Code: Select all
<weaponAnim name="ion_1">
<sheet>ion_1</sheet>
<desc length="8" x="0" y="0"/>
<chargedFrame>1</chargedFrame>
<fireFrame>5</fireFrame>
<firePoint x="17" y="7"/>
<mountPoint x="9" y="35"/>
<chargeImage>weapons/ion_1_glow.png</chargeImage>
</weaponAnim>
These however seem to control the actual bullets that I would want to change:
Code: Select all
<animSheet name="ion_1_shot" w="192" h="24" fw="24" fh="24">weapons/ion_1_shot_strip8.png</animSheet>
<anim name="ion_1_shot">
<sheet>ion_1_shot</sheet>
<desc length="8" x="0" y="0"/>
<time>0.3</time>
</anim>
Changing the values in the second tag doesn't seem to do anything. "desc" seem to incadicate it've got something to do with the placement and time the description for the gun stay but I didn't notice any difference.
Anyway, just thought I'd check. The real question perhaps is if anyone have seen a gun that doesn't fire in a straight line from left to right. If there isn't it really makes no sense that you could change something like it. Just going through the file it doesn't seem like there are.