Idea Shuttle Fleet recompile for Orbiter 2016

Not sure what you mean by shuttle remaining the same? But it maybe the code is looking only 1 shuttle. In mine it can do different shuttle meshes based off the OV number. Always looking for testers.
 
I've download the latest version but I can't load the launch scenario, looks like there is a missing mesh:
Code:
============================ ERROR: ===========================
Mesh not found: .\Meshes\2016SPACESHUTTLE\Discovery\DiscoveryORG2016f.msh
[MeshManager::LoadMesh | .\Mesh.cpp | 1238]
===============================================================
 
Thanks I will need to look into that As DiscoveryG is the latest? I wouild try another launch . I should have a update fixing some thing first part of next week
 
Could you include a scenario for BrianJ's HST-EXT add-on with the new version?
 
Did you download the latest I linked to?

it is asking for:
D3D9: ERROR: D3D9Client::clbkStoreMeshPersistent(2016SPACESHUTTLE\Discovery\DiscoveryORG2016f) hMesh is NULL
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: VESSEL::CreateVariableDragElement
000000.000: At least one active module is accessing an obsolete interface function.
000000.000: Addons which rely on obsolete functions may not be compatible with
000000.000: future versions of Orbiter.
000000.000: ---------------------------------------------------------------
============================ ERROR: ===========================
Mesh not found: .\Meshes\2016SPACESHUTTLE\Endeavour\Endeavour2016D.msh
[MeshManager::LoadMesh | .\Mesh.cpp | 1238]
===============================================================
D3D9: ERROR: D3D9Client::clbkStoreMeshPersistent(2016SPACESHUTTLE\Endeavour\Endeavour2016D) hMesh is NULL


I might need to load the Endeavour but this is meshes I use now:
if ((OV == 102) && (ORIGINAL == 0) && (MIDMODEL == 0)) hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Columbia\\ColumbiaLATE2016D");
else if ((OV == 104) && (ORIGINAL == 0) && (MIDMODEL == 0)) hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Atlantis\\Atlantis2016F");
else if ((OV == 99) && (ORIGINAL == 0)) hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Challenger\\Challengerlate2016G");
else if ((OV == 99) && (ORIGINAL == 1)) hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Challenger\\ChallengerORG2016g");

else if ((OV == 103) && (ORIGINAL == 0)&& (MIDMODEL==0)) hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Discovery\\DiscoveryLATE2016G");
else if ((OV == 105) && (ORIGINAL == 0))hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Endeavour\\Endeavour2016D");
else if (OV == 106)hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Constellation\\Constellation2016D");
else if (OV == 109)hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Constellation\\ConstellationUSA2016D");
else if (OV == 107)hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Intrepid\\Intrepid2016D");

else if (OV == 108 )hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Constitution\\Constitution2016D");

else if ((OV == 103) && (ORIGINAL == 1) && (MIDMODEL == 0)) hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Discovery\\DiscoveryORG2016G");
else if ((OV == 105) && (ORIGINAL == 1))hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Endeavour\\EndeavourORG2016E");
else if ((OV == 102) && (ORIGINAL == 1) && (MIDMODEL == 0)) hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Columbia\\ColumbiaORG2016F");
else if ((OV == 104) && (ORIGINAL == 1)) hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Atlantis\\AtlantisORG2016E");
else if ((OV == 103) && (MIDMODEL == 1) && (ORIGINAL == 0)) hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Discovery\\DiscoveryMID2016F");
else if ((OV == 102) && (ORIGINAL == 1) && (MIDMODEL == 1)) hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Columbia\\Columbiamid2016a");



else hOrbiterMesh = oapiLoadMeshGlobal("2016SPACESHUTTLE\\Discovery\\DiscoveryORG2016f");


And which scn are you running?
 
Last edited:
I've downloaded the latest release. The issue happens with any launch scenario.
 
That is weird.

I wonder what is going on? I assume you got MS2015.

---------- Post added at 10:45 AM ---------- Previous post was at 10:31 AM ----------

Something is weird. I was looking at your log:
Code:
000000.000: ET: Config File: D:\Games\Orbiter2016\Config\Multistage2015\Space-Shuttle_STS-Endeavour.ini

In my latest zip it doesn't have that INI
 
You forget to update Endeavour launch scenario with new config files. Also, I've tried to launch STS-2 scenario but I have this error:

Code:
000000.000: >>> ERROR: No vessel class configuration file found for:
============================ ERROR: ===========================
OSTA_1
[Vessel::OpenConfigFile | .\Vessel.cpp | 243]
===============================================================
000000.000: >>> TERMINATING <<<
 
You need this:
[ame="https://www.orbithangar.com/searchid.php?ID=4716"]https://www.orbithangar.com/searchid.php?ID=4716[/ame]

Ok. I will update the zip
 
I've installed it and still have 'No vessel class configuration file found' error. BTW the add-on file doesn't include any config files.
 
It works now with missing ET mesh:

Og5IBod.png


Log file attached. Using Endeavour Launch scenario.
 

Attachments

Weird. It looks like:
Mesh not found: .\Meshes\2016spaceshuttle\tank\slwt.msh but it is there?
 
It works now! Thank you for help.

JXJNzTO.png


Only Discovery missing mesh error:
Code:
============================ ERROR: ===========================
Mesh not found: .\Meshes\2016SPACESHUTTLE\Discovery\DiscoveryORG2016f.msh
[MeshManager::LoadMesh | .\Mesh.cpp | 1238]
===============================================================


---------- Post added at 10:41 PM ---------- Previous post was at 10:37 PM ----------

Also guidance problem: MECO never occurred. Multistage2015 continues to burn until out of fuel.

q4CJcIq.png
 
Can you tell me which scn? I think the cfg need to be updated. Not sure about the guidance files.
 
It occurs on both Endeavour Launch and STS-2. A general revision on guidance files would be great. Note that you need also to auto jettison Shuttle after MECO.
 
Back
Top