Hello all! I've been working on getting some functionality to the Recon variant of the new Norwegian RF-5a variant and have set up a "fake" gun to act as a camera so that when you fire the secondary guns, you get a neat "whirring" film projector type sound. I've subsequently set up the camera frame counters on the Recon panel in the cockpit to count down the camera frames as the camera "fires".
Although the counters work just fine as I "fire" the secondary guns, the problem is that the counter dials count back even when I fire the primary guns! How do you get the game to use the GUN_ROUNDS_INDICATOR to refer only to the secondary gun? Here is the cockpit.ini entry for the camera frame counters..
[CameraFrameCounter]
Type=GUN_ROUNDS_INDICATOR => How do I get this parameter to refer only to the secondary gun?
CounterNodeFormat=gun_dial%d
MovementType=ANALOG_COUNTER
Would appreciate some help!