MaverickSawyer
Acolyte of the Probe
I'm just learning how to write .scn files, and I'm trying to Velcro/Stage a Nova SSTO, Delta III second stage, IUS 1 and 2, and an almighty Probe.
This is the relevant section of the file.
I run it, and the system crashes the program.
orbiter.log says...
and
What is this trying to tell me, and how do I fix this?

This is the relevant section of the file.
Code:
BEGIN_SHIPS
NovaSSTO:Velcro/NovaSSTO
STATUS Landed Earth
BASE Cape Canaveral:6
HEADING 0.00
TGT_HEADING 090.0
FUEL 1.000
CONFIGURATION 0
FAIRING 2 1.0 -8.0 0.0 0.0
CAMERA 0 0 30.0
STAGE Delta-Stg1:Velcro/D3stg1 0 0 52.25 45679 0 1
STAGE IUS1 Velcro/IUS_stg1 0 0 56.00 17260 0 1
STAGE IUS2 Velcro/IUS_Stg2 0 0 57.838 6419 0 1
PAYLOAD probe probe probe 0 0 59 600 0 1
END_STAGE
END_STAGE
END_STAGE
PAYLOAD Fair1 Velcro/Parts/NovaSSTOShroud1 Velcro/Parts/NovaSSTOShroud1 0 0 51.0 5500.0 0 0.0 1.0
PAYLOAD Fair2 Velcro/Parts/NovaSSTOShroud2 Velcro/Parts/NovaSSTOShroud2 0 0 51.0 5500.0 0 0.0 1.0
END
END_SHIPS
orbiter.log says...
Code:
...Module Jump Drive.dll ........ [Build ******, API 060425]
---------------------------------------------------------------
>>> WARNING: Obsolete API function used: oapiRegisterMFDMode
At least one active module is accessing an obsolete interface function.
Addons which rely on obsolete functions may not be compatible with
future versions of Orbiter.
---------------------------------------------------------------
Module SensorMFD.dll ......... [Build ******, API 060425]...
Code:
...VSOP87(B) Neptune: Precision 1e-006, Terms 391/2024
Finished initialising world
---------------------------------------------------------------
>>> WARNING: Obsolete API function used: VESSEL::SetBankMomentScale
At least one active module is accessing an obsolete interface function.
Addons which rely on obsolete functions may not be compatible with
future versions of Orbiter.
---------------------------------------------------------------
Finished initialising status...
What is this trying to tell me, and how do I fix this?