forked from GER-Space/Kerbal-Konstructs
-
Notifications
You must be signed in to change notification settings - Fork 11
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
}