Jump to content

LAND ASAP

Members
  • Posts

    7
  • Joined

  • Last visited

Reputation

0 Neutral
  1. One more question. After receiving your reply, I tried to launch the vehicle without setting the inclination in the mission config. Still converging most of the time time. I have tried times and times again. But when it works, it’s really amazing! Or should I submit it to github? Thanks!
  2. Thank you for your reply! I launch the rocket in Cape Canaveral. Is it where the problem lies in? Should I use kourou for such launch?
  3. Hello! I have written a boot config by myself, but I just get a "converging" all the time. I'm wondering if I have done something wrong. Tried many times but still failed. Here is the code. I use the Real scale booster to built the Delta. GLOBAL vehicle IS LIST( LEXICON( "name", "Delta IV Common Booster Core", "massTotal", 399238, "massDry", 61362, "gLim", 4.5, "minThrottle", 0.56, "engines", LIST(LEXICON("isp", 409, "thrust", 3370000)), "staging", LEXICON( "jettison", FALSE, "ignition", FALSE ) ), LEXICON( "name", "DCSS", "massTotal", 34645, "massDry", 7444, "engines", LIST(LEXICON("isp", 465.0, "thrust", 110100)), "staging", LEXICON( "jettison", TRUE, "waitBeforeJettison", 5, "ignition", TRUE, "waitBeforeIgnition", 2, "ullage", "rcs", "ullageBurnDuration", 3, "postUllageBurn", 2 ) ) ). GLOBAL sequence IS LIST( LEXICON("time", -4, "type", "stage", "message", "RS-68 ignition"), LEXICON("time", 0, "type", "stage", "message", "LIFT OFF"), LEXICON("time", 90, "type", "stage", "message", "GEM 60 jettison"), LEXICON("time", 300, "type", "jettison", "message", "Fairing jettison", "massLost", 1760*2) ). GLOBAL controls IS LEXICON( "launchTimeAdvance", 150, "verticalAscentTime", 7, "pitchOverAngle", 13, "upfgActivation", 110 ). GLOBAL mission IS LEXICON( "payload", 496, "periapsis", 200, "apoapsis", 200, "inclination", 0 ). SWITCH TO 0. CLEARSCREEN. PRINT "Loaded boot file: DeltaIV_M+_(5,4)".
  4. Haha! Since the there is still no stable update of RO for 1.3.1, I think it might be a heavy work to download all the dependencies manually. Still in 1.2.2 with RO, but there are so many amazing updates which are only available for 1.3.1. Looking foreword to the stable release.
  5. Thanks for your early reply! Roger that. I found the CZ-3B in the mentioned Chinese pack still works well with RO in 1.22, which is amazing.
  6. Got several questions. The first one is that if you got any plan of supporting 1.2.2. Since the RO has not release a stable 1.3.1 update. And if the spacecraft have RF config? Good job and it’s really a fantastic mod.
  7. Thanks for your amazing work! The remote tech is amazing.
×
×
  • Create New...