Recent content by gattispilot

  1. gattispilot

    Updates Blue Origin announces the New Glenn Orbital Launch Vehicle

    Did we ever the reason for the explosion?
  2. gattispilot

    Programming Question Touchdown and eva

    I am not sure how UACS does it. When the cargo is released it is landed.
  3. gattispilot

    Discussion Mesh making with Blender

    Yes. I have looked at it. There is a lot of editting to do.
  4. gattispilot

    Programming Question Touchdown and eva

    I see that UACS Cargo does what I want. You drop the package and it lands. the UACS code is here: https://github.com/abdullah-radwan/UACS/tree/master The best I can tell if ground contact??? then set the vs state to 1 landed. if (!GetFlightStatus() && GroundContact()) {...
  5. gattispilot

    Base Artemis 4 landing sites

    Thanks. Some are dark. This one looks good. This looks good. BUT now questions. Not sure why my mk2 lander is not conforming with the slope. One bad thing is I apply hover to land it, it moves all over and goes upside down Here is another orbiter problem. You can have only 8 light...
  6. gattispilot

    Programming Question Touchdown and eva

    How to do this? I have a vessel of a box I can pick it up and move it. But drop it and it goes under the surface, What I would really like is a cheat where if not attached then forced landed Melissa_Lewis:2016SEVASOLIDRED STATUS Landed Moon POS -6.8116090 -80.3592728 HEADING 66.56 ALT...
  7. gattispilot

    Request Artemis landers

    Adjusted the dock. But I think the docking target would now need to be on the strut? I still got to do work on the moveable dock. It draws the ship to far into the ship. on reload it is good.
  8. gattispilot

    OHM STS-110 Space Shuttle Vessel(SSV) Mission

    Sc3/4 does not work in 2024.
  9. gattispilot

    Programming Question Touchdown and eva

    Thanks. one easy? question How can set the vs2 heading. it needs to be 80 degrees.
  10. gattispilot

    Programming Question Touchdown and eva

    Thanks. Works great now.
  11. gattispilot

    Programming Question Touchdown and eva

    What does your key press code look like I can try that
  12. gattispilot

    Updates Artemis 4 and 5 SLS

    Using ms2015 I get this: It basically is a 1 stage rocket No clue what the orbit parameters should be?
  13. gattispilot

    Programming Question Touchdown and eva

    Thanks So I have this: case IDC_EVA1: if (sts->crew1_on_board == 1) { sts->spawneva1 = 1; sts->ConfigureCrewMeshes(); return 0; } so if the button for eva1 is pressed spawneva=1 and in void FLEXUACS::clbkPostStep(double...
  14. gattispilot

    Programming Question Touchdown and eva

    I am using 2016 also. So it did not matter if you were at the poles or equator? the guy exited the same location?
Back
Top