Project Space Transportation System 2016

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
I am at a lost.
if (KuAntennaStatus.Closing()) { double tKU0 = oapiGetSimTime(); double dt = tKU0 - kuband_t;//time step double daKU1 = dt * KU_OPERATING_SPEED;// total rotation angle if (daKU1 && KuAntennaStatus.pos) { // zero elbow pitch if (daKU1 >= KuAntennaStatus.pos) // finished KuAntennaStatus.pos = 0.0, daKU1 -= KuAntennaStatus.pos; else KuAntennaStatus.pos -= daKU1, daKU1 = 0; sts->SetAnimationArm(sts->anim_kubd, KuAntennaStatus.pos); } sprintf(oapiDebugString(), "daKU1 %2.2f dt %2.2f KuAntenna %2.2f", daKU1, dt, KuAntennaStatus.pos); if (daKU1) { SetKuAntennaAction(AnimState::CLOSED);//stowed } }

What I want is the KU Band Antenna to rotate back into stow like the RMS.

what happens is when I press stow, even though the KuAntennaStatus.pos which is the animation state states 0 the antenaa is still out.
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
I am able to get the main antenna to stow.
if (KuAntennaStatus.Closing()) { double tKU0 = oapiGetSimTime(); double dtime = tKU0 - kuband_t1;//time step kuband_t1 is Simtime when button is pressed double daKU1 = dtime * KU_OPERATING_SPEED;// total rotation angle if (daKU1 && KuAntennaStatus.pos) { // zero KUANtenna if (daKU1 >= KuAntennaStatus.pos) // finished KuAntennaStatus.pos = 0.0, daKU1 -= KuAntennaStatus.pos; else KuAntennaStatus.pos -= daKU1, daKU1 = 0; //sts->SetAnimationArm(sts->anim_kubd, KuAntennaStatus.pos); sts->SetKuAntennaPosition(KuAntennaStatus.pos); } //sprintf(oapiDebugString(), "daKU1close %2.2f dt %2.2f KuAntenna %2.2f time %2.2f", daKU1, dtime, KuAntennaStatus.pos, kuband_t1); kuband_t1 = tKU0; if (daKU1) { SetKuAntennaAction(AnimState::CLOSED);//stowed }
But not able to get to deploy. I say the main part because the alpha and beta need to zero out also.
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
I think steerable KU Antenna for me is not going to happen.

One thing That I think I can do is maybe redo the dash. redo the textures so they are clearer?

z1b7cmW.jpg

ucTG4GN.jpg

jxeUnNN.jpg


They would not be functional.
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
Oh. Since the textures sometimes don't show up in d3d9 log. Can you run it in normal graphics and post the log?
 
Joined
May 1, 2021
Messages
487
Reaction score
126
Points
43
Location
Los Angeles
Oh. Since the textures sometimes don't show up in d3d9 log. Can you run it in normal graphics and post the log?
Here's my log

Code:
**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 1e-007 sec
000000.000: Found 0 joystick(s)
000000.000: Devices enumerated: 6
000000.000: Devices accepted: 5
000000.000: [ ] RGB Emulation (SW)
000000.000: [ ] Direct3D HAL (HW)
000000.000: [x] Direct3D T&L HAL (HW)
000000.000: [ ] Direct3D HAL (Intel(R) Iris(R) Plus Graphics) (HW)
000000.000: [x] Direct3D T&L HAL (Intel(R) Iris(R) Plus Graphics) (HW)
000000.000: Module AtlantisConfig.dll .... [Build 160828, API 160828]
000000.000: Module AtmConfig.dll ......... [Build 160828, API 160828]
000000.000: Module DGConfigurator.dll .... [Build 160828, API 160828]
000000.000: Module ProjectApolloConfigurator.dll  [Build 200812, API 190914]
000000.000: Module OrbiterSound.dll ...... [Build 200811, API 160828]
000000.000: Module ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: Module Meshdebug.dll ......... [Build 160828, API 160828]
000000.000: Module TrackIR.dll ........... [Build 160828, API 160828]
000000.000: TrackIR module not found.
000000.000: Module CustomMFD.dll ......... [Build 160828, API 160828]
000000.000: Module GenericCamera.dll ..... [Build 210421, API 160828]
000000.000: Module LuaMFD.dll ............ [Build 160828, API 160828]
000000.000: Module ProjectApolloMFD.dll .. [Build 200812, API 190914]
000000.000: Module transx.dll ............ [Build 160216, API 160214]
000000.000: Module ApolloRTCCMFD.dll ..... [Build 200812, API 190914]
000000.000: Module LunarTransferMFD.dll .. [Build 191224, API 160828]
000000.000: Module PursuitMFD_2016.dll ... [Build 171119, API 160828]
000000.000: Module Multistage2015_MFD.dll  [Build 170506, API 160828]
000000.000: Module uap.dll ............... [Build 110613, API 100830]
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: oapiRegisterMFDMode
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: ---------------------------------------------------------------
000000.000: Module LuaConsole.dll ........ [Build 160828, API 160828]
000000.000: Module ScriptMFD.dll ......... [Build 160828, API 160828]
000000.000: Module DX9ExtMFD.dll ......... [Build 210421, API 160828]
000000.000: Module ExtMFD.dll ............ [Build 160828, API 160828]
000000.000: Module FlightData.dll ........ [Build 160828, API 160828]
000000.000: Module Framerate.dll ......... [Build 160828, API 160828]
000000.000: Module Rcontrol.dll .......... [Build 160828, API 160828]
000000.000: 
000000.000: **** Creating simulation session
000000.000: DirectDraw interface OK
000000.000: Direct3D interface OK
000000.000: Graphics: Viewport: Window 1274 x 691 x 32
000000.000: Graphics: Hardware T&L capability: Yes
000000.000: Graphics: Z-buffer depth: 32 bit
000000.000: Graphics: Active lights supported: 8
000000.000: Loading 15382 records from star database
000000.000: ---------------------------------------------------------------
000000.000: >>> ERROR: DDraw error DDERR_BLTFASTCANTCLIP
000000.000: >>> [OrbiterGraphics::clbkBlt | .\OGraphics.cpp | 1633]
000000.000: ---------------------------------------------------------------
000000.000: Module Sun.dll ............... [Build 160828, API 160828]
VSOP87(E) Sun: Precision 1e-006, Terms 554/6634
000000.000: Module Mercury.dll ........... [Build 160828, API 160828]
VSOP87(B) Mercury: Precision 1e-005, Terms 167/7123
000000.000: Module Venus.dll ............. [Build 160828, API 160828]
000000.000: Module VenusAtm2006.dll ...... [Build 160828, API 160828]
VSOP87(B) Venus: Precision 1e-005, Terms 79/1710
000000.000: Module Earth.dll ............. [Build 160828, API 160828]
000000.000: Module EarthAtmJ71G.dll ...... [Build 160828, API 160828]
VSOP87(B) Earth: Precision 1e-008, Terms 2564/2564
000000.000: Module Moon.dll .............. [Build 160828, API 160828]
ELP82: Precision 1e-005, Terms 116/829
000000.000: Module Mars.dll .............. [Build 160828, API 160828]
000000.000: Module MarsAtm2006.dll ....... [Build 160828, API 160828]
VSOP87(B) Mars: Precision 1e-005, Terms 405/6400
000000.000: Module Phobos.dll ............ [Build ******, API 060425]
000000.000: Module Deimos.dll ............ [Build ******, API 060425]
000000.000: Module Galsat.dll ............ [Build 160828, API 160828]
000000.000: Module Jupiter.dll ........... [Build 160828, API 160828]
VSOP87(B) Jupiter: Precision 1e-006, Terms 1624/3625
000000.000: Module Io.dll ................ [Build 160828, API 160828]
000000.000: Module Europa.dll ............ [Build 160828, API 160828]
000000.000: Module Ganymede.dll .......... [Build 160828, API 160828]
000000.000: Module Callisto.dll .......... [Build 160828, API 160828]
000000.000: Module Satsat.dll ............ [Build 160828, API 160828]
000000.000: Module Saturn.dll ............ [Build 160828, API 160828]
VSOP87(B) Saturn: Precision 1e-006, Terms 2904/6365
000000.000: Module Mimas.dll ............. [Build 160828, API 160828]
SATSAT Mimas: Terms 113
000000.000: Module Enceladus.dll ......... [Build 160828, API 160828]
SATSAT Enceladus: Terms 33
000000.000: Module Tethys.dll ............ [Build 160828, API 160828]
SATSAT Tethys: Terms 101
000000.000: Module Dione.dll ............. [Build 160828, API 160828]
SATSAT Dione: Terms 59
000000.000: Module Rhea.dll .............. [Build 160828, API 160828]
SATSAT Rhea: Terms 68
000000.000: Module Titan.dll ............. [Build 160828, API 160828]
SATSAT Titan: Terms 100
000000.000: Module Iapetus.dll ........... [Build 160828, API 160828]
SATSAT Iapetus: Terms 605
000000.000: Module Uranus.dll ............ [Build 160828, API 160828]
VSOP87(B) Uranus: Precision 1e-006, Terms 1827/5269
000000.000: Module Miranda.dll ........... [Build ******, API 060425]
000000.000: Module Ariel.dll ............. [Build ******, API 060425]
000000.000: Module Umbriel.dll ........... [Build ******, API 060425]
000000.000: Module Titania.dll ........... [Build ******, API 060425]
000000.000: Module Oberon.dll ............ [Build ******, API 060425]
000000.000: Module Neptune.dll ........... [Build 160828, API 160828]
VSOP87(B) Neptune: Precision 1e-006, Terms 391/2024
000000.000: Finished initialising world
000000.000: Module Multistage2015.dll .... [Build 170506, API 160828]
000000.000: Multistage Version: 170506
000000.000: Load State Started
000000.000: ET: Guidance File present: Config\Multistage2015\Guidance\guidance_shuttle_STS-3real.txt
000000.000: ET: Orbit Call Found! Targets: Apogee:296100.0 Perigee:105000.0 Inclination:38.0 Mode:-1.0 GT initial Pitch: 0.0 Abside:105000.0
000000.000: ET: Config File: C:\Orbiter 2016\Config\Multistage2015\Space-Shuttle_STS-Enterprise.ini
000000.000: ET: Number of stages in the ini file: 1
000000.000: ET: Number of boosters group in the ini file: 2
000000.000: ET: Number of Payloads in the ini file: 1
000000.000: ET: Thrust in Real Position
000000.000: ET: Texture n.1 Loaded Exhaust_atsme
000000.000: ET: Texture n.2 Loaded Exhaust2
000000.000: ET: Texture n.3 Loaded 2016spaceshuttle/SLS_SRB_contrail
000000.000: ET: booster n. 1 Tank Added: 1006974.000 kg
000000.000: ET: booster n. 2 Tank Added: 0.000 kg
000000.000: ET: Stage n. 1 Tank Added: 728715.230 kg
000000.000: ET: Stage n. 1 Engines Exhaust Added--> number of engines: 3 , diameter: 2.000, position x: -1.600 y: 7.930 z: -26.880
000000.000: ET: Stage n. 1 Engines Exhaust Added--> number of engines: 3 , diameter: 2.000, position x: 1.600 y: 7.930 z: -26.880
000000.000: ET: Stage n. 1 Engines Exhaust Added--> number of engines: 3 , diameter: 2.000, position x: 0.000 y: 11.330 z: -26.030
000000.000: ET: Booster Group n.1 Engine Exhaust Stream Added: solidfuel_exhaust to engine n.1
000000.000: ET: Booster Group n.1 Engine Exhaust Stream Added: contrail4 to engine n.1
000000.000: ET: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 2.200, position x: 5.800 y: 0.000 z: -33.786
000000.000: ET: Booster Group n.1 Engine Exhaust Stream Added: solidfuel_exhaust to engine n.2
000000.000: ET: Booster Group n.1 Engine Exhaust Stream Added: contrail4 to engine n.2
000000.000: ET: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 2.200, position x: -5.800 y: 0.000 z: -33.786
000000.000: ET: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 3 , diameter: 2.000, position x: -1.650 y: 7.930 z: -27.880
000000.000: ET: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 3 , diameter: 2.000, position x: 1.550 y: 7.930 z: -27.880
000000.000: ET: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 3 , diameter: 2.000, position x: -0.050 y: 11.330 z: -27.030
000000.000: ET: Stage n.1 Mesh Preloaded: 2016spaceshuttle\tank\slwt_burnt
000000.000: ET: Stage n.1 Mesh Added Mesh: 2016spaceshuttle\tank\slwt_burnt @ x:-0.050 y:0.000 z:0.000
000000.000: ET: Booster Mesh Preloaded: 2016spaceshuttle\booster\rsrm_1
000000.000: ET: Booster Mesh Added Mesh: 2016spaceshuttle\booster\rsrm_1 @ x:6.000 y:0.000 z:-11.286
000000.000: ET: Booster Mesh Preloaded: 2016spaceshuttle\booster\rsrm_2
000000.000: ET: Booster Mesh Added Mesh: 2016spaceshuttle\booster\rsrm_2 @ x:-6.000 y:0.000 z:-11.286
000000.000: ET: Booster Mesh Preloaded: 2016spaceshuttle\tank\slwt_1
000000.000: ET: Booster Mesh Added Mesh: 2016spaceshuttle\tank\slwt_1 @ x:-0.050 y:0.000 z:0.000
000000.000: Load State Terminated
000000.000: Module EmptyModule.dll ....... [Build 170505, API 160828]
000000.000: Module MS_Camera.dll ......... [Build 170505, API 160828]
000000.000: MS_Camera: Target Vessel Loaded->ET
000000.000: Module SPACESHUTTLE2016LATER.dll  [Build 201116, API 160828]
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: ---------------------------------------------------------------
--------------------------- WARNING: --------------------------
>>> Texture not found: 2016SPACESHUTTLE/ENTERPRISE2016.dds
Skipping.
>>> [TextureManager::AcquireTexture | .\Texture.cpp | 1040]
---------------------------------------------------------------
000000.000: Module SLC6.dll .............. [Build 181123, API 160828]
000000.000: Finished initialising status
000000.000: Finished initialising camera
000000.000: Finished setting up render state
000000.000: Post Creation Started
000000.000: ET: Gravity Turn Initial Pitch by user: 0.000 Calculated:70.050
000000.000: RESET PEG
000000.000: ET: Planet Reference Pressure = 101325.0 Pa  Atmosphere Altitude Limit:2500.0 km
000000.000: Post Creation Terminated
000000.000: Finished initialising panels
000000.000: Venting Effect Added @: 0.000,9.000,-25.000 dir: 0.000,0.000,-1.000
000000.000: Venting Effect Added @: -1.500,8.000,-25.500 dir: 0.000,0.000,-1.000
000000.000: Venting Effect Added @: 1.500,8.000,-25.500 dir: 0.000,0.000,-1.000
000029.757: ET Booster n: 1 ignited @0.0
000029.856: Detached from Launchpad
000029.959: ET Stage n: 1 ignited @0.2
000035.203: LaunchPad Deleted from Scenery
000041.123: **** Closing simulation session
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
Weird so in the zip it looks like there was the Enterprise2016 and enterprise2016A in the textures/2016spaceshuttle/ folder
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
Weird, but here is the file
 

Attachments

  • ENTERPRISE.zip
    1.5 MB · Views: 7

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
I guess we left that out

if (key == OAPI_KEY_3)
{
RevertMST();
return 1;
}

if (key == OAPI_KEY_2)
{
RevertMSB();
return 1;
}

if (key == OAPI_KEY_1)
{
RevertET();//beanie
return 1;
}
if (key == OAPI_KEY_4)
{
RevertCCA();//crew access
return 1;
}


Pilot side with new vc panel.
pR7Ylwp.jpg


HyIVDon.jpg


old one:
Xswd8bf.jpg

Commander
AZq7GM8.jpg


old
uiRBz5V.jpg


and maybe new setting higher emissive:
1n2404t.jpg

I took the crew reference manual and redrew the panels. on the gauges I took the image and made a negative. So white becomes black and black become white.

I may need to redo the gauges on the right?
 
Last edited:
Joined
May 1, 2021
Messages
487
Reaction score
126
Points
43
Location
Los Angeles
I guess we left that out

if (key == OAPI_KEY_3)
{
RevertMST();
return 1;
}

if (key == OAPI_KEY_2)
{
RevertMSB();
return 1;
}

if (key == OAPI_KEY_1)
{
RevertET();//beanie
return 1;
}
if (key == OAPI_KEY_4)
{
RevertCCA();//crew access
return 1;
}


Pilot side with new vc panel.
pR7Ylwp.jpg


HyIVDon.jpg


old one:
Xswd8bf.jpg

Commander
AZq7GM8.jpg


old
uiRBz5V.jpg


and maybe new setting higher emissive:
1n2404t.jpg

I took the crew reference manual and redrew the panels. on the gauges I took the image and made a negative. So white becomes black and black become white.

I may need to redo the gauges on the right?
Hmm, not sure where I can add that line, also does that do the exact same thing work for LC-39 A or B.
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
No this are keys for the LC 6.

If you are refering to the HIgh Def pad. Not sure on that as someone else made those. And They are not around. It is based off time.
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
redid the front.
ldVaDfR.jpg

1bT7ssn.jpg


Thing I might do is brighten the front like the SSU panels?

Not sure why the texture has that 163. it should just be a warning?

Not sure if there is a way to see if HUd is on. if so then the power for the hud should be animated
 
Joined
May 1, 2021
Messages
487
Reaction score
126
Points
43
Location
Los Angeles
I keep getting CTDs when I launch the HD STS-1 mission.
Here's my Orbiter log.
Code:
**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 1e-007 sec
000000.000: Found 0 joystick(s)
000000.000: Module AtlantisConfig.dll .... [Build 160828, API 160828]
000000.000: Module AtmConfig.dll ......... [Build 160828, API 160828]
000000.000: Module DGConfigurator.dll .... [Build 160828, API 160828]
000000.000: Module ProjectApolloConfigurator.dll  [Build 200812, API 190914]
000000.000: Module Meshdebug.dll ......... [Build 160828, API 160828]
000000.000: Module TrackIR.dll ........... [Build 160828, API 160828]
000000.000: TrackIR module not found.
000000.000: Module CustomMFD.dll ......... [Build 160828, API 160828]
000000.000: Module LuaMFD.dll ............ [Build 160828, API 160828]
000000.000: Module transx.dll ............ [Build 160216, API 160214]
000000.000: Module LuaConsole.dll ........ [Build 160828, API 160828]
000000.000: Module ExtMFD.dll ............ [Build 160828, API 160828]
000000.000: Module FlightData.dll ........ [Build 160828, API 160828]
000000.000: Module Framerate.dll ......... [Build 160828, API 160828]
000000.000: Module Rcontrol.dll .......... [Build 160828, API 160828]
000000.000: Module ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: Module GenericCamera.dll ..... [Build 210421, API 160828]
000000.000: Module DX9ExtMFD.dll ......... [Build 210421, API 160828]
000000.000: Module PursuitMFD_2016.dll ... [Build 171119, API 160828]
000000.000: Module Multistage2015_MFD.dll  [Build 170506, API 160828]
000000.000: Module uap.dll ............... [Build 110613, API 100830]
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: oapiRegisterMFDMode
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: ---------------------------------------------------------------
000000.000: Module ProjectApolloMFD.dll .. [Build 200812, API 190914]
000000.000: Module ApolloRTCCMFD.dll ..... [Build 200812, API 190914]
000000.000: Module OrbiterSound.dll ...... [Build 200811, API 160828]
000000.000: Module LunarTransferMFD.dll .. [Build 191224, API 160828]
000000.000: Module ScriptMFD.dll ......... [Build 160828, API 160828]
000000.000: ---------------------------------------------------------------
BaseDir    : C:\Orbiter 2016\
ConfigDir  : C:\Orbiter 2016\Config\
MeshDir    : C:\Orbiter 2016\Meshes\
TextureDir : C:\Orbiter 2016\Textures\
HightexDir : C:\Orbiter 2016\Textures2\
ScenarioDir: C:\Orbiter 2016\Scenarios\
000000.000: ---------------------------------------------------------------
D3D9 DLLs  : C:\WINDOWS\SYSTEM32\d3dx9_43.dll [v 9.29.952.3111]
           : C:\WINDOWS\SYSTEM32\d3d9.dll [v 10.0.19041.928]
000000.000: ---------------------------------------------------------------
000000.000: Module D3D9Client.dll ........ [Build 210513, API 160828]
000000.000: Module Glideslope.dll ........ [Build 180401, API 160828]
000000.000: Glideslope module init: version v2.7, date Apr  1 2018
000000.000: Module BurnTimeMFD.dll ....... [Build 180706, API 160828]
000000.000: Module BaseSyncMFD.dll ....... [Build 180408, API 160828]
000000.000: Module HUDDrawer.dll ......... [Build 160907, API 160828]
000000.000: Module ModuleMessagingExtMFD.dll  [Build 180624, API 160828]
000000.000:    >>> MMExtMFD module initialized: version 2.1, compile date Jun 24 2018
000000.000: Module AeroBrakeMFD.dll ...... [Build ******, API 100830]
000000.000: 
000000.000: **** Creating simulation session
000000.000: D3D9: [DirectX 9 Initialized]
D3D9: 3D-Adapter.............. : Intel(R) Iris(R) Plus Graphics
D3D9: MaxTextureWidth......... : 8192
D3D9: MaxTextureHeight........ : 8192
D3D9: MaxTextureRepeat........ : 8192
D3D9: VolTexAddressCaps....... : 0x3F
D3D9: NumSimultaneousRTs...... : 4
D3D9: VertexDeclCaps.......... : 0x37F
D3D9: MiscCaps................ : 0x2FCCF2
D3D9: XNA Math Support........ : Yes
D3D9: Vertex Texture.......... : Yes
D3D9: Separate AlphaBlend..... : Yes
D3D9: Shadow Mapping.......... : Yes
D3D9: D3DFMT_A16B16G16R16F.... : Yes
D3D9: D3DFMT_A32B32G32R32F.... : Yes
D3D9: D3DFMT_D32F_LOCKABLE.... : No
D3D9: D3DFMT_A2R10G10B10...... : Yes
D3D9: D3DFMT_L8............... : Yes
D3D9: D3DDTCAPS_DEC3N......... : No
D3D9: D3DDTCAPS_FLOAT16_2..... : Yes
D3D9: D3DDTCAPS_FLOAT16_4..... : Yes
D3D9: Runs under WINE......... : No
D3D9: D3D9Build Date.......... : 210421
D3D9: Available Texture Memory : 2005 MB
000000.000: D3D9: [3DDevice Initialized]
000000.000: D3D9: [Loading Constellations]
000000.000: D3D9: [D3D9Client Initialized]
D3D9: WARNING: Texture Fcd07_n.dds not found.
D3D9: WARNING: Texture Fcd08_n.dds not found.
D3D9: WARNING: Texture Fcd09_n.dds not found.
D3D9: WARNING: Texture Fcd10_n.dds not found.
D3D9: WARNING: Texture Fcd14_n.dds not found.
D3D9: WARNING: Texture Fcd15_n.dds not found.
D3D9: WARNING: Texture Roof01_n.dds not found.
D3D9: WARNING: Texture Roof02_n.dds not found.
D3D9: WARNING: Texture Wall01_n.dds not found.
D3D9: WARNING: Texture Door01_n.dds not found.
D3D9: WARNING: Texture Solpanel_n.dds not found.
D3D9: WARNING: Texture Runway2_n.dds not found.
D3D9: WARNING: Texture Ball_n.dds not found.
D3D9: WARNING: Texture Cape17_n.dds not found.
D3D9: WARNING: Texture Cape18_n.dds not found.
D3D9: WARNING: Texture Cape19_n.dds not found.
D3D9: WARNING: Texture Cape20_n.dds not found.
D3D9: WARNING: Texture Cape21.dds not found.
D3D9: WARNING: Texture Cape21_n.dds not found.
D3D9: WARNING: Texture Cape22_n.dds not found.
D3D9: WARNING: Texture Concrete1_n.dds not found.
000000.000: Module Sun.dll ............... [Build 160828, API 160828]
VSOP87(E) Sun: Precision 1e-006, Terms 554/6634
000000.000: Module Mercury.dll ........... [Build 160828, API 160828]
VSOP87(B) Mercury: Precision 1e-005, Terms 167/7123
000000.000: Module Venus.dll ............. [Build 160828, API 160828]
000000.000: Module VenusAtm2006.dll ...... [Build 160828, API 160828]
VSOP87(B) Venus: Precision 1e-005, Terms 79/1710
============================ ERROR: ===========================
While initialising celestial body:
>>> File not found: .\Config\Earth_shuttlehd2016.cfg
[CelestialBody::CelestialBody | .\Celbody.cpp | 45]
===============================================================
000000.000: >>> TERMINATING <<<
000000.000:    >>> MMExtMFD module exited
000000.000: Glideslope module exit
 
Joined
May 1, 2021
Messages
487
Reaction score
126
Points
43
Location
Los Angeles
Here's the orbiter log after loading HD and getting the CTD.

Code:
**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 1e-007 sec
000000.000: Found 0 joystick(s)
000000.000: Module AtlantisConfig.dll .... [Build 160828, API 160828]
000000.000: Module AtmConfig.dll ......... [Build 160828, API 160828]
000000.000: Module DGConfigurator.dll .... [Build 160828, API 160828]
000000.000: Module ProjectApolloConfigurator.dll  [Build 200812, API 190914]
000000.000: Module Meshdebug.dll ......... [Build 160828, API 160828]
000000.000: Module TrackIR.dll ........... [Build 160828, API 160828]
000000.000: TrackIR module not found.
000000.000: Module CustomMFD.dll ......... [Build 160828, API 160828]
000000.000: Module LuaMFD.dll ............ [Build 160828, API 160828]
000000.000: Module transx.dll ............ [Build 160216, API 160214]
000000.000: Module LuaConsole.dll ........ [Build 160828, API 160828]
000000.000: Module ExtMFD.dll ............ [Build 160828, API 160828]
000000.000: Module FlightData.dll ........ [Build 160828, API 160828]
000000.000: Module Framerate.dll ......... [Build 160828, API 160828]
000000.000: Module Rcontrol.dll .......... [Build 160828, API 160828]
000000.000: Module ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: Module GenericCamera.dll ..... [Build 210421, API 160828]
000000.000: Module DX9ExtMFD.dll ......... [Build 210421, API 160828]
000000.000: Module PursuitMFD_2016.dll ... [Build 171119, API 160828]
000000.000: Module Multistage2015_MFD.dll  [Build 170506, API 160828]
000000.000: Module uap.dll ............... [Build 110613, API 100830]
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: oapiRegisterMFDMode
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: ---------------------------------------------------------------
000000.000: Module ProjectApolloMFD.dll .. [Build 200812, API 190914]
000000.000: Module ApolloRTCCMFD.dll ..... [Build 200812, API 190914]
000000.000: Module OrbiterSound.dll ...... [Build 200811, API 160828]
000000.000: Module LunarTransferMFD.dll .. [Build 191224, API 160828]
000000.000: Module ScriptMFD.dll ......... [Build 160828, API 160828]
000000.000: ---------------------------------------------------------------
BaseDir    : C:\Orbiter 2016\
ConfigDir  : C:\Orbiter 2016\Config\
MeshDir    : C:\Orbiter 2016\Meshes\
TextureDir : C:\Orbiter 2016\Textures\
HightexDir : C:\Orbiter 2016\Textures2\
ScenarioDir: C:\Orbiter 2016\Scenarios\
000000.000: ---------------------------------------------------------------
D3D9 DLLs  : C:\WINDOWS\SYSTEM32\d3dx9_43.dll [v 9.29.952.3111]
           : C:\WINDOWS\SYSTEM32\d3d9.dll [v 10.0.19041.928]
000000.000: ---------------------------------------------------------------
000000.000: Module D3D9Client.dll ........ [Build 210513, API 160828]
000000.000: Module Glideslope.dll ........ [Build 180401, API 160828]
000000.000: Glideslope module init: version v2.7, date Apr  1 2018
000000.000: Module BurnTimeMFD.dll ....... [Build 180706, API 160828]
000000.000: Module BaseSyncMFD.dll ....... [Build 180408, API 160828]
000000.000: Module HUDDrawer.dll ......... [Build 160907, API 160828]
000000.000: Module ModuleMessagingExtMFD.dll  [Build 180624, API 160828]
000000.000:    >>> MMExtMFD module initialized: version 2.1, compile date Jun 24 2018
000000.000: Module AeroBrakeMFD.dll ...... [Build ******, API 100830]
000000.000: 
000000.000: **** Creating simulation session
000000.000: D3D9: [DirectX 9 Initialized]
D3D9: 3D-Adapter.............. : Intel(R) Iris(R) Plus Graphics
D3D9: MaxTextureWidth......... : 8192
D3D9: MaxTextureHeight........ : 8192
D3D9: MaxTextureRepeat........ : 8192
D3D9: VolTexAddressCaps....... : 0x3F
D3D9: NumSimultaneousRTs...... : 4
D3D9: VertexDeclCaps.......... : 0x37F
D3D9: MiscCaps................ : 0x2FCCF2
D3D9: XNA Math Support........ : Yes
D3D9: Vertex Texture.......... : Yes
D3D9: Separate AlphaBlend..... : Yes
D3D9: Shadow Mapping.......... : Yes
D3D9: D3DFMT_A16B16G16R16F.... : Yes
D3D9: D3DFMT_A32B32G32R32F.... : Yes
D3D9: D3DFMT_D32F_LOCKABLE.... : No
D3D9: D3DFMT_A2R10G10B10...... : Yes
D3D9: D3DFMT_L8............... : Yes
D3D9: D3DDTCAPS_DEC3N......... : No
D3D9: D3DDTCAPS_FLOAT16_2..... : Yes
D3D9: D3DDTCAPS_FLOAT16_4..... : Yes
D3D9: Runs under WINE......... : No
D3D9: D3D9Build Date.......... : 210421
D3D9: Available Texture Memory : 2005 MB
000000.000: D3D9: [3DDevice Initialized]
000000.000: D3D9: [Loading Constellations]
000000.000: D3D9: [D3D9Client Initialized]
D3D9: WARNING: Texture Fcd07_n.dds not found.
D3D9: WARNING: Texture Fcd08_n.dds not found.
D3D9: WARNING: Texture Fcd09_n.dds not found.
D3D9: WARNING: Texture Fcd10_n.dds not found.
D3D9: WARNING: Texture Fcd14_n.dds not found.
D3D9: WARNING: Texture Fcd15_n.dds not found.
D3D9: WARNING: Texture Roof01_n.dds not found.
D3D9: WARNING: Texture Roof02_n.dds not found.
D3D9: WARNING: Texture Wall01_n.dds not found.
D3D9: WARNING: Texture Door01_n.dds not found.
D3D9: WARNING: Texture Solpanel_n.dds not found.
D3D9: WARNING: Texture Runway2_n.dds not found.
D3D9: WARNING: Texture Ball_n.dds not found.
D3D9: WARNING: Texture Cape17_n.dds not found.
D3D9: WARNING: Texture Cape18_n.dds not found.
D3D9: WARNING: Texture Cape19_n.dds not found.
D3D9: WARNING: Texture Cape20_n.dds not found.
D3D9: WARNING: Texture Cape21.dds not found.
D3D9: WARNING: Texture Cape21_n.dds not found.
D3D9: WARNING: Texture Cape22_n.dds not found.
D3D9: WARNING: Texture Concrete1_n.dds not found.
000000.000: Module Sun.dll ............... [Build 160828, API 160828]
VSOP87(E) Sun: Precision 1e-006, Terms 554/6634
000000.000: Module Mercury.dll ........... [Build 160828, API 160828]
VSOP87(B) Mercury: Precision 1e-005, Terms 167/7123
000000.000: Module Venus.dll ............. [Build 160828, API 160828]
000000.000: Module VenusAtm2006.dll ...... [Build 160828, API 160828]
VSOP87(B) Venus: Precision 1e-005, Terms 79/1710
============================ ERROR: ===========================
While initialising celestial body:
>>> File not found: .\Config\Earth_shuttlehd2016.cfg
[CelestialBody::CelestialBody | .\Celbody.cpp | 45]
===============================================================
000000.000: >>> TERMINATING <<<
000000.000:    >>> MMExtMFD module exited
000000.000: Glideslope module exit
 
Top