Skip to content

StaticModule: DishAnimate

Christian Bronk edited this page Mar 18, 2018 · 2 revisions

This modules animates Antenna models the same way as the Stock Squad Dishes. You don't need to setup your own animations anymore. (only the transforms for animations are needed)

MODULE
{
    // Mandatory, always the same
    namespace = KerbalKonstructs
    name = DishAnimate

    // Mandatory
    RotationTrasform = <name> // The name of the transform for controlling th rotation
    ElevationTransform = <name> // the transform which will controll the angle above the ground
    // Optional Parameters
    MaxSpeed = 10
    FakeTimeWarp =  1
    MaxElevation = 10
    MinElevation = 90
}