Idea Shuttle Fleet recompile for Orbiter 2016

Gargantua2024

The Desktop Orbinaut
Joined
Oct 14, 2016
Messages
1,050
Reaction score
1,257
Points
128
Location
San Jose Del Monte, Bulacan
For Intelsat 603, Vinka's Spacecraft4 would do...

---------- Post added at 04:22 PM ---------- Previous post was at 04:18 PM ----------

Regarding the thrust of the Orbus: Since it was derived from the first stage of the IUS (wbich is also an Orbus by the way), then it would have the same performance as the latter rocket


That is for post-deployment of course;)
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
Sure Spacecraft4 would do but a dll would be better for me. I hope to have 1 keys function to raise the body and animate the dishes. From what I read the Orbus would start to spin at 10 rpm after 35 minutes from the shuttle release. But increases to 35 for PKM firing. So I will have to spin to 35 rpm. But not seeing thrust and fuel amount

found this:
http://www.b14643.de/Spacerockets/Specials/P&W_ORBUS_motor/index.htm
listed as Orbus 21

---------- Post added at 06:24 PM ---------- Previous post was at 12:28 PM ----------

So I have the orbus at this:
Code:
const double FUELMASS = 8853.2159;//2400
const double ISP = 2898;//33000
const double MAXRCSTH = 10;//500

PROPELLANT_HANDLE tank3 = CreatePropellantResource(FUELMASS);
	th_main[0] = CreateThruster(_V(0, 0, .3), _V(0, 0, 1), 267.3, tank3, ISP);


---------- Post added at 06:59 PM ---------- Previous post was at 06:24 PM ----------

So I have this:
Code:
if (key == OAPI_KEY_K)
	{
		OBJHANDLE hChild = GetAttachmentStatus(INTELSAT);
		DetachChild(INTELSAT, 1.0); // 0 m/s release
		if (oapiIsVessel(hChild)) {
			VESSEL *vChild = oapiGetVesselInterface(hChild);
			VECTOR3 vel;
			VECTOR3 avel;
			avel.y = 0;
			avel.x = 0;
			avel.z = 210 * RAD;
			VESSELSTATUS vs;
			GetStatus(vs);
			GlobalRot(_V(0, 0, .5), vel);
			vs.rvel += vel;
			vChild->DefSetState(&vs);
			vChild->SetAngularVel(avel);

		}
it should set the Intelsat at 35rpm along the z axis and .5 away from the Orbus.

But it detaches but the Intelsat get in the middle or the orbus?
Code:
INTELSAT = CreateAttachment(false, _V(0, 0, -.1), _V(0, 0, -1), _V(0, 1, 0), "XS", true);

P 0 0 -3.8 0 0 1 0 -1 0 CR ; TO orbus

I may need to redo the meshes of the intelsat and orbus:(

---------- Post added 06-18-19 at 05:33 AM ---------- Previous post was 06-17-19 at 06:59 PM ----------

So this is a new sts 49. Has launch scn and launch of Intelsat scn. Working Orbus. So when the Orbus is released a timer starts when it reaches 1000 then thrust is available. It will spin at 35 rpm. Press K for Intel separation.
https://drive.google.com/open?id=1ioowi7INg-RMHk8jBVHMcXSOdcEGsY6v

might need to look at sts61c launch as it may be too low on the pad?

Jusr realized forgot ini and guidance files for launch

---------- Post added at 02:09 PM ---------- Previous post was at 05:33 AM ----------

Updated zip with new 61c launch scn and ini and guidance
https://drive.google.com/open?id=15ewMf02dF1CXR8LCZerQhjblUg7sXW53
 
Last edited:

pappy2

Active member
Joined
May 3, 2012
Messages
398
Reaction score
36
Points
43
Good evening "gattispilot"

So following your last update, I now have some small issues with the STS-49 scenario LAUNCH LAUNCH OF INTELSAT6 NEW: :huh:

- cradlebar is at the bottom of intergalactic space in fast autorotation
- ORBUS has a flame but has no power to change orbit
- after separation ORBUS / Intelsat the satellite does not appear in the selection window





With the scenario STS 49 LAUNCH, cradlebar is in the hold. :thumbup:


Regarding STS-61CLAUNCH the scenario starts but then it does not work (no apparent texture) :(

Code:
**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 6.41633e-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: ---------------------------------------------------------------
BaseDir    : C:\ORBITER 2016\ORBITER 2016 THD\
ConfigDir  : C:\ORBITER 2016\ORBITER 2016 THD\Config\
MeshDir    : C:\ORBITER 2016\ORBITER 2016 THD\Meshes\
TextureDir : C:\ORBITER 2016\ORBITER 2016 THD\Textures\
HightexDir : C:\ORBITER 2016\ORBITER 2016 THD\Textures2\
ScenarioDir: C:\ORBITER 2016\ORBITER 2016 THD\Scenarios\
000000.000: ---------------------------------------------------------------
000000.000: Module D3D9Client.dll ........ [Build 190225, API 160828]
============================ ERROR: ===========================
Failed loading module Modules\Plugin\CamShake.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
============================ ERROR: ===========================
Failed loading module Modules\Plugin\InterMFD56.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
000000.000: Module LunarTransferMFD.dll .. [Build 160829, API 160815]
============================ ERROR: ===========================
Failed loading module Modules\Plugin\Map3DMFD.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
============================ ERROR: ===========================
Failed loading module Modules\Plugin\ReFuelMFD.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
000000.000: Module ScriptMFD.dll ......... [Build 160828, API 160828]
000000.000: Module Multistage2015_MFD.dll  [Build 170626, API 160828]
000000.000: Module InterMFD57.dll ........ [Build 161216, API 160910]
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 Meshdebug.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 CustomMFD.dll ......... [Build 160828, API 160828]
000000.000: Module AttitudeMFD.dll ....... [Build ******, API 060425]
000000.000: Module HUDdataMFD.dll ........ [Build ******, API 060425]
000000.000: Module LuaConsole.dll ........ [Build 160828, API 160828]
000000.000: Module ExtMFD.dll ............ [Build 160828, API 160828]
============================ ERROR: ===========================
Failed loading module Modules\Plugin\DX9ExtMFD.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
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 XRSound.dll ........... [Build 180309, API 160828]
000000.000: Module OrbiterSound.dll ...... [Build 180310, API 160828]
============================ ERROR: ===========================
Failed loading module Modules\Plugin\BaseSyncMFD.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
000000.000: Module DscovrMFD.dll ......... [Build 150205, API 100830]
000000.000: 
000000.000: **** Creating simulation session
000000.000: D3D9: [DirectX 9 Initialized]
            D3D9: 3D-Adapter.............. : NVIDIA GeForce GT 240M 
            D3D9: MaxTextureWidth......... : 8192
            D3D9: MaxTextureHeight........ : 8192
            D3D9: MaxTextureRepeat........ : 8192
            D3D9: VolTexAddressCaps....... : 0x3F
            D3D9: NumSimultaneousRTs...... : 4
            D3D9: VertexDeclCaps.......... : 0x30F
            D3D9: MiscCaps................ : 0x2FCEF2
            D3D9: XNA Math Support........ : Yes
            D3D9: Vertex Texture.......... : Yes
            D3D9: Shadow Mapping.......... : Yes
            D3D9: D3DFMT_A16B16G16R16F.... : Yes
            D3D9: D3DFMT_A32B32G32R32F.... : Yes
            D3D9: D3DFMT_D32F_LOCKABLE.... : Yes
            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: Available Texture Memory : 3003 MB
000000.000: D3D9: [3DDevice Initialized]
000000.000: D3D9: [Loading Constellations]
000000.000: D3D9: [D3D9Client Initialized]
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
============================ ERROR: ===========================
Parse error from base definition file for Cape Canaveral: Block: TEXn: expected 3 values (*char, scalar, scalar)
[BaseObject::ParseError | .\Baseobj.cpp | 184]
===============================================================
============================ ERROR: ===========================
Parse error from base definition file for Cape Canaveral: Block: TEXn: expected 3 values (*char, scalar, scalar)
[BaseObject::ParseError | .\Baseobj.cpp | 184]
===============================================================
000000.000: BaseObject: Parse error 2
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 170626, API 160828]
000000.000: Multistage Version: 170506
000000.000: Load State Started
000000.000: ET61C: Guidance File present: Config\Multistage2015\Guidance\guidance_shuttle_STS-61Creal.txt
000000.000: ET61C: Config File: C:\ORBITER 2016\ORBITER 2016 THD\Config\Multistage2015\Space-Shuttle_STS-61C.ini
000000.000: ET61C: Number of stages in the ini file: 0
000000.000: ET61C: Number of boosters group in the ini file: 0
000000.000: ET61C: Number of Payloads in the ini file: 0
000000.000: ET61C: Stage n. 1 Engines Exhaust Added--> number of engines: 1 , diameter: 0.000, position x: 0.000 y: 0.000 z: -0.000
000000.000: Load State Terminated
000000.000: Module EmptyModule.dll ....... [Build 170626, API 160828]
000000.000: Module MS_Camera.dll ......... [Build 170626, API 160828]
000000.000: MS_Camera: Target Vessel Loaded->ET-1
000000.000: Module SPACESHUTTLE2016D.dll . [Build 190616, 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: ---------------------------------------------------------------
000000.000: Module Spacecraft3.dll ....... [Build ******, API 060425]
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: VESSEL::SetBankMomentScale
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: ===========================
Could not load vessel module: sts_payloads\Satcom
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
000000.000: XRSound 1.10 (Build Date: Mar  9 2018) initialized using sound driver DirectSound8; irrKlang version = 1.6.0.  XRSound UpdateInterval = 0.050 (20.0 updates per second)
000000.000: Finished initialising status
000000.000: Finished initialising camera
000000.000: Finished setting up render state
000000.000: D3D9: [Scene Initialized]
000000.000: Post Creation Started
000000.000: ET61C: Gravity Turn Initial Pitch by user: 89.500 Calculated:89.000
000000.000: RESET PEG
000000.000: ET61C: Planet Reference Pressure = 101325.0 Pa  Atmosphere Altitude Limit:2500.0 km
000000.000: Post Creation Terminated
000000.000: GetVesselSoundID3(1A740C68)
000000.000: returned 1
000000.000: SoundOption3(1,16,0)
000000.000: SoundOption3(1,1,0)
000000.000: Finished initialising panels
============================ ERROR: ===========================
Mesh not found: .\Meshes\.msh
[LoadMesh | .\Mesh.cpp | 1269]
===============================================================
000005.736: D3D9: [Session Closed. Scene deleted.]
000005.736: D3D9: [Destroy Render Window Called]
D3D9: ERROR: UnDeleted Surface(s) Detected
D3D9: ERROR: Surface 0xD4571F0 (Fcd15.dds) (32,32)
D3D9: ERROR: Surface 0xD457328 (Fcd10.dds) (32,32)
D3D9: ERROR: Surface 0xD457460 (Taxiway1.dds) (128,128)
D3D9: ERROR: Surface 0xD457598 (Fcd14.dds) (32,32)
D3D9: ERROR: Surface 0xD4576D0 (Roof01.dds) (32,32)
D3D9: ERROR: Surface 0xD457808 (Fcd13_n.dds) (32,32)
D3D9: ERROR: Surface 0xD457940 (Roof02.dds) (32,32)
D3D9: ERROR: Surface 0xD457A78 (Taxiway2.dds) (128,128)
D3D9: ERROR: Surface 0xD457BB0 (Fcd13.dds) (32,32)
D3D9: ERROR: Surface 0xD457CE8 (Wall01.dds) (32,32)
D3D9: ERROR: Surface 0xD457E20 (Fcd11_n.dds) (32,32)
D3D9: ERROR: Surface 0xD457F58 (Door01.dds) (32,32)
D3D9: ERROR: Surface 0xD458090 (Lpad02.dds) (128,128)
D3D9: ERROR: Surface 0xD4581C8 (Fcd12.dds) (32,32)
D3D9: ERROR: Surface 0xD458300 (Lpad01_n.dds) (128,128)
D3D9: ERROR: Surface 0xD458438 (Lpad02a.dds) (128,128)
D3D9: ERROR: Surface 0xD458570 (Lpad02a_n.dds) (128,128)
D3D9: ERROR: Surface 0xD4586A8 (Taxiway2_n.dds) (128,128)
D3D9: ERROR: Surface 0xD4587E0 (Monorail.dds) (64,64)
D3D9: ERROR: Surface 0xD458918 (Monorail_n.dds) (64,64)
D3D9: ERROR: Surface 0xD458A50 (Hangrail.dds) (64,64)
D3D9: ERROR: Surface 0xD458B88 (Fcd11.dds) (32,32)
D3D9: ERROR: Surface 0xD458CC0 (Fcd12_n.dds) (32,32)
D3D9: ERROR: Surface 0xD458DF8 (Lpad02_n.dds) (128,128)
D3D9: ERROR: Surface 0xD458F30 (Taxiway1_n.dds) (128,128)
D3D9: ERROR: Surface 0xD459068 (Lpad01.dds) (128,128)
D3D9: ERROR: Surface 0xF9C70F0 (Fcd04.dds) (32,32)
D3D9: ERROR: Surface 0xF9C7228 (Fcd06_n.dds) (32,32)
D3D9: ERROR: Surface 0xF9C7498 (Fcd04_n.dds) (32,32)
D3D9: ERROR: Surface 0xF9C75D0 (Fcd07.dds) (32,32)
D3D9: ERROR: Surface 0xF9C7708 (Fcd01_n.dds) (32,32)
D3D9: ERROR: Surface 0xF9C7840 (Fcd06.dds) (32,32)
D3D9: ERROR: Surface 0xF9C7978 (Fcd03.dds) (32,32)
D3D9: ERROR: Surface 0xF9C7AB0 (Fcd05.dds) (32,32)
D3D9: ERROR: Surface 0xF9C7D20 (Fcd05_n.dds) (32,32)
D3D9: ERROR: Surface 0xF9C7E58 (Fcd08.dds) (32,32)
D3D9: ERROR: Surface 0xF9C7F90 (Fcd09.dds) (32,32)
D3D9: ERROR: Surface 0xF9C8950 (Fcd01.dds) (32,32)
D3D9: ERROR: Surface 0xF9C8BC0 (Fcd02.dds) (32,32)
D3D9: ERROR: Surface 0xF9C8CF8 (Fcd02_n.dds) (32,32)
D3D9: ERROR: Surface 0xF9C8E30 (Fcd03_n.dds) (32,32)
D3D9: ERROR: Surface 0xFCDB660 (clbkCreateSurface) (256,36)
D3D9: ERROR: Surface 0xFDF08E8 (Cape19.dds) (128,128)
D3D9: ERROR: Surface 0xFDF0A20 (Cape20.dds) (128,128)
D3D9: ERROR: Surface 0xFDF0B58 (Concrete1.dds) (256,256)
D3D9: ERROR: Surface 0xFDF0C90 (transp.dds) (4,4)
D3D9: ERROR: Surface 0xFDF12A8 (clbkCreateTexture) (2,2)
D3D9: ERROR: Surface 0xFDF13E0 (Cape23.dds) (128,128)
D3D9: ERROR: Surface 0xFDF1518 (Cape18.dds) (128,128)
D3D9: ERROR: Surface 0xFDF1650 (Cape22.dds) (128,128)
D3D9: ERROR: Surface 0xFDF1788 (main_menu.dds) (1024,256)
D3D9: ERROR: Surface 0xFDF18C0 (Solpanel.dds) (128,128)
D3D9: ERROR: Surface 0xFDF19F8 (Hangrail_n.dds) (64,64)
D3D9: ERROR: Surface 0xFDF1B30 (Cape23_n.dds) (128,128)
D3D9: ERROR: Surface 0xFDF1C68 (Cape17.dds) (128,128)
D3D9: ERROR: Surface 0xFDF1DA0 (main_menu_tgt.dds) (1024,128)
D3D9: ERROR: Surface 0xFDF2628 (Runway2.dds) (256,256)
D3D9: ERROR: Surface 0xFDF2760 (Ball.dds) (64,64)
D3D9: ERROR: Surface 0x17F55418 (clbkCreateSurfaceEx) (166,166)
D3D9: ERROR: Surface 0x17F55A30 (Cockpit\Glasspit.dds) (512,256)
D3D9: ERROR: Surface 0x17F55CA0 (clbkCreateSurfaceEx) (925,22)
D3D9: ERROR: Surface 0x17F56048 (clbkCreateSurfaceEx) (153,166)
D3D9: ERROR: Surface 0x17F56EE8 (Cockpit\hud.dds) (512,256)
D3D9: ERROR: Surface 0x17F57020 (clbkCreateSurfaceEx) (355,355)
D3D9: ERROR: Surface 0x17F57290 (clbkCreateSurfaceEx) (355,355)
D3D9: ERROR: Surface 0x17FD2F48 (clbkCreateSurfaceEx) (18,249)
D3D9: ERROR: Surface 0x17FD4A18 (clbkCreateSurfaceEx) (18,132)
D3D9: ERROR: Surface 0x17FD5510 (clbkCreateSurfaceEx) (126,88)
000005.736: XRSound 1.10 (Build Date: Mar  9 2018) terminating.
D3D9: ERROR: 12 un-released fonts!
D3D9: ERROR: 4 un-released brushes!
D3D9: ERROR: 26 un-released pens!
000005.736: **** Respawning Orbiter process


**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 6.41633e-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: ---------------------------------------------------------------
BaseDir    : C:\ORBITER 2016\ORBITER 2016 THD\
ConfigDir  : C:\ORBITER 2016\ORBITER 2016 THD\Config\
MeshDir    : C:\ORBITER 2016\ORBITER 2016 THD\Meshes\
TextureDir : C:\ORBITER 2016\ORBITER 2016 THD\Textures\
HightexDir : C:\ORBITER 2016\ORBITER 2016 THD\Textures2\
ScenarioDir: C:\ORBITER 2016\ORBITER 2016 THD\Scenarios\
000000.000: ---------------------------------------------------------------
000000.000: Module D3D9Client.dll ........ [Build 190225, API 160828]
============================ ERROR: ===========================
Failed loading module Modules\Plugin\CamShake.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
============================ ERROR: ===========================
Failed loading module Modules\Plugin\InterMFD56.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
000000.000: Module LunarTransferMFD.dll .. [Build 160829, API 160815]
============================ ERROR: ===========================
Failed loading module Modules\Plugin\Map3DMFD.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
============================ ERROR: ===========================
Failed loading module Modules\Plugin\ReFuelMFD.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
000000.000: Module ScriptMFD.dll ......... [Build 160828, API 160828]
000000.000: Module Multistage2015_MFD.dll  [Build 170626, API 160828]
000000.000: Module InterMFD57.dll ........ [Build 161216, API 160910]
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 Meshdebug.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 CustomMFD.dll ......... [Build 160828, API 160828]
000000.000: Module AttitudeMFD.dll ....... [Build ******, API 060425]
000000.000: Module HUDdataMFD.dll ........ [Build ******, API 060425]
000000.000: Module LuaConsole.dll ........ [Build 160828, API 160828]
000000.000: Module ExtMFD.dll ............ [Build 160828, API 160828]
============================ ERROR: ===========================
Failed loading module Modules\Plugin\DX9ExtMFD.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
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 XRSound.dll ........... [Build 180309, API 160828]
000000.000: Module OrbiterSound.dll ...... [Build 180310, API 160828]
============================ ERROR: ===========================
Failed loading module Modules\Plugin\BaseSyncMFD.dll (code 126)
[Orbiter::LoadModule | .\Orbiter.cpp | 600]
===============================================================
000000.000: Module DscovrMFD.dll ......... [Build 150205, API 100830]
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
Missing textures? on sts 61 launch?
Code:
**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 6.83948e-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: ---------------------------------------------------------------
BaseDir    : C:\Orbiter2016\
ConfigDir  : C:\Orbiter2016\Config\
MeshDir    : C:\Orbiter2016\Meshes\
TextureDir : C:\Orbiter2016\Textures\
HightexDir : C:\Orbiter2016\Textures2\
ScenarioDir: C:\Orbiter2016\Scenarios\
000000.000: ---------------------------------------------------------------
000000.000: Module D3D9Client_flat.dll ... [Build 190417, API 160828]
000000.000: Module ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: Module Multistage2015_MFD.dll  [Build 170626, API 160828]
000000.000: Module Attachment Manager.dll  [Build ******, API 060425]
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: ---------------------------------------------------------------
BaseDir    : C:\Orbiter2016\
ConfigDir  : C:\Orbiter2016\Config\
MeshDir    : C:\Orbiter2016\Meshes\
TextureDir : C:\Orbiter2016\Textures\
HightexDir : C:\Orbiter2016\Textures2\
ScenarioDir: C:\Orbiter2016\Scenarios\
000000.000: ---------------------------------------------------------------
000000.000: Module D3D9Client_flat.dll ... [Build 190417, API 160828]
000000.000: Module ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: Module Multistage2015_MFD.dll  [Build 170626, API 160828]
000000.000: Module Attachment Manager.dll  [Build ******, API 060425]
000000.000: 
000000.000: **** Creating simulation session
000000.000: D3D9: [DirectX 9 Initialized]
000000.000: D3D9: [3DDevice Initialized]
000000.000: D3D9: [Loading Constellations]
000000.000: D3D9: [D3D9Client Initialized]
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
============================ ERROR: ===========================
Parse error from base definition file for Cape Canaveral: Block: TEXn: expected 3 values (*char, scalar, scalar)
[BaseObject::ParseError | .\Baseobj.cpp | 184]
===============================================================
============================ ERROR: ===========================
Parse error from base definition file for Cape Canaveral: Block: TEXn: expected 3 values (*char, scalar, scalar)
[BaseObject::ParseError | .\Baseobj.cpp | 184]
===============================================================
000000.000: BaseObject: Parse error 2
============================ ERROR: ===========================
Parse error from base definition file for Vandenberg: Block: TEXn: expected 3 values (*char, scalar, scalar)
[BaseObject::ParseError | .\Baseobj.cpp | 184]
===============================================================
============================ ERROR: ===========================
Parse error from base definition file for Vandenberg: Block: TEXn: expected 3 values (*char, scalar, scalar)
[BaseObject::ParseError | .\Baseobj.cpp | 184]
===============================================================
============================ ERROR: ===========================
Parse error from base definition file for Vandenberg: Block: TEXn: expected 3 values (*char, scalar, scalar)
[BaseObject::ParseError | .\Baseobj.cpp | 184]
===============================================================
000000.000: BaseObject: Parse error 2
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 170626, API 160828]
000000.000: Multistage Version: 170506
000000.000: Load State Started
000000.000: ET61C: Guidance File present: Config\Multistage2015\Guidance\guidance_shuttle_STS-61Creal.txt
000000.000: ET61C: Orbit Call Found! Targets: Apogee:338000.0 Perigee:331000.0 Inclination:28.5 Mode:-1.0 GT initial Pitch: 0.0 Abside:331000.0
000000.000: ET61C: Config File: C:\Orbiter2016\Config\Multistage2015\Space-Shuttle_STS-61C.ini
000000.000: ET61C: Number of stages in the ini file: 1
000000.000: ET61C: Number of boosters group in the ini file: 1
000000.000: ET61C: Number of Payloads in the ini file: 1
000000.000: ET61C: Thrust in Real Position
000000.000: ET61C: Texture n.1 Loaded Exhaust_atsme
000000.000: ET61C: Texture n.2 Loaded solidfuel_exhaust
000000.000: ET61C: Texture n.3 Loaded contrail4
000000.000: ET61C: Texture n.4 Loaded contrail
000000.000: ET61C: Texture n.5 Loaded contrailSRBA
000000.000: ET61C: booster n. 1 Tank Added: 1006974.000 kg
000000.000: ET61C: Stage n. 1 Tank Added: 728715.230 kg
000000.000: ET61C: Stage n. 1 Engines Exhaust Added--> number of engines: 3 , diameter: 2.000, position x: -1.600 y: 7.930 z: -29.880
000000.000: ET61C: Stage n. 1 Engines Exhaust Added--> number of engines: 3 , diameter: 2.000, position x: 1.600 y: 7.930 z: -29.880
000000.000: ET61C: Stage n. 1 Engines Exhaust Added--> number of engines: 3 , diameter: 2.000, position x: 0.000 y: 11.330 z: -29.030
000000.000: ET61C: Booster Group n.1 Engine Exhaust Stream Added: solidfuel_exhaust to engine n.1
000000.000: ET61C: Booster Group n.1 Engine Exhaust Stream Added: contrail4 to engine n.1
000000.000: ET61C: 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: ET61C: Booster Group n.1 Engine Exhaust Stream Added: solidfuel_exhaust to engine n.2
000000.000: ET61C: Booster Group n.1 Engine Exhaust Stream Added: contrail4 to engine n.2
000000.000: ET61C: 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: ET61C: Stage n.1 Mesh Preloaded: 2016spaceshuttle\tank\slwt
000000.000: ET61C: Stage n.1 Mesh Added Mesh: 2016spaceshuttle\tank\slwt @ x:-0.050 y:0.000 z:0.000
000000.000: ET61C: Booster Mesh Preloaded: 2016spaceshuttle\booster\rsrm_1
000000.000: ET61C: Booster Mesh Added Mesh: 2016spaceshuttle\booster\rsrm_1 @ x:6.000 y:0.000 z:-11.286
000000.000: ET61C: Booster Mesh Preloaded: 2016spaceshuttle\booster\rsrm_2
000000.000: ET61C: Booster Mesh Added Mesh: 2016spaceshuttle\booster\rsrm_2 @ x:-6.000 y:0.000 z:-11.286
000000.000: Load State Terminated
000000.000: Module EmptyModule.dll ....... [Build 170626, API 160828]
000000.000: Module MS_Camera.dll ......... [Build 170626, API 160828]
000000.000: MS_Camera: Target Vessel Loaded->ET-1
000000.000: Module SPACESHUTTLE2016D.dll . [Build 190616, 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: ---------------------------------------------------------------
000000.000: Module Spacecraft3.dll ....... [Build ******, API 050206]
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: VESSEL::SetBankMomentScale
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 Satcom.dll ............ [Build ******, API 060425]
000000.000: Finished initialising status
000000.000: Finished initialising camera
000000.000: Finished setting up render state
000000.000: D3D9: [Scene Initialized]
000000.000: Post Creation Started
000000.000: ET61C: Gravity Turn Initial Pitch by user: 0.000 Calculated:70.050
000000.000: RESET PEG
000000.000: ET61C: 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,11.000,-27.000 dir: 0.000,0.000,-1.000
000000.000: Venting Effect Added @: -1.500,8.000,-27.500 dir: 0.000,0.000,-1.000
000000.000: Venting Effect Added @: 1.500,8.000,-27.500 dir: 0.000,0.000,-1.000
============================ ERROR: ===========================
Mesh not found: .\Meshes\.msh
[LoadMesh | .\Mesh.cpp | 1269]
===============================================================
000028.450: D3D9: [Session Closed. Scene deleted.]
000028.450: D3D9: [Destroy Render Window Called]
000028.450: **** Closing simulation session

The missing mesh is spacecraft3 which is normal


yes not about the satellite not showing up.
after separation ORBUS / Intelsat the satellite does not appear in the selection window

hdRfwfj.jpg



So on the sts 49 satellite launch change the scn to this:
Code:
cradlebar:cradlebar
  STATUS Orbiting Earth
  RPOS -4515559.289 3671234.798 -3173013.673
  RVEL 4838.0513 6057.0150 88.1429
  AROT -63.287 -19.261 -114.108
  VROT -0.0341 0.0002 -0.0001
  ATTACHED 0:1,ORBUS
  AFCMODE 7
  NAVFREQ 0 0
END

So on the rcs for the Orbus:
Code:
th_rcs[0] = CreateThruster(_V(6, 0, 10), _V(0, -1, 0), MAXRCSTH, tank3, ISP);

it is there it is just very light
const double MAXRCSTH = 10; not sure what it should be?
http://www.braeunig.us/space/specs/ius.htm
 
Last edited:

pappy2

Active member
Joined
May 3, 2012
Messages
398
Reaction score
36
Points
43
Good evening "gattispilot"

Scenario STS49:
- Comparing the images of the dropping of the satellite, I'm not sure that "cradlebar" is still fixed.





- With "ORBUS" I still can not increase the satellite's orbit after the drop.

-It is necessary to add the "inverse" line to the guidance file.

Code:
-30.000 =orbit(268,341,28.35,-1)
-6.0 =engine(0,100,6)
3.0 =engine(100,104.5,1.00)
30.0 =engine(104.5,72.00,5.00)
55.0 =engine(72.0,104.5,5.00)
420.0 =inverse()
480.0 =jettison()

Scenario STS61.C
- The .ini and guidance files are missing.
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
So this has a increased rcs Orbus,sts61c guidance, sts 49 guidance and sts61 ini and new cradle bar which I guess really should be renamed to capture bar.

https://drive.google.com/open?id=1qv_MBC6lfAER333lPBF5tfPfThZDlpvk

So on the capture bar. Here is a new mesh:
isc9MdV.jpg


My guess is the main bar stays orbus after separation. BUT the legs stay on the shuttle. Maybe there the orange circles are?
76kgPqZ.jpg


Another question is the Omni antenna. It might need another mesh? I have it attach to the upper dish. Not sure what happens to it.
gur55iv.jpg
 

pappy2

Active member
Joined
May 3, 2012
Messages
398
Reaction score
36
Points
43
Hello "gattispilot"

I found this on the internet about INTELSAT VI
Here images about the attachment of "the antenna".






And here the deployment of the antennas after the satellite is in working orbit.
https://www.gettyimages.fr/photos/intelsat?sort=mostpopular&mediatype=photography&phrase=intelsat






The logo INTELSAT VI F3



---------- Post added at 07:16 PM ---------- Previous post was at 03:43 PM ----------

Regarding STS61.C:
STS61-C has been launched from LC39-A it is necessary to modify the scenario.

The "STS61-C ORBIT" scenario must be modified to correct the Spacecraft3 BUG:

Replace
ASE-DOOR-D2: Spacecraft3
by
ASE-DOOR-D2: Spacecraft \ Spacecraft3


And then modify the scenario "STS61CLAUNCH"
to close the doors of ASE before takeoff.

Code:
ASE-DOOR-D2:Spacecraft\Spacecraft3
  STATUS Landed Earth
  POS 0.0000000 0.0000000
  HEADING 0.00
  ALT 0.000
  AROT 0.000 -0.000 0.000
  ATTACHED 0:2,STS-61C
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.014201
  SEQ 1 -2 0.014201
  SEQ 2 2 0.988210
  SEQ 3 2 0.988210
END

Regarding STS-49:
I think I understood how the "capture bar" works
of the INTELSAT VI F3 satellite.




Concerning the launching of INTELSAT VI F3 with ORBUS

Keypad keys for RCS operate
(But before the Satellite changes rotation speed after this is no longer possible)
In linear mode "Key 6" the set take speed.
But for more reality, to program the key "+" of the numeric keypad is not better?


After the release of ORBUS how to select the satellite ?
 
Last edited:

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
So on Orbus. What if I make a key to stop/start spinning. Once a dll is made for intelsat that should fix it.
 

Marg

Active member
Joined
Mar 20, 2008
Messages
482
Reaction score
66
Points
28

Star Voyager

Space Shuttle Refugee
Joined
Oct 25, 2008
Messages
1,975
Reaction score
32
Points
48
Not to mention COBE, UARS, and ROSAT both in pre and post-51L configurations (among others).
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
So on the Intelsat. Working on a new mesh
KDg1G7x.jpg


So are there 2 antenna on top?
on this image:
https://www.zupimages.net/up/19/25/ehzd.jpg

on the 3rd sat there are 2 antenna but on the 4 only 1.

On the Orbus. I can stop the rotation. But do we want the timer?

Right now I have it so when launched a timer starts at 1000 you get thrust and faster spin. But if you stop rotation before the timer hits 1000 it might not start turning. I can make it with the timer so press a key and it spins at 35 rpm and press again and it stops.


So another mesh for the cradle bar. So basically when the Orbus is released the 2 ends of the cradle bar stay in the cradle. The end with the arm target stays with the cradle?

I would have thought you might see parts of the bar here:
https://cdn10.picryl.com/photo/2011/07/21/s49-99-044-sts-049-sts-49-ms-akers-and-ms-thornton-in-ov-105s-payload-bay-during-686cf7-640.jpg


So on the bar:
https://www.zupimages.net/up/19/24/bh7r.jpg This image shows the part of the bar with target on it stored. Here also on the right side https://www.zupimages.net/up/19/24/ayxu.jpg

So for the Satellite launch maybe the cradle bar just needs to be attach to the shuttle and not to the cradle?


So would you say the main shuttle stuff is done. It would be nice to get the main part done and work on missions

---------- Post added 06-25-19 at 05:23 AM ---------- Previous post was 06-24-19 at 05:53 AM ----------

So new Intelsat mesh and cfg and Orbus module. Fixes the intelsat being seen. On the orbus press G and spins and press again and it will stop,
https://drive.google.com/open?id=1OCcN2Xa7R_K-qYARraXKJmBJz5p1dn-a

So working on 2 new meshes kinda fake as they are the cradle bar with middle cut away and another just the middle.
zmDdGo0.jpg

so on the cradle you end up with this:
cIAVdiT.jpg

I guess after the sat launch then grap the bar and attach to the shuttle
 
Last edited:

Gargantua2024

The Desktop Orbinaut
Joined
Oct 14, 2016
Messages
1,050
Reaction score
1,257
Points
128
Location
San Jose Del Monte, Bulacan
Hi, gattispilot....lately, I became curious about the additional fictional orbiters defined in the Shuttle's code, but when I tried to open up Enterprise (OV 101), Orbiter crashes...will send you the log tomorrow morning (about 11am in my time, UTC+8)

Gotta upload the new soundpacks too....I think it is ready by then
 

Sbb1413

Well-known member
Joined
Aug 14, 2018
Messages
948
Reaction score
373
Points
78
Location
India
Preferred Pronouns
he/his/him
Gargantua, can you upload the sound pack to OHM? I have an error while entering.
 

moonheart

Active member
Joined
Jul 12, 2015
Messages
88
Reaction score
39
Points
33
This is a fictional mission I did with the Centaur and OrbiCom.

To run you will need:

OrbiComm Satellite v0.86 (hotfix)
STS-51 Acts Satellite

HTML:
BEGIN_DESC
STS-71J October, 1987

Pad 39-B

Fictional mission carrying Centaur-Orbicom. Launch to 170k altitude.

END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 47064.541667
END_ENVIRONMENT

BEGIN_FOCUS
  Ship LC39A
END_FOCUS

BEGIN_CAMERA
  TARGET ET-71J
  MODE Extern
  POS 3.207195 -155.101543 89.656197
  TRACKMODE GlobalFrame
  FOV 25.77
END_CAMERA

BEGIN_HUD
  TYPE Surface
END_HUD

BEGIN_MFD Left
  TYPE User
  MODE GPC MFD
  SITE 1
  MODE 1
  MET -599
  ILOAD 1
END_MFD


BEGIN_MFD Right
  TYPE Orbit
  PROJ Ship
  FRAME Equator
  ALT
  REF Earth
END_MFD


BEGIN_SHIPS
ET-71J:Multistage2015
  STATUS Landed Earth
  POS -80.6208630 28.6270927
  HEADING 180.57
  ALT 47.361
  AROT 151.065 -8.240 4.530
  ATTACHED 0:0,MS_LaunchPad_ET-71J
  AFCMODE 7
  PRPLEVEL 0:1.000000 1:1.000000
  NAVFREQ 0 0 0 0
  XPDR 0
  CONFIG_FILE Config\Multistage2015\Space-Shuttle_STS-71Jnew.ini
  GUIDANCE_FILE Config\Multistage2015\Guidance\STS-71J.txt
  CONFIGURATION 0
  CURRENT_BOOSTER 1
  CURRENT_STAGE 1
  CURRENT_INTERSTAGE 1
  CURRENT_PAYLOAD 1
  FAIRING 0
  MET -30.000
  BATTERY 5400.000000
  STAGE_IGNITION_TIME 0.000000
  STAGE_STATE 1
  TELEMETRY_FILE Config\Multistage2015\Telemetry\STS-71J.txt
  ALT_STEPS 100.0,350.0,1400.0,35000.0
  PEG_PITCH_LIMIT 35.000
  PEG_MC_INTERVAL 0.100
  RAMP 
END
MS_LaunchPad_ET-71J:EmptyModule
  STATUS Landed Earth
  POS -80.6208630 28.6271600
  HEADING 0.00
  ALT -0.021
  AROT 151.047 -8.224 4.525
  AFCMODE 7
  NAVFREQ 0 0
END
MS_Camera:MS_Camera
  STATUS Landed Earth
  POS -80.61792 28.62718 13.00
  HEADING 180.57
  ALT 20.000
  AROT -118.284 -4.474 171.752
  AFCMODE 7
  NAVFREQ 0 0
  TARGET ET-71J
END
STS-71J:Shuttle2016B
  STATUS Landed Earth
  POS -80.6208630 28.6270927
  HEADING 180.57
  ALT 0.000
  AROT 99.922 -54.902 51.216
  ATTACHED 0:0,ET-71J
  PRPLEVEL 0:1.000000
  NAVFREQ 0 0
   CONFIGURATION 3
  GEAR 0 0.0000
  HATCH 0 0.0000
  Armtilt 0 0.0000
  RMSARM
OV 099
  ARM_STATUS 0.5000 0.0000 0.0000 0.5000 0.5000 0.5000
  ARM_SEQ1 0.5000 1.0000 1.0000 0.5000 0.5000 0.5000
  ARM_SEQ2 0.5000 1.0000 1.0000 0.5000 0.5000 0.5000
  ARM_SEQ3 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
  ARM_SEQ4 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
  PL1_OFS 0.000000 -1.750000 0.000000
  PL1_DIR 0.000000 0.000000 0.000000
  PL1_ROT 1.000000 0.000000 0.000000
  PL2_OFS 0.000000 -2.500000 4.200000
  PL2_DIR 0.000000 1.000000 0.000000
  PL2_ROT 0.000000 0.000000 1.000000
  PL3_OFS 0.000000 0.200000 -3.000000
  PL3_DIR 0.000000 1.000000 0.000000
  PL3_ROT 0.000000 0.000000 1.000000
  PL4_OFS 0.000000 0.700000 -1.400000
  PL4_DIR 0.000000 1.750000 1.000000
  PL4_ROT 1.000000 0.000000 0.000000
  PL5_OFS 0.000000 1.800000 0.000000
  PL5_DIR 0.000000 1.000000 0.000000
  PL5_ROT 0.000000 0.000000 1.000000
  PL6_OFS -1.350000 1.000000 4.000000
  PL6_DIR 1.000000 0.000000 0.000000
  PL6_ROT 0.000000 1.000000 0.000000
  KEEL_CAM 0.145000 -0.500000 -1.356000
  CALLOUT 
END
ASE-TOS-2:spacecraft\spacecraft3
  STATUS Orbiting Earth
  ATTACHED 0:5,STS-71J
  AFCMODE 7
END
Centaur:Velcro/CentaurG
  ATTACHED 2:2,STS-71J
  STATUS Orbiting Earth
  PRPLEVEL 0:1.000 1:1.000
  PAYLOAD OrbiComm OrbiComm OrbiComm 0 0 2.7 3600.0 0 1
end
END_SHIPS

Config:Space-Shuttle_STS-71Jnew.ini
HTML:
[MISC]
cog=38.0
FOCUS=1
THRUST_REAL_POS=1

[TEXTURE_LIST]
TEX_1=Exhaust_atsme
TEX_2=solidfuel_exhaust
TEX_3=contrail4
TEX_4=contrail
TEX_5=contrailSRBA

[PARTICLESTREAM_1]
Name=vent
amin=1e-006
amax=0.1
atmslowdown=0.35
growthrate=0.4
lifetime=1.0
lmax=0.5
lmin=0
srcrate=30
srcsize=0.3
v0=1
ltype=EMISSIVE
atmsmap=ATM_PLOG
levelmap=LVL_PSQRT
tex=contrail

[PARTICLESTREAM_2]
NAME=mach
SRCSIZE=4
SRCRATE=40
V0=12
SRCSPREAD=0
LIFETIME=0.25
GROWTHRATE=4
ATMSLOWDOWN=0
LTYPE=EMISSIVE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=4
ATMSMAP=ATM_PLOG
AMIN=0.7e-7
AMAX=1
TEX= contrail

[PARTICLESTREAM_3]
NAME=solidfuel_exhaust
SRCSIZE=3
SRCRATE=12
V0=30
SRCSPREAD=0.05
LIFETIME=1.3
GROWTHRATE=3
ATMSLOWDOWN=0.3
LTYPE=EMISSIVE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-6
AMAX=1
TEX=solidfuel_exhaust
GROWFACTOR_RATE=6
GROWFACTOR_SIZE=0.2

[PARTICLESTREAM_4]
NAME=contrail4
SRCSIZE=3
SRCRATE=12
V0=50
SRCSPREAD=0.05
LIFETIME=15.5
GROWTHRATE=3
ATMSLOWDOWN=0.3
LTYPE=EMISSIVE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-6
AMAX=1
TEX=contrailSRBA
GROWFACTOR_RATE=6
GROWFACTOR_SIZE=0.2

[PARTICLESTREAM_5]
NAME=launch1
Srcsize=12.000
Srcrate=5000.000
V0=150.000
Srcspread=0.750
Lifetime=16.000
Growthrate=2.500
Atmslowdown=0.750
Ltype=EMISSIVE
Levelmap=LVL_PSQRT
Lmin=0
Lmax=1.000
Atmsmap=ATM_PLOG
Amin=1e-006
Amax=1.000
Tex=contrail4

[FX_VENT]
pstream=vent
off_1=(0,11.5,-26)
dir_1=(0,0,-1)
time_fin_1=-5
off_2=(-2.0,8,-28)
dir_2=(0,0,-1)
time_fin_2=-5
off_3=(2.0,8,-28)
dir_3=(0,0,-1)
time_fin_3=-5

[FX_MACH]
pstream=mach
mach_min=0.91
mach_max=1.09
off_1=(0,0.2,21.7)
off_2=(5.5,0,12.0)
off_3=(-5.5,0,12.0)
off_4=(0,8.1,9.1)
off_5=(0,17.5,-26.3)
dir=(0,0,-1)

[FX_LAUNCH]
N=2
Height=5
Distance=15
Angle=90
Pstream1=launch1
CutoffAltitude=300

[BOOSTER_1]
N=2
MeshName="2016spaceshuttle\booster\srb"
Height=38.5
Diameter=3.71 
EmptyMass=86183
FuelMass=503487
Thrust=14739770.25
angle=0.0
off=(6,0.,2.115)
BurnTime=122.0
eng_1=(-0.2,0,-22.5)
eng_diameter=2.2
ENG_PSTREAM1=solidfuel_exhaust
ENG_PSTREAM2=contrail4
Speed=(15,0,0)
Rot_speed=(0,-0.4,0)
CURVE_1=(-1,0)
CURVE_2=(0,100)
CURVE_3=(30.3,100)
CURVE_4=(35.5,87)
CURVE_5=(60.0,87)
CURVE_6=(65.1,100)
CURVE_7=(103,100)
CURVE_8=(115,85)
CURVE_9=(136,5)

[STAGE_1]
Height=46.88 
Diameter=8.7
EmptyMass=30000
FuelMass=728715.23
Thrust=6539030.025
BurnTime=504.1
off=(-0.05,0,13.401)
MeshName="2016spaceshuttle\tank\slwt"
eng_1=(-1.6,7.93,-26.88)
eng_2=( 1.6,7.93,-26.88)
eng_3=( 0.0,11.33,-26.03)
DIR=(0.0, 0.25885, -0.96545)
eng_diameter=2.0
speed=(0,0,-10)
ENG_TEX=Exhaust_atsme
battery=1.5
Reignitable=0

[PAYLOAD_1]
MeshName="2016spaceshuttle\Challenger\ChallengerORG2016G"
off=(-0.00,8.13,0.0)
Diameter=23.1
Height=36.2
Mass=94130.0
Module="Shuttle2016B"
Name=STS-71J
SPEED=(0,0.8,0)
Rot_Speed=(0.002,0,0)
RENDER=1
LIVE=1

Guidance: Guidance\STS-71J.txt
HTML:
-30=orbit(170,170,57,-1)
-6=engine(0,100,6)
3=engine(100,104.5,1.00)
30=engine(104.5,72.00,5.00)
55=engine(72.0,104.5,5.00)
124=jettison()
480=jettison()

Hope it works for you - enjoy
 
Last edited:

Gargantua2024

The Desktop Orbinaut
Joined
Oct 14, 2016
Messages
1,050
Reaction score
1,257
Points
128
Location
San Jose Del Monte, Bulacan
Gargantua, can you upload the sound pack to OHM? I have an error while entering.

I'm having trouble uploading the Soundpacks to OHM, I don't know why...

Anyways, gattispilot here's the error log for Enterprise:
Code:
**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 3.208e-007 sec
000000.000: Found 0 joystick(s)
000000.000: Devices enumerated: 4
000000.000: Devices accepted: 3
000000.000: [ ] RGB Emulation (SW)
000000.000: [x] Direct3D HAL (HW)
000000.000: [x] Direct3D HAL (Intel(R) Q45/Q43 Express Chipset) (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 ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: Module Multistage2015_MFD.dll  [Build 170626, API 160828]
000000.000: Module universalParachute.dll  [Build ******, API 060425]
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: 
000000.000: **** Creating simulation session
000000.000: DirectDraw interface OK
000000.000: Direct3D interface OK
000000.000: Graphics: Viewport: Window 1360 x 740 x 32
000000.000: Graphics: Hardware T&L capability: No
000000.000: Graphics: Z-buffer depth: 32 bit
000000.000: Graphics: Active lights supported: -1
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 SPACESHUTTLE2016D.dll . [Build 190514, 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: ---------------------------------------------------------------
============================ ERROR: ===========================
Mesh not found: .\Meshes\2016SPACESHUTTLE\Discovery\DiscoveryORG2016f.msh
[MeshManager::LoadMesh | .\Mesh.cpp | 1238]
===============================================================
000000.000: Module Spacecraft4.dll ....... [Build 151223, API 100830]
000000.000: Finished initialising status
000000.000: Finished initialising camera
000000.000: Finished setting up render state
000000.000: Finished initialising panels
============================ ERROR: ===========================
Mesh not found: .\Meshes\.msh
[LoadMesh | .\Mesh.cpp | 1269]
===============================================================
============================ ERROR: ===========================
Mesh not found: .\Meshes\.msh
[LoadMesh | .\Mesh.cpp | 1269]
===============================================================

The same goes for the USAF shuttles (Endeavour and Atlantis)
 

Gargantua2024

The Desktop Orbinaut
Joined
Oct 14, 2016
Messages
1,050
Reaction score
1,257
Points
128
Location
San Jose Del Monte, Bulacan
The 2016 adaptation of liber's X-71 (a.k.a Armageddon) addon ([ame="https://www.orbithangar.com/searchid.php?ID=3998"]https://www.orbithangar.com/searchid.php?ID=3998[/ame])


The default ET+SRB stack uses hutchison66's Shuttlefleet High detail ET's and SRBs, but alternate configs using those from Shuttle 2016 also included


To use the X-71 boosters, detach them from the X-71 (by using Ctrl+A and then LShift+0) then dock.
 

Attachments

  • Armageddon.png
    Armageddon.png
    371 KB · Views: 24
  • Armageddon-2.jpg
    Armageddon-2.jpg
    103.3 KB · Views: 20
  • Armageddon-3.jpg
    Armageddon-3.jpg
    79.8 KB · Views: 19
  • X-71 for 2016.zip
    14.6 KB · Views: 40

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,636
Reaction score
2,613
Points
203
Location
Dallas, TX
So can you post the scn for the usaf shuttles. On the OV numbers I have 99 as challenger and not 099.

But it looks like you may have a older dll.
That discovery F is the default version. But now it is G.
try this:
https://drive.google.com/open?id=1_qcL7oEXGA8feZKm-WkMWkH3mYiXxc_r

So I am playing with Pylon.
SI3XdvX.jpg
but what I don't see in the mfd is the sequence.

from the doc for launch:
1.Bring up right pylonMFD.
2.The sequence showing will be "Launch sequence T-9:00"

I can manually operate the animations,.... but not the sequences

So one thing I changed in the scn was to change this line:
PHP:
BEGIN_MFD Right
  TYPE User
  MODE Pylon
  SHOWCOMMANDS 0
END_MFD
to this:
PHP:
BEGIN_MFD Right
  TYPE User
  MODE Pylon
  SHOWCOMMANDS 1
END_MFD

this allows to see the parameters.
 
Last edited:
Top