Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Flattop on November 14, 2014, 12:48:58 am

Title: Table questions
Post by: Flattop on November 14, 2014, 12:48:58 am
Hi.
My ship model has 1 gun bank, with 4 gun points linked to it.
In-game my ship fires all 4 cannons at once.

 |  |  |  |

 1 2 3 4

What table entry do I edit in order to get the ship to fire each of its cannons individually, one after the other, instead of all simultaneously?

 |
    |
       |
          |
 1 2 3 4
Title: Re: Table questions
Post by: Droid803 on November 14, 2014, 01:03:08 am
It's a weapons.tbl flag "cycle".
This will cause the weapon to alternate between the firepoints instead of firing out of all of them at once.

Since this flag is weapon based, if you want the behaviour ship-based you will need to make a cycling copy of each weapon and assign the appropriate compatibilities, etc.