Improve performance on rover.ks by using native PIDLOOP instead of custom code.
Docking now aligns the ports before docking
Fixed a problem introduced in the last version of node_inc_equ.ks.
approach.ks : Speed to go towards the target is more conservative.
cir_alt.ks : The check for eccentricity had a tolerance too high, fixed.
deorbitsp.ks : Now it prepares better the craft for reentry.
fly.ks : Performance and reliability pass, now uses lazygloball off directive.
lib_parts.ks : Added new functions to deal with parts
lib_ui.ks : Now can make sounds! Beep, Chime and Alert
lib_util.ks : Fixed a possible problem in utilIsShipFacing, the vdot is done with normalized vectors.
rendezvous.ks : Now it quick saves the game before docking (Use ALT+F9 to load the save).
rover.ks : Added a check to run only if the rover is the active vessel.
launch_asc.ks file smooth the throttle when reaching the target apoapsis (that made it more precise), also if the target apoapsis is reached while the ship still in the atmosphere, it will keep burning to compensate the effects of the drag if needed.
Also, it now discards fairings automatically, even if they aren't at the right stage.
Updates:
rover.ks
by using native PIDLOOP instead of custom code.node_inc_equ.ks
.approach.ks
: Speed to go towards the target is more conservative.cir_alt.ks
: The check for eccentricity had a tolerance too high, fixed.deorbitsp.ks
: Now it prepares better the craft for reentry.fly.ks
: Performance and reliability pass, now uses lazygloball off directive.lib_parts.ks
: Added new functions to deal with partslib_ui.ks
: Now can make sounds! Beep, Chime and Alertlib_util.ks
: Fixed a possible problem in utilIsShipFacing, the vdot is done with normalized vectors.rendezvous.ks
: Now it quick saves the game before docking (Use ALT+F9 to load the save).rover.ks
: Added a check to run only if the rover is the active vessel.launch_asc.ks
file smooth the throttle when reaching the target apoapsis (that made it more precise), also if the target apoapsis is reached while the ship still in the atmosphere, it will keep burning to compensate the effects of the drag if needed. Also, it now discards fairings automatically, even if they aren't at the right stage.dock.ks
now do more checks before it runs. It even can callapproach.ks
if needed.lib_dock.ks
has now more functions to work in the undocking process, besides the fixes.undock.ks
: New file 😄 it undocks the craft and back to a safe distance.