Jump to content

Kbyte

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Kbyte

  1. I'ts something like this (I'm out now but I can remember the original script ): PRINT "Start procedure". WAIT 60. PRINT "Lock to retrograde". LOCK STEERING TO SHIP:RETROGRADE. WAIT 60. PRINT "Engines on". LOCK THROTTLE TO 0.8. UNTIL SHIP:PERIAPSIS > 20000 { WAIT 1. } PRINT "Shutdown". LOCK THROTTLE TO 0.0. WAIT 10. SHUTDOWN. The capsule have got an antenna, but the stage not. I expect Kos to keep execute commands without any antenna attached to the probe because I start the script before the decouple. I can't try if an antenna also on detached stage could avoid this atm.
  2. Hi guys! I'm trying to script some automatic stage reenter, but I've a little problem: after the decouple of the main stage, the script execution doesn't works anymore. This is my rocket: E = Engine K = Kos P = Probe D = Decoupler C = Manned Capsule E - P - K - D - E - C I run my script before decouple, (I'm using a simple "WAIT 20." that let me to decouple and move to a safe place). I can see the print statements in the terminal, but the detached stage didn't move or change throttle. I'm using RemoteTech and Kos with RT integration, BTW I think is the decoupling who make crazy Kos. It is a bug? It is a normal behaviour?
×
×
  • Create New...