Page 1 of 1

Charger Weapons

Posted: Wed Oct 01, 2014 7:53 pm
by Metzelmax
I cant make charger weapons beyond 3 charges work. It just crashes if it shoots. Same with more shots per charge. Is there something to make it work?

Re: Charger Weapons

Posted: Wed Oct 01, 2014 11:44 pm
by RAD-82
Metzelmax wrote:I cant make charger weapons beyond 3 charges work. It just crashes if it shoots.
Not enough information for me to go on, but I'd suspect the animation isn't properly supporting the fireFrame for each charge. All frames after the chargedFrame get split up for the firing animation of each charge, and you need to make sure the fireFrame is within that. (I feel like I'm wording things poorly.)

The 4-shot Laser Charger.
Image
<chargedFrame>5</chargedFrame>
<fireFrame>6</fireFrame>

The frames after the chargedFrame are split into equal parts, one for each charge. This leaves 3 frames per shot. In this instance, the fireFrame has to be 1, 2, or 3 more than the chargedFrame, or it will crash the game.

Beams cannot be charge weapons.

Metzelmax wrote:Same with more shots per charge.
I believe charge weapons can only have one shot. To increase that, one would have to use a BURST weapon, but the game can't properly handle that either.

Re: Charger Weapons

Posted: Thu Oct 02, 2014 5:54 am
by NarnKar
Wait, really? I checked out that thread, and it doesn't seem to be relevant at all. Giscard was messing around with a LASER type weapon whose shot simply LOOKS like a beam. In addition, Giscard says downthread that the weapon works, but the art doesn't.

On the other hand, it does make intuitive sense: beams only "fire" once, and charge weapons need multiple sets of firing frames.