You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version does not include a kOS module manager file, if you still have one in your kOS folder, delete it.
MAJOR
BREAKING: Commrange has more or less been removed from stock kOS, we realized that most of the behavior of it was copied by other mods and was invisible to users
BREAKING: All direction references are now relative to the controlling part, not the vessel, this will only break on vessels there these two directions are not the same.
BREAKING: Direction:Vector will always return a unit vector.
BREAKING: Body:Velocity now returns a pair of orbit/surface velocities just like Vessel:Velocity does. (previously it returned just the orbit velocity as a single vector.)
BREAKING: Direction*Vector now returns the rotated Vector, and vectors can be rotated with DIRECTION suffix.
BREAKING: DOCKINGPORT:DOCKEDVESSELNAME is not DOCKINGPORT:DOCKEDSHIPNAME
SHIP:APOAPSIS and SHIP:PERIAPSIS are deprecated for removal later, you can find them both under SHIP:OBT
SHIP:VESSELNAME is deprecated for later removal, use SHIP:NAME or SHIPNAME
New Features
Added the ability to get and set the current timewarp "Mode" either RAILS or PHYSICS
Added Boot files that will run when you get to the pad automatically, you select which one will run in the VAB thanks @WazWaz