Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.
So they have this precarious pile of wreckage a couple hundred feet tall just sitting there. Rigging that down in a safe manner is going to be a challenge.
This is more or less what I did in my helicopter code, though I don't use the simulation time step. The main throttle input specifies the target_speed of the rotor, and the rotor speed is set by something like:
animation_speed = animation_speed + constant * (target_speed - animation_speed)...
I thought HLS was just supposed to shuttle astronauts between the lunar gateway and the lunar surface? To Bergman's point, why in the world do they need to drag Raptors, tanks, and related structures up and down from lunar orbit when they are only needed to get it to the moon?
What a mess of...
Uhh...won't they need Raptors to get back off the moon? I am not following HLS too closely as I think the odds of seeing it fly are about zilch, but I if we're still entertaining the fantasy I hope we're just as committed to getting boots back from the moon as we are getting them there.
The imagery coming from these missions is just amazing. We have cameras through all phases of orbital flight now. I remember when reentry plasma blackout was a thing and video cameras were too cumbersome to use during reentry.
I'm not sure what people are seeing as tank burn-through and fire on the forward portion of the Starship. I'm seeing venting gases, but no fire. I do see the flames from the aft skirt, but that's probably a busted line. A tank burn through would cause major loss of pressure and it certainly...
You could do what I do in my air-breathing engine models and make a dummy thruster group that takes the main engine throttle, and make another thruster that actually delivers the thrust:
th_dummy = vi:create_thruster({pos=rudder_pivot, dir={x=0, y=0, z=1}, maxth0=1, hprop=main_fuel_tank...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.