Recent content by gattispilot

  1. gattispilot

    Project Universal Astronaut and Cargo System (UACS)

    Trying to figure this set stationmesh i have the crew mesh set as never not seen. eva1_mesh = oapiLoadMeshGlobal("MMSEVUACS/MMSEVsuitright1"); SetMeshVisibilityMode(AddMesh(eva1_mesh, &mesh1ofs), MESHVIS_NEVER ); eva2_mesh = oapiLoadMeshGlobal("MMSEVUACS/MMSEVsuitleft1")...
  2. gattispilot

    Project MoonBaseAlpha for 2016

    Here is something I am trying to fix. In the VC mode we have a mesh that the slope ladder,.... is displayed. Got that to work. BUt when you pull up the UACS menu you get this. I tried stretching the HUD mesh to make it wider. But the HUD display just stretched. Then I cut the edges and...
  3. gattispilot

    Project Universal Astronaut and Cargo System (UACS)

    So here I should be seeing only 1 of the suit mesh. But both are seen, void MMSEV::SetStationMesh(size_t stationIdx, std::string_view role, bool show) { switch (stationIdx) { case 0://left // Show first station commander mesh if (role == "Commander")...
  4. gattispilot

    Orbiter Screenshot Thread

    Animated the solar panels. it looks like they rotate maybe 30 degrees?
  5. gattispilot

    Orbiter Screenshot Thread

    Now the Dragon XL and JAxa Resupply vessels
  6. gattispilot

    General Question STS Payloads Version 2

    Oh. I would not use Plyon. I couldn't get it to work. So I had to make to make new modules,.... for 2016.
  7. gattispilot

    General Question STS Payloads Version 2

    Focus on the ASE and press K. Which shuttle? it looks like 2010 SF. But with the pylon stuff not sure.
  8. gattispilot

    OHM Space Launch System for Orbiter 2016 0.1.2

    Thanks. Well at least one thing less to do
  9. gattispilot

    Problem USS Enterprise (StarTrekXI_First_installment_MrMartian_fixed)-Missing vess

    ERROR: Could not load vessel module: STAR_FLEET\STARSHIPS\Newton not loading this. Where did you down load it?
  10. gattispilot

    OHM Space Launch System for Orbiter 2016 0.1.2

    Is any one working or do we have the Logistic Modules? One is a Space X Dragon.
  11. gattispilot

    OHM Space Launch System for Orbiter 2016 0.1.2

    I got it figured out. I was trying to duplicate the SSRSMD. Still things to figure out. It seems the focus is on the LEE A. while both are centered. VC of the I_habitat and airlock and Fuel transfer. are possible. But would need to know what it would look like. Sure we can make a...
  12. gattispilot

    SDK Question Attachment issue?

    Thanks. that did the trick. Just so I am thinking correctly this: if (GetAttachmentStatus(TCAR1)) if attached to do something, correct?
  13. gattispilot

    SDK Question Attachment issue?

    Is there an Attacment issue? I don't think did it in 2010 I have notice this. I have this simple rail where something is attached. And then moved. No issues. BUT if at the end of travel you detach the guy is not at the end. BUT if you don't auto detach but press a key then you dettach at...
  14. gattispilot

    Problem Payloads and RMS

    Which shuttle are you using? SSV, SSU,.... Have you the correct attachment id?
Top