Jump to content

Recommended Posts

Can't add second transmission ratio for vehicle:
 

class complexGearbox
        {
            GearboxRatios[] = {"R1", -4.97, "N", 0, "D1", 4.15, "D2", 2.86, "D3", 1.92, "D4", 1.35, "D5", 0.83, "D6", 0.63};
            TransmissionRatios[] = {"High", 8.53, "Low", 5};
            gearBoxMode = "auto";
            moveOffGear = 1;
            driveString = "D";
            neutralString = "N";
            reverseString = "R";
            transmissionDelay = 1;
        };

 

Nothing changes and can't find any hotkey's records. Syntax?

Share this post


Link to post
Share on other sites

Unfortunately Arma 3 only supports one transmission ratio.

  • Sad 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×