Profile image

Does anyone know how to make cannon stabilizer for tanks?

14.4k SpetzavodHeavyIndustries  5 months ago

I know u can use gyro and put in on the cannon (yea its working). But its just can only controlled by basic control (like Trim or VTOL etc.)

I tried using camera controls for aiming but its not working properly. The rotator shaking like no tomorrow lol 😂

Any tutorial or Suggestion ?

  • Log in to leave a comment
  • Profile image

    Use FT magic

    5 months ago
  • Profile image

    I think gyro is the only option thats not as complicated as programming a whole new game

    5 months ago
  • Profile image

    @SILVERPANZER gyroscope

    5 months ago
  • Profile image

    @SILVERPANZER looks useful, but i still confuse lol (my little damn brain can't even thinking complex bout this FT fr 😭😭)

    +1 5 months ago
  • Profile image
    38.7k SILVERPANZER

    Use this FT:
    clamp(-LP/DEG - TPA/DEG, -DEP, ELV)

    LP - Camera Look Pitch (Text format).
    DEG - Rotator Degrees (enter in format from 0 to 180).
    TPA - Turret Pitch Angle (This value is taken from the secondary Flight Computer installed in the Tank's turret, Variable Outputs: Pitch Angle = TPA).
    DEP - Cannon depression (enter in format from 0 to 1).
    ELV - Cannon elevation (enter in format from 0 to 1).

    +3 5 months ago