New Release Interplanetary Modular Spacecraft RC9

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
10,875
Reaction score
2,129
Points
203
Location
between the planets
As a final test, I integrated the SSTV. Integration completed at sim-time +210 seconds (and that with a really slow HD). No crashes. Everything seems to work. We're go for RC3, and it's a lot more stable than I thought it would be. Yeah! :cheers:

Bruce, please try to reproduce that timed crash of yours with this version, and if it still happens, please provide all the configs I need to reproduce it (ideally, reproduce it with only default configs).
 

BruceJohnJennerLawso

Dread Lord of the Idiots
Addon Developer
Joined
Apr 14, 2012
Messages
2,585
Reaction score
0
Points
36
As a final test, I integrated the SSTV. Integration completed at sim-time +210 seconds (and that with a really slow HD). No crashes. Everything seems to work. We're go for RC3, and it's a lot more stable than I thought it would be. Yeah! :cheers:

Bruce, please try to reproduce that timed crash of yours with this version, and if it still happens, please provide all the configs I need to reproduce it (ideally, reproduce it with only default configs).

You want it reproduced with RC2.3, right? Is one of my current Upsilon Andromedae scenarios acceptable, or does it have to be in sol?

I have enough trouble trying to avoid the crash half of the time. There was a good reason for why the Altair was so small.

:hailprobe:
 

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
10,875
Reaction score
2,129
Points
203
Location
between the planets
You want it reproduced with RC2.3, right? Is one of my current Upsilon Andromedae scenarios acceptable, or does it have to be in sol?

No, I want it reproduced with RC3, which just went live this moment. I wanted to track it down before that, but I didn't have the configs.
Reproduction in Sol would be nice, but if it only happens in Upsilon, it's still worth tracking down.

By the way, if you want to make use of the new EPP support for the thermodynamics, you'll have to take your .ogs file, copy it to config\epp and change the extension to .epp.
 

BruceJohnJennerLawso

Dread Lord of the Idiots
Addon Developer
Joined
Apr 14, 2012
Messages
2,585
Reaction score
0
Points
36
No, I want it reproduced with RC3, which just went live this moment. I wanted to track it down before that, but I didn't have the configs.
Reproduction in Sol would be nice, but if it only happens in Upsilon, it's still worth tracking down.

By the way, if you want to make use of the new EPP support for the thermodynamics, you'll have to take your .ogs file, copy it to config\epp and change the extension to .epp.

Sounds good.

On a minor tangent, I don't suppose the thermodynamics can ever track multiple sources? Upsilon Andromedae has two stars...

Oh we ask so much of you ;)

This should be fairly interesting. I found Horizon Station frozen last night after a long atmospheric flight. Ups until this point, my IMS vessels have frozen constantly around Ups And D. I suspect now that the star is back at full output, Im going to have some problems with cooling :sos:

---------- Post added at 18:26 ---------- Previous post was at 17:28 ----------

Odd behaviour in RC3: When I dock a part via scenario editor, it appears to get stuck there until I attach it & then detach in the construction menu. Cant check yet, but I think IMS is automatically locking on with an attachment point before the user hits attach in the construction menu.

RC3 also hates RC2.3. I couldnt get anything from the earlier version to load. Was there a major structural change to the configs?

---------- Post added at 18:37 ---------- Previous post was at 18:26 ----------

rebuilding the Altair in RC3

dGo31DU.jpg


I had forgotten how ugly it looked without the external tanks :lol:

But it really was a beautiful machine...

Listen to me, I sound like Tom Kelly, wait, wrong solar system...

Edit: Checking an older copy of the Altair, I believe the PMI calculation is not working properly at the moment.

Old value:

Code:
 PMI 173.420000 178.430000 51.950000

New value:

Code:
  PMI 26.004280 27.416372 12.130958

Im using the exact same parts, so something is clearly wrong.
 
Last edited:

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
10,875
Reaction score
2,129
Points
203
Location
between the planets
On a minor tangent, I don't suppose the thermodynamics can ever track multiple sources? Upsilon Andromedae has two stars...

That would be a bit more involved. A concept for tracking various radiation sources is in my mind, and will probably result in some kind of "radiation sdk" at some point in the future, but as of now that's just thoughts in my head. Mostly I was thinking about how to best implement radiation in IMS2, so one can't just put those nuclear engines and stuff wherever one wants (and can't point them wherever one wants), and the best way to do it seems an independent module where add-ons can register radiations sources attached to an OBJHANDLE.
As an afterthought it came to my mind that this could also convieniently handle multiple sources of EM radiation... it's all not anywhere on the map yet, but I'm probably going to do something like that for IMS2.

I suspect now that the star is back at full output, Im going to have some problems with cooling

I have no idea what type of sun the system has... :shifty:

---------- Post added at 07:16 PM ---------- Previous post was at 07:11 PM ----------

Odd behaviour in RC3: When I dock a part via scenario editor, it appears to get stuck there until I attach it & then detach in the construction menu. Cant check yet, but I think IMS is automatically locking on with an attachment point before the user hits attach in the construction menu.

As mentioned, RC3 has autoattach... that means that viable modules that are docked are automatically attached. So this behavior is pretty much expected.

Im using the exact same parts, so something is clearly wrong.

Yes, erm... what exactly is PMI? I noticed that it used the exact same function that was used for rotating ports, and that function has been rewritten (it's now a lot more reliable), So it's not too astonishing that some values are different now. Doesn't mean they are wrong, more likely they were wrong before. But I have to admit that I saw PMI when searching for the function in the code, didn't have any idea what it was and what it does, and just left it at that...

There might well be a problem because the function now normalises the return vector by default, and since I don't know what PMI is, it might be that it should not have its vector normalised.
 

BruceJohnJennerLawso

Dread Lord of the Idiots
Addon Developer
Joined
Apr 14, 2012
Messages
2,585
Reaction score
0
Points
36
Its an F8 star, so things should be back to their normal, searing selves (I think)

Could autoattach be set on or off from an IMS config file? Its really pesky when trying to build using the scenario editor.

PMI is a measure of an objects "resistance" to being rotated, ie an object with a huge PMI will only start rotating slowly if you apply a torque to it, but if you apply the same torque to an object with a small moment of inertia, it will spin faster, proportionally to how much smaller its PMI around that axis is.

Torque = PMI x Angular Acceleration

It is key that this be calculated properly, since the difference between the two is the difference between flying a DG and a star destroyer; One is easy to rotate, the other is not.

I'll find the physics notes on it later today. Actually though, maybe check this thread:

http://www.orbiter-forum.com/showthread.php?t=31631

The relevant calculation is at the top, although it needs to be adjusted for 3d.

Im getting this crash when trying to run my Altair scenario created in the default client, in D3D9. This shows up at the end of Orbiter log

Code:
D3D9Client Build [Sep 23 2013]
Exception Code=0xC0000005, Address=0x004219D9
EAX=0x004B377C EBX=0x00000000 ECX=0x021F2048 EDX=0x00000000 ESI=0x0222DFE0 EDI=0xFFFFFFFE EBP=0x0222DFE0 ESP=0x009FF0B8 EIP=0x004219D9
C:\Program Files (x86)\Orbiter\Instalations\Orbiter IMS RC3\modules\server\orbiter.exe EntryPoint=0x004ACFAC, Base=0x00400000, Size=2097152
GraphicsClient::RenderWndProc(hWnd=0x606AA, uMsg=2, wParam=0, lParam=0)
 

Michael_Chr

New member
Joined
Jul 16, 2013
Messages
153
Reaction score
0
Points
0
Location
Virklund
Have run RC3 with a couple of scenarios. First I should say that I took the risk by only installing the ims.dll and booster.dll file out of the entire RC3 package. I have done a lot of mods to cfg files and at this time I didnt want anything to be overridden at this time.
So... As I see it everything runs as smoothly as adverstised. Vessels and scenarios created under RC2.3 starts up under the new D3D9 client and RC3 beautifully and runs very smoothly. Also did some regression testing under Vanilla conditions...no bad behavior there either.
Havnt tried to integrate anything yet... Will try that out later this week
So all in all...looks very promising...lot of fun times ahead.
Big thanks to everyone involved with this... Especially Jedidia
Well done!
 

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
10,875
Reaction score
2,129
Points
203
Location
between the planets
Could autoattach be set on or off from an IMS config file? Its really pesky when trying to build using the scenario editor.

Hmmm yes, I can see that... will have to make it optional.

PMI is a measure of an objects "resistance" to being rotated

Right... should probably not be normalised... will have to fix that.

Im getting this crash when trying to run my Altair scenario created in the default client, in D3D9. This shows up at the end of Orbiter log

I'll need the scenario. The memory address doesn't tell me much, really.
 

BruceJohnJennerLawso

Dread Lord of the Idiots
Addon Developer
Joined
Apr 14, 2012
Messages
2,585
Reaction score
0
Points
36
I'll need the scenario. The memory address doesn't tell me much, really.

Code:
BEGIN_DESC

END_DESC

BEGIN_ENVIRONMENT
  System Upsilon Andromedae system
  Date MJD 56472.6018903371
END_ENVIRONMENT

BEGIN_FOCUS
  Ship Altair
END_FOCUS

BEGIN_CAMERA
  TARGET Altair
  MODE Extern
  POS 31.97 -131.98 156.72
  TRACKMODE AbsoluteDirection
  FOV 45.97
END_CAMERA

BEGIN_HUD
  TYPE Surface
END_HUD

BEGIN_PANEL
END_PANEL

BEGIN_SHIPS
XR-22:XR2Ravenstar
  STATUS Landed Ups And d I
  POS 114.3870221 0.0126929
  HEADING 201.42
  RCSMODE 0
  PRPLEVEL 2:0.312052
  IDS 0:203 100
  NAVFREQ 194 62 0 0
  XPDR 201
  SECONDARY_HUD 0
  LAST_ACTIVE_SECONDARY_HUD 0
  ADCTRL_MODE 0
  TAKEOFF_LANDING_CALLOUTS 0.000000 0.000000 0.000000 0.000000 0.000000
  APU_FUEL_QTY 0.987343
  LOX_QTY 0.982114
  CABIN_O2_LEVEL 0.209000
  CREW_STATE 0
  INTERNAL_SYSTEMS_FAILURE 0
  COGSHIFT_MODES 0 0 0
  MWS_ACTIVE 0
  COOLANT_TEMP 31.200000
  DMG_0 1.000000 Left Wing
  DMG_1 1.000000 Right Wing
  DMG_2 1.000000 Left Aileron
  DMG_3 1.000000 Right Aileron
  DMG_4 1.000000 Landing Gear
  DMG_5 1.000000 Nosecone
  DMG_6 1.000000 Retro Doors
  DMG_7 1.000000 Top Hatch
  DMG_8 1.000000 Radiator
  DMG_9 1.000000 Airbrake
  DMG_10 1.000000 Left Main Engine
  DMG_11 1.000000 Right Main Engine
  DMG_12 1.000000 Left SCRAM Engine
  DMG_13 1.000000 Right SCRAM Engine
  DMG_14 1.000000 Fore Hover Engine
  DMG_15 1.000000 Aft Hover Engine
  DMG_16 1.000000 Left Retro Engine
  DMG_17 1.000000 Right Retro Engine
  DMG_18 1.000000 Forward Lower RCS
  DMG_19 1.000000 Aft Upper RCS
  DMG_20 1.000000 Forward Upper RCS
  DMG_21 1.000000 Aft Lower RCS
  DMG_22 1.000000 Forward Star. RCS
  DMG_23 1.000000 Aft Port RCS
  DMG_24 1.000000 Forward Port RCS
  DMG_25 1.000000 Aft Star. RCS
  DMG_26 1.000000 Outboard Upper Port RCS
  DMG_27 1.000000 Outboard Lower Star. RCS
  DMG_28 1.000000 Outboard Upper Star. RCS
  DMG_29 1.000000 Outboard Lower Port RCS
  DMG_30 1.000000 Aft RCS
  DMG_31 1.000000 Forward RCS
  DMG_32 1.000000 Bay Doors
  IS_CRASHED 0
  MET_STARTING_MJD 56470.431509
  INTERVAL1_ELAPSED_TIME -1.000000
  INTERVAL2_ELAPSED_TIME -1.000000
  MET_RUNNING 1
  INTERVAL1_RUNNING 0
  INTERVAL2_RUNNING 0
  ACTIVE_MDM 2
  TEMP_SCALE 2
  CUSTOM_AUTOPILOT_MODE 0
  AIRSPEED_HOLD_ENGAGED 0
  SCRAM0DIR 0.000000 0.000000 1.000000
  SCRAM1DIR 0.000000 0.000000 1.000000
  HOVER_BALANCE 0.000000
  MAIN0DIR 0.000000 0.000000 1.000000
  MAIN1DIR 0.000000 0.000000 1.000000
  GIMBAL_BUTTON_STATES 0 0 0 0 0 0
  ATTITUDE_HOLD_DATA 0.000000 -5.000000 0 0 0.000000
  DESCENT_HOLD_DATA 0.000000 -3.000000 0
  AIRSPEED_HOLD_DATA 0.000000
  OVERRIDE_INTERLOCKS 0 0
  TERTIARY_HUD_ON 0
  CREW_DISPLAY_INDEX 0
  GEAR 1 1.0000
  RCOVER 0 0.0000
  NOSECONE 1 1.0000
  AIRLOCK 1 1.0000
  IAIRLOCK 1 1.0000
  CHAMBER 0 0.0000
  AIRBRAKE 1 1.0000
  RADIATOR 1 1.0000
  HATCH 1 1.0000
  SCRAM_DOORS 0 0.0000
  HOVER_DOORS 0 0.0000
  BAY_DOORS 1 1.0000
  APU_STATUS 0
  EXTCOOLING_STATUS 1
  TRIM 1.000000
  SKIN Ups_DI_Belters
  LIGHTS 0 0 0
  XRUMMU_CREW_DATA_VALID 1
  PAYLOAD_SCREENS_DATA 0.2 0 1 1
  GRAPPLE_TARGET XR2PayloadSCRAMFuel-02-1
END
XR-22_Bay:XRPayloadBay
  STATUS Landed Ups And d I
  POS 114.3870313 0.0127164
  HEADING 201.42
  ATTACHED 0:3,XR-22
  AFCMODE 7
END
XR2PayloadSCRAMFuel-03-1:XR2PayloadSCRAMFuel
  STATUS Landed Ups And d I
  POS 114.3871376 0.0126581
  HEADING 201.42
  AFCMODE 7
  NAVFREQ 0 0
END
XR2PayloadSCRAMFuel-02-1:XR2PayloadSCRAMFuel
  STATUS Landed Ups And d I
  POS 114.3871331 0.0126466
  HEADING 201.42
  AFCMODE 7
  NAVFREQ 0 0
END
XR2PayloadCHM-01-1:XR2PayloadCHM
  STATUS Landed Ups And d I
  POS 114.3870157 0.0126766
  HEADING 201.42
  ATTACHED 0:0,XR-22
  AFCMODE 7
  NAVFREQ 0 0
END
Azure_ES1-01:UCGO\Cars\CarAzure
  STATUS Landed Ups And d I
  POS 114.3859279 0.0141212
  HEADING 103.34
  AFCMODE 7
  NAVFREQ 0 0
  UMMUCREW Capt-Mafin_Tre-33-95-70
  AIInFonction 0
  CurrentWpt 0
  EngineStarted 1.0000000000
  SAVEVAR00 2§0,5§0,8§0,11§0,14§0,17§0,20§0,23§0,26§0,29§0,32§0,35§0,38§0,41§0,44§0,47§0,50§0,53§0,56§0,59§0,200§0,301§0,400§0,401§1,403§1,405§1,407§1,
  UCGO @@0,1,0,0,@@1,1,0,0,
END
Altair_Holder:camtgt
  STATUS Orbiting Ups And d I
  RPOS 12872552.77 -2499270.78 -737102.40
  RVEL 1023.479 1509.357 5800.535
  AROT 10.98 -42.25 35.48
  AFCMODE 7
  NAVFREQ 0 0
END
cCONTR01:UCGO\Cargos\CargoBaseControl
  STATUS Landed Ups And d I
  POS 114.3748343 0.0109693
  HEADING 332.26
  AFCMODE 48
  CargoUnpacked 0
END
cMODUL01:UCGO\Cargos\CargoBaseModule
  STATUS Landed Ups And d I
  POS 114.3747419 0.0109917
  HEADING 265.76
  AFCMODE 56
  CargoUnpacked 1
END
ForkLift_ES1-06:UCGO\Cars\CarForkLift
  STATUS Landed Ups And d I
  POS 114.3749933 0.0109850
  HEADING 260.47
  AFCMODE 7
  NAVFREQ 0 0
  AIInFonction 0
  CurrentWpt 0
  EngineStarted 1.0000000000
  SAVEVAR00 2§0,5§0,8§0,11§0,14§0,17§0,20§0,23§0,26§0,29§0,32§0,35§0,38§0,41§0,44§0,47§0,50§0,53§0,56§0,59§0,200§0,301§0,400§1,401§1,403§1,405§1,407§1,
  UCGO @@0,1,0,0,
END
cSOLAR02:UCGO\Cargos\CargoBaseSolar
  STATUS Landed Ups And d I
  POS 114.3739694 0.0113667
  HEADING 91.76
  AFCMODE 24
  CargoUnpacked 1
END
cSOLAR02|001:UCGO\Cargos\CargoBaseSolar
  STATUS Landed Ups And d I
  POS 114.3738368 0.0113549
  HEADING 86.68
  AFCMODE 24
  CargoUnpacked 1
END
cSOLAR02|002:UCGO\Cargos\CargoBaseSolar
  STATUS Landed Ups And d I
  POS 114.3740293 0.0113671
  HEADING 85.41
  AFCMODE 24
  CargoUnpacked 1
END
cSOLAR02|003:UCGO\Cargos\CargoBaseSolar
  STATUS Landed Ups And d I
  POS 114.3739075 0.0113679
  HEADING 87.43
  AFCMODE 24
  CargoUnpacked 1
END
cSOLAR02|004:UCGO\Cargos\CargoBaseSolar
  STATUS Landed Ups And d I
  POS 114.3737788 0.0113515
  HEADING 86.68
  AFCMODE 24
  CargoUnpacked 1
END
cMODUL03:UCGO\Cargos\CargoBaseModule
  STATUS Landed Ups And d I
  POS 114.3733023 0.0107086
  HEADING 46.02
  AFCMODE 48
  CargoUnpacked 0
END
cMODUL02:UCGO\Cargos\CargoBaseModule
  STATUS Landed Ups And d I
  POS 114.3733393 0.0107302
  HEADING 75.88
  AFCMODE 48
  CargoUnpacked 0
END
cOMITO01:UCGO\Cargos\CargoUCGOCargoFriedPinkOmitorink
  STATUS Landed Ups And d I
  POS 114.3748185 0.0109443
  HEADING 155.66
  AFCMODE 7
  IsRessource 1
  RessourceMass 500.00
END
cSOLAR01:UCGO\Cargos\CargoBaseSolar
  STATUS Landed Ups And d I
  POS 114.3739404 0.0114190
  HEADING 133.30
  AFCMODE 16
  CargoUnpacked 0
END
ES1_Servicing:XR_Facility
  STATUS Landed Ups And d I
  POS 114.3864020 0.0136990
  HEADING 180.00
  AFCMODE 7
  NAVFREQ 0 0
  XPDR 0
  BRIDGE 0 0.0000
  TROLLEY 0 0.0000
  SPREADERROTATION 0 0.0000
  SPREADER 3 0.0353
  DOORSFRONT 1 1.0000
  DOORSTOP 0 0.0000
  DOORSBACK 0 0.0000
  POPUPDATA 1 1
  HANGERLIGHTS 0
  HANGER_FAN 1
  External_Lights 0
  CraneSpeedModeMODE 0
  CRANEROTATIONMODE 0
  SPREADERSIZE 0 0.0000
END
UMmu_Crew-Nash_Malcen:UMmu
  STATUS Landed Ups And d I
  POS 114.3748818 0.0109631
  HEADING 59.49
  RCSMODE 0
  AFCMODE 7
  PRPLEVEL 0:1.000000
  NAVFREQ 0 0
  XPDR 130
  O2Level 99.1739
  O2MaxLevel 100.0000
  CardiacBeat 79.0000
  Age 17
  HudColor 0
  Chute 0
  PressureDeath 0
  MeshName ummu/ummuX02X
  crewweight 70.0000
  ProjLights 0
END
cRACK01:UCGO\Cargos\CargoBaseRack
  STATUS Landed Ups And d I
  POS 114.3748119 0.0109784
  HEADING 84.78
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL01:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3749548 0.0110633
  HEADING 271.94
  AFCMODE 24
  CargoUnpacked 1
END
cFOOD01:UCGO\Cargos\CargoSpaceFoodR34
  STATUS Landed Ups And d I
  POS 114.3748208 0.0110185
  HEADING 222.13
  AFCMODE 7
  IsRessource 1
  RessourceMass 957.00
END
cHELIU01:UCGO\Cargos\CargoUCGOHelium
  STATUS Landed Ups And d I
  POS 114.3748570 0.0109421
  HEADING 23.42
  AFCMODE 7
  IsRessource 1
  RessourceMass 145.00
END
cBED01:UCGO\Cargos\CargoBaseBed
  STATUS Landed Ups And d I
  BASE Emergency Station One:1
  POS 114.3750422 0.0110780
  HEADING 91.05
  AFCMODE 24
  CargoUnpacked 1
END
cRACK01|001:UCGO\Cargos\CargoBaseRack
  STATUS Landed Ups And d I
  POS 114.3750070 0.0110764
  HEADING 181.19
  AFCMODE 24
  CargoUnpacked 1
END
cRACK01|002:UCGO\Cargos\CargoBaseRack
  STATUS Landed Ups And d I
  POS 114.3750544 0.0110783
  HEADING 181.37
  AFCMODE 24
  CargoUnpacked 1
END
cBED01|001:UCGO\Cargos\CargoBaseBed
  STATUS Landed Ups And d I
  POS 114.3750200 0.0110785
  HEADING 270.66
  AFCMODE 24
  CargoUnpacked 1
END
cBED01|002:UCGO\Cargos\CargoBaseBed
  STATUS Landed Ups And d I
  POS 114.3750195 0.0110708
  HEADING 270.43
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL01|001:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3749560 0.0111048
  HEADING 270.39
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL01|002:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3749570 0.0111451
  HEADING 270.39
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL01|003:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3749554 0.0110838
  HEADING 271.21
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL01|004:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3749564 0.0111259
  HEADING 272.33
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL02:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750012 0.0111058
  HEADING 92.32
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL03:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3749726 0.0110573
  HEADING 178.92
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL03|001:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750081 0.0110634
  HEADING 271.10
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL03|002:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750003 0.0110846
  HEADING 91.71
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL03|003:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750198 0.0110571
  HEADING 179.35
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL03|004:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3749934 0.0110573
  HEADING 180.23
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL02|001:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750202 0.0110789
  HEADING 181.94
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL02|002:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750176 0.0111374
  HEADING 335.76
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL02|003:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750265 0.0110635
  HEADING 89.59
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL02|004:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750104 0.0111264
  HEADING 271.80
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL04:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750265 0.0110849
  HEADING 90.31
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL04|001:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750415 0.0110780
  HEADING 182.48
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL04|002:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750610 0.0110626
  HEADING 271.05
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL04|003:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750529 0.0110839
  HEADING 90.97
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL04|004:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750202 0.0110914
  HEADING 1.97
  AFCMODE 24
  CargoUnpacked 1
END
cFUEL01:UCGO\Cargos\CargoBarrelFuel
  STATUS Landed Ups And d I
  POS 114.3748097 0.0108348
  HEADING 83.37
  AFCMODE 7
  IsRessource 1
  RessourceMass 1048.00
END
cSCRWL05:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750362 0.0109491
  HEADING 330.53
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL05|001:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750412 0.0110907
  HEADING 2.20
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL05|002:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750052 0.0110162
  HEADING 260.47
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL05|003:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750409 0.0110573
  HEADING 179.98
  AFCMODE 24
  CargoUnpacked 1
END
cSCRWL05|004:UCGO\Cargos\CargoBaseScreenWall
  STATUS Landed Ups And d I
  POS 114.3750218 0.0110044
  HEADING 260.47
  AFCMODE 24
  CargoUnpacked 1
END
cBED02:UCGO\Cargos\CargoBaseBed
  STATUS Landed Ups And d I
  POS 114.3750419 0.0110697
  HEADING 91.93
  AFCMODE 24
  CargoUnpacked 1
END
cBED02|001:UCGO\Cargos\CargoBaseBed
  STATUS Landed Ups And d I
  POS 114.3734061 0.0110018
  HEADING 98.50
  AFCMODE 24
  CargoUnpacked 1
END
cBED02|002:UCGO\Cargos\CargoBaseBed
  STATUS Landed Ups And d I
  POS 114.3734278 0.0109690
  HEADING 132.85
  AFCMODE 24
  CargoUnpacked 1
END
Util-ES1-02:UCGO\Cars\FrankPictoCarUtil
  STATUS Landed Ups And d I
  POS 114.3745665 0.0109452
  HEADING 177.30
  AFCMODE 7
  NAVFREQ 0 0
  AIInFonction 0
  CurrentWpt 0
  EngineStarted 1.0000000000
  SAVEVAR00 2§0,5§0,8§0,11§0,14§0,17§0,20§0,23§0,26§0,29§0,32§0,35§0,38§0,41§0,44§0,47§0,50§0,53§0,56§0,59§0,200§0,301§0,400§1,401§1,403§1,405§1,407§1,
  UCGO @@0,1,0,0,
END
XR-2309:XR2Ravenstar
  STATUS Landed Ups And d I
  POS -35.3857920 8.7150130
  HEADING 201.42
  RCSMODE 0
  PRPLEVEL 0:1.000000 1:1.000000 2:1.000000
  IDS 0:203 100
  NAVFREQ 0 0 0 0
  XPDR 201
  SECONDARY_HUD 3
  LAST_ACTIVE_SECONDARY_HUD 0
  ADCTRL_MODE 0
  TAKEOFF_LANDING_CALLOUTS 0.000000 0.000000 0.000000 0.000000 0.000000
  APU_FUEL_QTY 1.000000
  LOX_QTY 0.999956
  CABIN_O2_LEVEL 0.209000
  CREW_STATE 0
  INTERNAL_SYSTEMS_FAILURE 0
  COGSHIFT_MODES 0 0 0
  MWS_ACTIVE 0
  COOLANT_TEMP 31.200000
  DMG_0 1.000000 Left Wing
  DMG_1 1.000000 Right Wing
  DMG_2 1.000000 Left Aileron
  DMG_3 1.000000 Right Aileron
  DMG_4 1.000000 Landing Gear
  DMG_5 1.000000 Nosecone
  DMG_6 1.000000 Retro Doors
  DMG_7 1.000000 Top Hatch
  DMG_8 1.000000 Radiator
  DMG_9 1.000000 Airbrake
  DMG_10 1.000000 Left Main Engine
  DMG_11 1.000000 Right Main Engine
  DMG_12 1.000000 Left SCRAM Engine
  DMG_13 1.000000 Right SCRAM Engine
  DMG_14 1.000000 Fore Hover Engine
  DMG_15 1.000000 Aft Hover Engine
  DMG_16 1.000000 Left Retro Engine
  DMG_17 1.000000 Right Retro Engine
  DMG_18 1.000000 Forward Lower RCS
  DMG_19 1.000000 Aft Upper RCS
  DMG_20 1.000000 Forward Upper RCS
  DMG_21 1.000000 Aft Lower RCS
  DMG_22 1.000000 Forward Star. RCS
  DMG_23 1.000000 Aft Port RCS
  DMG_24 1.000000 Forward Port RCS
  DMG_25 1.000000 Aft Star. RCS
  DMG_26 1.000000 Outboard Upper Port RCS
  DMG_27 1.000000 Outboard Lower Star. RCS
  DMG_28 1.000000 Outboard Upper Star. RCS
  DMG_29 1.000000 Outboard Lower Port RCS
  DMG_30 1.000000 Aft RCS
  DMG_31 1.000000 Forward RCS
  DMG_32 1.000000 Bay Doors
  IS_CRASHED 0
  MET_STARTING_MJD 56471.413058
  INTERVAL1_ELAPSED_TIME -1.000000
  INTERVAL2_ELAPSED_TIME -1.000000
  MET_RUNNING 1
  INTERVAL1_RUNNING 0
  INTERVAL2_RUNNING 0
  ACTIVE_MDM 3
  TEMP_SCALE 2
  CUSTOM_AUTOPILOT_MODE 0
  AIRSPEED_HOLD_ENGAGED 0
  SCRAM0DIR 0.000000 0.000000 1.000000
  SCRAM1DIR 0.000000 0.000000 1.000000
  HOVER_BALANCE 0.000000
  MAIN0DIR 0.000000 0.000000 1.000000
  MAIN1DIR 0.000000 0.000000 1.000000
  GIMBAL_BUTTON_STATES 0 0 0 0 0 0
  ATTITUDE_HOLD_DATA 0.000000 0.000000 0 0 0.000000
  DESCENT_HOLD_DATA 0.000000 -3.000000 0
  AIRSPEED_HOLD_DATA 0.000000
  OVERRIDE_INTERLOCKS 0 0
  TERTIARY_HUD_ON 1
  CREW_DISPLAY_INDEX 0
  GEAR 1 1.0000
  RCOVER 1 1.0000
  NOSECONE 1 1.0000
  AIRLOCK 0 0.0000
  IAIRLOCK 1 1.0000
  CHAMBER 0 0.0000
  AIRBRAKE 1 1.0000
  RADIATOR 1 1.0000
  HATCH 1 1.0000
  SCRAM_DOORS 0 0.0000
  HOVER_DOORS 1 1.0000
  BAY_DOORS 1 1.0000
  APU_STATUS 0
  EXTCOOLING_STATUS 1
  TRIM 0.000000
  LIGHTS 0 0 0
  XRUMMU_CREW_DATA_VALID 1
  UMMUCREW XI0-Lee_Nash-39-65-78
  UMMUCREW XI1-Kara_Miller-32-65-58
  UMMUCREW XI2-Sharon_Valerii-26-67-54
  UMMUCREW XI3-Cameron_Mitchell-36-65-77
  UMMUCREW XI4-Samantha_Carter-33-66-53
  UMMUCREW XI5-Daniel_Jackson-35-68-75
  UMMUCREW XI6-Teal_c-31-64-104
  UMMUCREW XI7-Vala_Mal_Doran-30-67-53
  UMMUCREW XI8-Elizabeth_Weir-36-68-56
  UMMUCREW XI9-John_Sheppard-34-64-77
  UMMUCREW XI10-Rodney_McKay-35-72-90
  UMMUCREW XI11-Teyla_Emmagan-27-68-57
  UMMUCREW XI12-Ronon_Dex-32-63-97
  UMMUCREW XI13-Carson_Beckett-38-74-95
  PAYLOAD_SCREENS_DATA 0.2 0 1 0
END
XR-2309_Bay:XRPayloadBay
  STATUS Landed Ups And d I
  POS -35.3857827 8.7150365
  HEADING 201.42
  ATTACHED 0:3,XR-2309
  AFCMODE 7
END
Atlantis_Servicing:XR_Facility
  STATUS Landed Ups And d I
  POS -35.3864020 8.7160330
  HEADING 180.00
  AFCMODE 7
  NAVFREQ 0 0
  XPDR 0
  BRIDGE 3 0.3808
  TROLLEY 3 0.1820
  SPREADERROTATION 0 0.0000
  SPREADER 0 0.0000
  DOORSFRONT 0 0.0000
  DOORSTOP 0 0.0000
  DOORSBACK 0 0.0000
  POPUPDATA 1 1
  HANGERLIGHTS 1
  HANGER_FAN 0
  External_Lights 1
  CraneSpeedModeMODE 0
  CRANEROTATIONMODE 0
  SPREADERSIZE 0 0.0000
END
XR-1015:DeltagliderXR1
  STATUS Landed Ups And d I
  POS 133.7175542 -11.5620842
  HEADING 218.10
  RCSMODE 0
  PRPLEVEL 0:0.561734 1:0.746486
  IDS 0:199 100
  NAVFREQ 227 62 64 497
  XPDR 193
  SECONDARY_HUD 3
  LAST_ACTIVE_SECONDARY_HUD 0
  ADCTRL_MODE 0
  TAKEOFF_LANDING_CALLOUTS 0.000000 0.000000 0.000000 0.000000 -0.000000
  APU_FUEL_QTY 0.716893
  LOX_QTY 0.995895
  CABIN_O2_LEVEL 0.209000
  CREW_STATE 0
  INTERNAL_SYSTEMS_FAILURE 0
  COGSHIFT_MODES 0 0 0
  MWS_ACTIVE 0
  COOLANT_TEMP 31.200000
  DMG_0 1.000000 Left Wing
  DMG_1 1.000000 Right Wing
  DMG_2 1.000000 Left Aileron
  DMG_3 1.000000 Right Aileron
  DMG_4 1.000000 Landing Gear
  DMG_5 1.000000 Nosecone
  DMG_6 1.000000 Retro Doors
  DMG_7 1.000000 Top Hatch
  DMG_8 1.000000 Radiator
  DMG_9 1.000000 Airbrake
  DMG_10 1.000000 Left Main Engine
  DMG_11 1.000000 Right Main Engine
  DMG_12 1.000000 Left SCRAM Engine
  DMG_13 1.000000 Right SCRAM Engine
  DMG_14 1.000000 Fore Hover Engine
  DMG_15 1.000000 Aft Hover Engine
  DMG_16 -1.#IND00 Left Retro Engine
  DMG_17 -1.#IND00 Right Retro Engine
  DMG_18 1.000000 Forward Lower RCS
  DMG_19 1.000000 Aft Upper RCS
  DMG_20 1.000000 Forward Upper RCS
  DMG_21 1.000000 Aft Lower RCS
  DMG_22 1.000000 Forward Star. RCS
  DMG_23 1.000000 Aft Port RCS
  DMG_24 1.000000 Forward Port RCS
  DMG_25 1.000000 Aft Star. RCS
  DMG_26 1.000000 Outboard Upper Port RCS
  DMG_27 1.000000 Outboard Lower Star. RCS
  DMG_28 1.000000 Outboard Upper Star. RCS
  DMG_29 1.000000 Outboard Lower Port RCS
  DMG_30 1.000000 Aft RCS
  DMG_31 1.000000 Forward RCS
  IS_CRASHED 0
  MET_STARTING_MJD -1.000000
  INTERVAL1_ELAPSED_TIME -1.000000
  INTERVAL2_ELAPSED_TIME -1.000000
  MET_RUNNING 0
  INTERVAL1_RUNNING 0
  INTERVAL2_RUNNING 0
  ACTIVE_MDM 2
  TEMP_SCALE 2
  CUSTOM_AUTOPILOT_MODE 0
  AIRSPEED_HOLD_ENGAGED 0
  SCRAM0DIR 0.000000 0.000000 1.000000
  SCRAM1DIR 0.000000 0.000000 1.000000
  HOVER_BALANCE 0.000000
  MAIN0DIR 0.000000 0.000000 1.000000
  MAIN1DIR 0.000000 0.000000 1.000000
  GIMBAL_BUTTON_STATES 0 0 0 0 0 0
  ATTITUDE_HOLD_DATA -15.000000 0.000000 0 0 0.000000
  DESCENT_HOLD_DATA 0.000000 -3.000000 0
  AIRSPEED_HOLD_DATA 0.000000
  OVERRIDE_INTERLOCKS 0 0
  TERTIARY_HUD_ON 1
  CREW_DISPLAY_INDEX 0
  GEAR 1 1.0000
  RCOVER 0 0.0000
  NOSECONE 1 1.0000
  AIRLOCK 1 1.0000
  IAIRLOCK 1 1.0000
  CHAMBER 0 0.0000
  AIRBRAKE 1 1.0000
  RADIATOR 1 1.0000
  LADDER 1 1.0000
  HATCH 1 1.0000
  SCRAM_DOORS 0 0.0000
  HOVER_DOORS 0 0.0000
  APU_STATUS 0
  EXTCOOLING_STATUS 1
  TRIM 0.175543
  LIGHTS 0 0 0
  XR1UMMU_CREW_DATA_VALID 1
  PAYLOAD_SCREENS_DATA 0.2 0 1 0
END
XR-5001:XR5Vanguard
  STATUS Landed Ups And d I
  POS -35.3861920 8.7156730
  HEADING 0.00
  RCSMODE 0
  PRPLEVEL 0:1.000000 1:1.000000 2:1.000000
  IDS 0:197 100
  NAVFREQ 0 0 0 0
  XPDR 195
  SECONDARY_HUD 3
  LAST_ACTIVE_SECONDARY_HUD 0
  ADCTRL_MODE 0
  TAKEOFF_LANDING_CALLOUTS 0.000000 0.000000 0.000000 0.000000 0.000000
  APU_FUEL_QTY 0.971061
  LOX_QTY 0.999814
  CABIN_O2_LEVEL 0.209000
  CREW_STATE 0
  INTERNAL_SYSTEMS_FAILURE 0
  COGSHIFT_MODES 0 0 0
  MWS_ACTIVE 0
  COOLANT_TEMP 31.200000
  DMG_0 1.000000 Left Wing
  DMG_1 1.000000 Right Wing
  DMG_2 1.000000 Left Aileron
  DMG_3 1.000000 Right Aileron
  DMG_4 1.000000 Landing Gear
  DMG_5 1.000000 Docking Port
  DMG_6 1.000000 Retro Doors
  DMG_7 1.000000 Top Hatch
  DMG_8 1.000000 Radiator
  DMG_9 1.000000 Airbrake
  DMG_10 1.000000 Left Main Engine
  DMG_11 1.000000 Right Main Engine
  DMG_12 1.000000 Left SCRAM Engine
  DMG_13 1.000000 Right SCRAM Engine
  DMG_14 1.000000 Fore Hover Engine
  DMG_15 1.000000 Aft Hover Engine
  DMG_16 1.000000 Left Retro Engine
  DMG_17 1.000000 Right Retro Engine
  DMG_18 1.000000 Forward Lower RCS
  DMG_19 1.000000 Aft Upper RCS
  DMG_20 1.000000 Forward Upper RCS
  DMG_21 1.000000 Aft Lower RCS
  DMG_22 1.000000 Forward Star. RCS
  DMG_23 1.000000 Aft Port RCS
  DMG_24 1.000000 Forward Port RCS
  DMG_25 1.000000 Aft Star. RCS
  DMG_26 1.000000 Outboard Upper Port RCS
  DMG_27 1.000000 Outboard Lower Star. RCS
  DMG_28 1.000000 Outboard Upper Star. RCS
  DMG_29 1.000000 Outboard Lower Port RCS
  DMG_30 1.000000 Aft RCS
  DMG_31 1.000000 Forward RCS
  DMG_32 1.000000 Bay Doors
  DMG_33 1.000000 Elevator
  IS_CRASHED 0
  MET_STARTING_MJD 56472.470322
  INTERVAL1_ELAPSED_TIME -1.000000
  INTERVAL2_ELAPSED_TIME -1.000000
  MET_RUNNING 1
  INTERVAL1_RUNNING 0
  INTERVAL2_RUNNING 0
  ACTIVE_MDM 3
  TEMP_SCALE 2
  CUSTOM_AUTOPILOT_MODE 0
  AIRSPEED_HOLD_ENGAGED 0
  SCRAM0DIR 0.000000 0.000000 1.000000
  SCRAM1DIR 0.000000 0.000000 1.000000
  HOVER_BALANCE 0.000000
  MAIN0DIR 0.000000 0.000000 1.000000
  MAIN1DIR 0.000000 0.000000 1.000000
  GIMBAL_BUTTON_STATES 0 0 0 0 0 0
  ATTITUDE_HOLD_DATA 0.000000 0.000000 0 0 0.000000
  DESCENT_HOLD_DATA 0.000000 -3.000000 0
  AIRSPEED_HOLD_DATA 0.000000
  OVERRIDE_INTERLOCKS 0 0
  TERTIARY_HUD_ON 1
  CREW_DISPLAY_INDEX 1
  GEAR 1 1.0000
  RCOVER 0 0.0000
  DOCKINGPORT 1 1.0000
  AIRLOCK 1 1.0000
  IAIRLOCK 1 1.0000
  CHAMBER 0 0.0000
  AIRBRAKE 0 0.0000
  RADIATOR 0 0.0000
  LADDER 0 0.0000
  HATCH 1 1.0000
  SCRAM_DOORS 0 0.0000
  HOVER_DOORS 0 0.0000
  BAY_DOORS 1 1.0000
  ELEVATOR 1 1.0000
  APU_STATUS 0
  EXTCOOLING_STATUS 1
  TRIM 0.000000
  LIGHTS 0 0 0
  XRUMMU_CREW_DATA_VALID 1
  UMMUCREW XI9-Vala_Mal_Doran-30-67-53
  UMMUCREW XI13-Teyla_Emmagan-27-67-57
  RCS_DOCKING_MODE 0
  ACTIVE_EVA_PORT 1
  PAYLOAD_SCREENS_DATA 0.2 0 1 0
END
XR-5001_Bay:XRPayloadBay
  STATUS Landed Ups And d I
  POS -35.3861920 8.7154737
  HEADING 0.00
  ATTACHED 0:36,XR-5001
  AFCMODE 7
END
Azure_PAW-01:UCGO\Cars\CarAzure
  STATUS Landed Ups And d I
  POS 133.7314128 -11.5650385
  HEADING 89.71
  AFCMODE 7
  NAVFREQ 0 0
  UMMUCREW Tech-Fanui_Orgeis-22-107-70
  UMMUCREW Pilo-Piprov_Garen-18-97-70
  UMMUCREW Capt-Petron_Falca-23-98-70
  AIInFonction 0
  CurrentWpt 0
  EngineStarted 1.0000000000
  SAVEVAR00 2§0,5§0,8§0,11§0,14§0,17§0,20§0,23§0,26§0,29§0,32§0,35§0,38§0,41§0,44§0,47§0,50§0,53§0,56§0,59§0,200§0,301§0,400§1,401§1,403§1,405§1,407§1,
  UCGO @@0,1,0,0,@@1,1,0,0,
END
Azure_PAW-02:UCGO\Cars\CarAzure
  STATUS Landed Ups And d I
  POS 133.7172120 -11.5631240
  HEADING 0.00
  AFCMODE 7
  NAVFREQ 0 0
  AIInFonction 0
  CurrentWpt 0
  EngineStarted 1.0000000000
  SAVEVAR00 2§0,5§0,8§0,11§0,14§0,17§0,20§0,23§0,26§0,29§0,32§0,35§0,38§0,41§0,44§0,47§0,50§0,53§0,56§0,59§0,200§0,301§0,400§1,401§1,403§1,405§1,407§1,
  UCGO @@0,1,0,0,@@1,1,0,0,
END
PAW_Servicing:XR_Facility
  STATUS Landed Ups And d I
  POS 133.7169020 -11.5611040
  HEADING 180.00
  AFCMODE 7
  NAVFREQ 0 0
  XPDR 0
  BRIDGE 0 0.0000
  TROLLEY 0 0.0000
  SPREADERROTATION 0 0.0000
  SPREADER 0 0.0000
  DOORSFRONT 0 0.0000
  DOORSTOP 0 0.0000
  DOORSBACK 0 0.0000
  POPUPDATA 1 1
  HANGERLIGHTS 0
  HANGER_FAN 0
  External_Lights 0
  CraneSpeedModeMODE 0
  CRANEROTATIONMODE 0
  SPREADERSIZE 0 0.0000
END
Altair:IMS\Command_Modules\BM201_CONTROL_MODULE
  STATUS Orbiting Ups And d I
  RPOS 12872505.01 -2499341.07 -737372.68
  RVEL 1023.607 1509.334 5800.522
  AROT 37.14 88.57 126.81
  AFCMODE 7
  PRPLEVEL 0:0.986758 1:1.000000 2:1.000000 3:0.043127
  NAVFREQ 0 0
  COMMAND 0 0
  MODULE Docking_Ports\Docking_Adapter_DG 0,0,6.026 0,0,1 1,0,0 0
  MODULE Life_Support\BM012_Lifesupport 0,0,-7.4516 0,0,1 0,1,0 0
  MODULE Life_Support\BM013_CoolingSystem 0,0,-12.2031 0,0,1 0,1,0 0
  MODULE Truss_Parts\BT101_Truss 0,0,-19.6551 0,0,1 0,1,0 0
  MODULE Consumables\BG104_Food_Container 0,2.3574,-19.6552 0,0,1 0,-1,0 0
  MODULE Consumables\BG104_Food_Container 0,-2.3574,-19.6552 0,0,1 0,-1,0 0
  MODULE Power_Generation\BM003_ASRG_Array 0,0,-27.1068 0,0,1 0,1,0 0
  MODULE Truss_Parts\BT101_Truss 0,4.7147,-19.6555 0,0,1 0,1,0 0
  MODULE Truss_Parts\BT101_Truss 0,-4.7141,-19.6551 0,0,1 0,1,0 0
  MODULE Truss_Parts\BT101_Truss 0,-4.7141,-29.8068 0,0,1 0,1,0 0
  MODULE Truss_Parts\BT101_Truss 0,4.715,-29.808 0,0,1 0,1,0 0
  MODULE Fuel_Tankage\FuelTank_LH2 0,0,-39.5659 0,0,1 1,0,0 0
  MODULE Propulsion\BNTR_GasCore_ClosedCycle_Nuclear_Engine 0,0,-56.5292 0,0,1 1,0,0 0
  MODULE Fuel_Tankage\BTank101_LH2_LFuelTank 3.3295,4.715,-29.8078 0,0,1 0,-1,0 0
  MODULE Fuel_Tankage\BTank101_LH2_LFuelTank -3.3295,-4.714,-29.8065 0,0,1 0,1,0 0
  MODULE Fuel_Tankage\BTank101_LH2_LFuelTank 3.3295,-4.714,-29.8064 0,0,1 0,-1,0 0
  MODULE Fuel_Tankage\BTank101_LH2_LFuelTank -3.3295,4.715,-29.8078 0,0,1 0,1,0 0
  MODULE Fuel_Tankage\BTank101_LH2_LFuelTank 3.3295,0,-19.6552 0,0,1 0,-1,0 0
  MODULE Fuel_Tankage\BTank101_LH2_LFuelTank -3.3295,0,-19.6552 0,0,1 0,1,0 0
  MODULE Radiators\Radiator_336 0,4.715,-14.0799 0,0,1 0,1,0 0
  MODULE Radiators\Radiator_336 0,-4.7141,-14.0788 0,0,1 0,-1,0 0
  MODULE Fuel_Tankage\BTank202_LOX_LH2_SFuelTank 3.33,-3.3478,-19.6549 0,1,0 1,0,0 0
  MODULE Fuel_Tankage\BTank202_LOX_LH2_SFuelTank 3.33,3.3488,-19.6549 0,-1,0 -1,0,0 0
  MODULE Fuel_Tankage\BTank202_LOX_LH2_SFuelTank -3.3296,3.3479,-19.6547 0,-1,0 -1,0,0 0
  MODULE Fuel_Tankage\BTank202_LOX_LH2_SFuelTank -3.3296,-3.3488,-19.6547 0,1,0 1,0,0 0
  MODULE Propulsion\BRCS2_ReactionControlSystem_Engine 0,-6.3501,-19.6548 0,-1,0 0,0,1 0
  MODULE Propulsion\BRCS2_ReactionControlSystem_Engine 0,6.35,-19.6559 0,1,0 0,0,1 0
  MODULE Propulsion\BRCS2_ReactionControlSystem_Engine 6.117,0,-19.6549 1,0,0 0,0,1 0
  MODULE Propulsion\BRCS2_ReactionControlSystem_Engine -6.1166,0,-19.6547 -1,0,0 0,0,1 0
  TDPOINT 0,0,0 0,0,0 0,0,0
  DELETEPOINT 2
  DELETEPOINT 1
  ATTPOINT IM 1.089,4.715,-19.6559 1,0,0 0,0,1
  ATTPOINT IM -1.089,4.715,-19.6559 -1,0,0 0,0,1
  ATTPOINT IM 1.089,-4.7141,-19.6548 1,0,0 0,0,1
  ATTPOINT IM -1.089,-4.7141,-19.6548 -1,0,0 0,0,1
  ATTPOINT IM 0,-3.625,-29.8064 0,1,0 0,0,1
  ATTPOINT IM 0,-5.803,-29.8064 0,-1,0 0,0,1
  ATTPOINT IM 0,-4.714,-34.8824 0,0,-1 1,0,0
  ATTPOINT IM 0,5.804,-29.8078 0,1,0 0,0,1
  ATTPOINT IM 0,3.626,-29.8078 0,-1,0 0,0,1
  ATTPOINT IM 0,4.715,-34.8838 0,0,-1 1,0,0
  ATTPOINT IM 5.57,4.715,-29.8082 1,0,0 0,0,1
  ATTPOINT IM 3.33,2.475,-29.8082 0,-1,0 0,0,1
  ATTPOINT IM 3.33,6.956,-29.8082 0,1,0 0,0,1
  ATTPOINT IM -5.5699,-4.7141,-29.8063 -1,0,0 0,0,1
  ATTPOINT IM -3.3299,-2.4731,-29.8063 0,1,0 0,0,1
  ATTPOINT IM -3.3299,-6.9541,-29.8063 0,-1,0 0,0,1
  ATTPOINT IM 5.57,-4.714,-29.8063 1,0,0 0,0,1
  ATTPOINT IM 3.33,-6.955,-29.8063 0,-1,0 0,0,1
  ATTPOINT IM 3.33,-2.474,-29.8063 0,1,0 0,0,1
  ATTPOINT IM -5.5697,4.7148,-29.8075 -1,0,0 0,0,1
  ATTPOINT IM -3.3297,6.9558,-29.8075 0,1,0 0,0,1
  ATTPOINT IM -3.3297,2.4748,-29.8075 0,-1,0 0,0,1
  ATTPOINT IM 3.33,-4.456,-19.6548 0,-1,0 0,0,1
  ATTPOINT IM 3.3296,4.4569,-19.6552 0,1,0 0,0,1
  ATTPOINT IM -3.3294,4.456,-19.6548 0,1,0 0,0,1
  ATTPOINT IM -3.3297,-4.4572,-19.6551 0,-1,0 0,0,1
  DELETEPORT 1
  DELETEPORT 0
  DOCKPORT 0,0,6.956 0,0,1 1,0,0
  CONSTRUCTIONPORT 1.089,4.715,-19.6559 1,0,0 0,0,1
  CONSTRUCTIONPORT -1.089,4.715,-19.6559 -1,0,0 0,0,1
  CONSTRUCTIONPORT 1.089,-4.7141,-19.6548 1,0,0 0,0,1
  CONSTRUCTIONPORT -1.089,-4.7141,-19.6548 -1,0,0 0,0,1
  CONSTRUCTIONPORT 0,-3.625,-29.8064 0,1,0 0,0,1
  CONSTRUCTIONPORT 0,-5.803,-29.8064 0,-1,0 0,0,1
  CONSTRUCTIONPORT 0,-4.714,-34.8824 0,0,-1 1,0,0
  CONSTRUCTIONPORT 0,5.804,-29.8078 0,1,0 0,0,1
  CONSTRUCTIONPORT 0,3.626,-29.8078 0,-1,0 0,0,1
  CONSTRUCTIONPORT 0,4.715,-34.8838 0,0,-1 1,0,0
  CONSTRUCTIONPORT 5.57,4.715,-29.8082 1,0,0 0,0,1
  CONSTRUCTIONPORT 3.33,2.475,-29.8082 0,-1,0 0,0,1
  CONSTRUCTIONPORT 3.33,6.956,-29.8082 0,1,0 0,0,1
  CONSTRUCTIONPORT -5.5699,-4.7141,-29.8063 -1,0,0 0,0,1
  CONSTRUCTIONPORT -3.3299,-2.4731,-29.8063 0,1,0 0,0,1
  CONSTRUCTIONPORT -3.3299,-6.9541,-29.8063 0,-1,0 0,0,1
  CONSTRUCTIONPORT 5.57,-4.714,-29.8063 1,0,0 0,0,1
  CONSTRUCTIONPORT 3.33,-6.955,-29.8063 0,-1,0 0,0,1
  CONSTRUCTIONPORT 3.33,-2.474,-29.8063 0,1,0 0,0,1
  CONSTRUCTIONPORT -5.5697,4.7148,-29.8075 -1,0,0 0,0,1
  CONSTRUCTIONPORT -3.3297,6.9558,-29.8075 0,1,0 0,0,1
  CONSTRUCTIONPORT -3.3297,2.4748,-29.8075 0,-1,0 0,0,1
  CONSTRUCTIONPORT 3.33,-4.456,-19.6548 0,-1,0 0,0,1
  CONSTRUCTIONPORT 3.3296,4.4569,-19.6552 0,1,0 0,0,1
  CONSTRUCTIONPORT -3.3294,4.456,-19.6548 0,1,0 0,0,1
  CONSTRUCTIONPORT -3.3297,-4.4572,-19.6551 0,-1,0 0,0,1
  EMPTYMASS 102100.000000
  MASSCENTER 0.000000 0.000000 -37.064562
  PMI 173.420000 178.430000 51.950000
  PROP LOX_LH2 22720 979.847
  PROP LH2 108978 0
  ENGINE 12 0 -1
  RCSBLOCK 4 4000 4099 0,-6.3501,-19.6548 5 0,0,1 1,0,0 0,0,-1 -1,0,0 0,1,0 0
  RCSBLOCK 4 4000 4099 0,6.35,-19.6559 5 0,0,1 -1,0,0 0,0,-1 1,0,0 0,-1,0 0
  RCSBLOCK 4 4000 4099 6.117,0,-19.6549 5 0,0,1 0,1,0 0,0,-1 0,-1,0 -1,0,0 0
  RCSBLOCK 4 4000 4099 -6.1166,0,-19.6547 5 0,0,1 0,-1,0 0,0,-1 0,1,0 1,0,0 0
  ANIM 19 Radiators\Radiator_336 1 1
  ANIM 20 Radiators\Radiator_336 1 1
  CONSUMABLES 0.0001 0.0001 0 0.0001 0.0001 0 6000 6000 0
  TEMPERATURES -1:286.96:113.19 1:290.00:113.19 2:287.58:113.19 4:279.47:115.90 5:279.47:115.90 6:754.77:113.19 8:1270.60:115.90
  RADIATOR 19 135.074 0 -1 0 6
  RADIATOR 20 123.167 0 1 0 -1 1 2 4 5
  HEATING 1 8
  THGROUPLEVELS 0 0 0 0 
  CREW 2 0
  ENERGY 377914958.224296
  GENERATORSOFF 6
  FAILURES 6:3 
  MFC 1 0 6 0 0 10 -1
  MFC 1 0 1 0 0 -1 -1
  MFC 1 0 2 -1 -1 -1 -1
  MFC 1 0 3 0 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 1 0 2 -1 -1 -1 -1
  MFC 1 0 6 0 0 10 -1
  MFC 1 0 1 0 0 -1 -1
  MFC 1 0 7 1 0 0 -1
  MFC 1 0 3 0 -1 -1 -1
END
END_SHIPS

BEGIN_ExtMFD
END

@Michael Chr: Thats strange that you dont have any issues at all. I cant get anything under 2.3 to work with the new DLL. Odd...

Edit: Wait, no the scenario wont load properly in the inline client either. There may be an issue somewhere in the IMS loading structure. I suspect I may have inflicted the damage myself when I was copying over old parameters to the new vessel. I'll do some more digging.

---------- Post added at 21:34 ---------- Previous post was at 21:24 ----------

@Jedidia:

Can you spot anything in this that wont be compatible with RC3? Is there something that I need to do with the old configs to make them compatible? This locks up Orbiter when loading the IMS DLL every time

Code:
Horizon_Station:IMS\Command_Modules\BM001_CONTROL_MODULE
  STATUS Orbiting Ups And d I
  RPOS 5253481.39 -1659363.42 -4552243.10
  RVEL 5608.215 1352.448 5979.482
  AROT -26.66 3.20 -137.33
  VROT -0.05 0.02 -0.08
  AFCMODE 7
  PRPLEVEL 0:1.000000 1:1.000000 2:1.000000
  DOCKINFO 0:8,Intrepid
  NAVFREQ 0 0
  COMMAND 0 0
  MODULE Docking_Ports\DADG_Docking_Adapter 0,0,2.3756 0,0,1 1,0,0 0
  MODULE Life_Support\BM012_Lifesupport 0,0,-4.7512 0,0,1 0,1,0 0
  MODULE Life_Support\BM216_Hydroponics 0,0,-12.2029 0,0,1 0,1,0 0
  MODULE Modules\BM110_Habitat 0,0,-22.355 0,0,1 0,1,0 0
  MODULE Power_Generation\SolarArrayRect 0,0,-27.931 0,0,-1 1,0,0 0
  MODULE Power_Generation\SolarArrayRect 0,0,-35.531 0,0,-1 1,0,0 0
  MODULE Power_Generation\SolarArrayRect 0,0,-43.131 0,0,-1 1,0,0 0
  MODULE Power_Generation\SolarArrayRect 0,0,-50.731 0,0,-1 1,0,0 0
  MODULE Batteries\BG201_Battery_SContainer 0,0,-59.0994 1,0,0 0,0,1 0
  TDPOINT 0,0,0 0,0,0 0,0,0
  DELETEPOINT 2
  DELETEPOINT 1
  ATTPOINT IM 0,0,-60.3678 0,0,-1 1,0,0
  DELETEPORT 1
  DELETEPORT 0
  DOCKPORT 0,0,2.7756 0,0,1 1,0,0
  CONSTRUCTIONPORT 0,0,-60.3678 0,0,-1 1,0,0
  EMPTYMASS 43250.000000
  MASSCENTER 0.000000 0.000000 -20.145872
  PMI 91.340000 92.000000 12.640000
  ANIM 4 Power_Generation\SolarArrayRect 1 1
  ANIM 5 Power_Generation\SolarArrayRect 1 1
  ANIM 6 Power_Generation\SolarArrayRect 1 1
  ANIM 7 Power_Generation\SolarArrayRect 1 1
  CONSUMABLES 0.0001 0.0001 32 0.0001 0.0001 32 0.0001 0.0001 10
  TEMPERATURES -1:292.56:219.61 1:272.37:219.61 2:252.92:223.30 3:250.80:223.30 4:199.44:330.00 5:199.44:330.00 6:199.44:330.00 7:199.44:330.00 8:255.50:226.13
  HEATING no
  THGROUPLEVELS 0 0 0 0 
  CREW 5 0
  ENERGY 241895098.331060
  SOLARARRAY 4 1 0 0.261550 0.261550 0.341092 0.341092
  SOLARARRAY 5 1 0 0.261550 0.261550 0.341092 0.341092
  SOLARARRAY 6 1 0 0.261550 0.261550 0.341092 0.341092
  SOLARARRAY 7 1 0 0.261550 0.261550 0.341092 0.341092
  FAILURES 2:3 3:3 1:3 8:5 
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 0 0 0 -1 -1 -1 -1
  MFC 1 0 8 0 -1 0 -1
  MFC 1 0 7 0 0 0 -1
  MFC 1 0 5 -1 -1 -1 -1
END
Intrepid:IMS\Command_Modules\BM112_CONTROL_MODULE
  STATUS Orbiting Ups And d I
  RPOS 5253478.11 -1659389.74 -4552190.67
  RVEL 5608.215 1352.448 5979.482
  AROT 153.34 -3.20 137.33
  VROT -0.05 -0.02 0.08
  AFCMODE 7
  PRPLEVEL 0:0.999091 1:1.000000 2:1.000000 4:0.000338
  DOCKINFO 8:0,Horizon_Station
  NAVFREQ 27 27
  COMMAND 1 0
  MODULE Nodes\BN200_Big_Node 0,0,-7.2761 0,1,0 0,0,-1 0
  MODULE Life_Support\BG101_Lifesupport_Container -3.4684,0,-7.276 0,0,-1 1,0,0 1
  MODULE Consumables\BG104_Food_Container 3.4684,0,-7.276 0,0,-1 -1,0,0 0
  MODULE Life_Support\BM013_CoolingSystem 0,0,-11.8517 0,0,1 0,1,0 0
  MODULE Modules\BM010_Habitat 0,0,-16.6029 0,0,1 0,1,0 1
  MODULE Modules\BM010_Habitat 0,0,-21.3541 0,0,1 0,1,0 0
  MODULE Nodes\BN200_Big_Node 0,0,-25.9297 0,1,0 0,0,-1 0
  MODULE Fuel_Tankage\BTank101_LH2_LFuelTank 4.4405,0,-25.9297 0,0,-1 0,1,0 0
  MODULE Fuel_Tankage\BTank101_LH2_LFuelTank -4.4405,0,-25.9297 0,0,-1 0,-1,0 0
  MODULE Power_Generation\BM003_ASTG_Array 0,0,-30.5053 0,0,1 0,1,0 0
  MODULE Fuel_Tankage\BTank101_LH2_LFuelTank 0,4.4405,-25.9297 0,0,-1 -1,0,0 0
  MODULE Fuel_Tankage\BTank101_LH2_LFuelTank 0,-4.4405,-25.9297 0,0,1 -1,0,0 0
  MODULE Fuel_Tankage\BTank201_LH2_SFuelTank 0,0,-33.9888 0,0,1 0,1,0 0
  MODULE Propulsion\BNTR_GasCore_ClosedCycle_Nuclear_Engine 0,0,-41.9756 0,0,1 0.71,0.71,0 0
  MODULE Fuel_Tankage\BTank202_LOX_LH2_SFuelTank 0,-3.3078,-7.2761 0,1,0 0,0,-1 0
  MODULE Fuel_Tankage\BTank202_LOX_LH2_SFuelTank 0,3.3078,-7.2761 0,-1,0 0,0,1 0
  MODULE Radiators\BR020_Radiator 2.2405,4.4405,-25.9297 1,0,0 0,1,0 0
  MODULE Radiators\BR020_Radiator -2.2405,-4.4405,-25.9297 -1,0,0 0,1,0 0
  MODULE Radiators\BR020_Radiator -2.2405,4.4405,-25.9297 -1,0,0 0,-1,0 0
  MODULE Radiators\BR020_Radiator 2.2405,-4.4405,-25.9297 1,0,0 0,-1,0 0
  MODULE Propulsion\BRCS2_ReactionControlSystem_Engine 0,-7.228,-25.9297 0,-1,0 0,0,1 0
  MODULE Propulsion\BRCS2_ReactionControlSystem_Engine 0,7.228,-25.9297 0,1,0 0,0,-1 0
  MODULE Propulsion\BRCS2_ReactionControlSystem_Engine -7.228,0,-25.9297 -1,0,0 0,0,-1 0
  MODULE Propulsion\BRCS2_ReactionControlSystem_Engine 7.228,0,-25.9297 1,0,0 0,0,-1 0
  MODULE Docking_Ports\Docking_Adapter_DG 0,0,6.0261 0,0,1 1,0,0 0
  TDPOINT 0,0,0 0,0,0 0,0,0
  DELETEPOINT 2
  DELETEPOINT 1
  ATTPOINT IM -4.7368,0,-7.276 -1,0,0 0,0,-1
  ATTPOINT IM 4.7368,0,-7.276 1,0,0 0,0,-1
  ATTPOINT IM 4.4405,2.2405,-25.9297 0,1,0 0,0,-1
  ATTPOINT IM 4.4405,-2.2405,-25.9297 0,-1,0 0,0,-1
  ATTPOINT IM -4.4405,-2.2405,-25.9297 0,-1,0 0,0,-1
  ATTPOINT IM -4.4405,2.2405,-25.9297 0,1,0 0,0,-1
  ATTPOINT IM 0,-4.4157,-7.2761 0,-1,0 1,0,0
  ATTPOINT IM 0,4.4157,-7.2761 0,1,0 1,0,0
  DELETEPORT 1
  DELETEPORT 0
  CONSTRUCTIONPORT -4.7368,0,-7.276 -1,0,0 0,0,-1
  CONSTRUCTIONPORT 4.7368,0,-7.276 1,0,0 0,0,-1
  CONSTRUCTIONPORT 4.4405,2.2405,-25.9297 0,1,0 0,0,-1
  CONSTRUCTIONPORT 4.4405,-2.2405,-25.9297 0,-1,0 0,0,-1
  CONSTRUCTIONPORT -4.4405,-2.2405,-25.9297 0,-1,0 0,0,-1
  CONSTRUCTIONPORT -4.4405,2.2405,-25.9297 0,1,0 0,0,-1
  CONSTRUCTIONPORT 0,-4.4157,-7.2761 0,-1,0 1,0,0
  CONSTRUCTIONPORT 0,4.4157,-7.2761 0,1,0 1,0,0
  DOCKPORT 0,0,6.9561 0,0,1 1,0,0
  EMPTYMASS 104500.000000
  MASSCENTER -0.001958 0.000000 -28.878147
  PMI 111.140000 93.890000 43.120000
  PROP LOX_LH2 11360 0
  PROP LH2 39324 13.2938
  ENGINE 13 0 0
  RCSBLOCK 4 4000 4099 0,-7.228,-25.9297 5 0,0,1 1,0,0 0,0,-1 -1,0,0 0,1,0 1
  RCSBLOCK 4 4000 4099 0,7.228,-25.9297 5 0,0,-1 1,0,0 0,0,1 -1,0,0 0,-1,0 1
  RCSBLOCK 4 4000 4099 -7.228,0,-25.9297 5 0,0,-1 0,1,0 0,0,1 0,-1,0 1,0,0 1
  RCSBLOCK 4 4000 4099 7.228,0,-25.9297 5 0,0,-1 0,-1,0 0,0,1 0,1,0 -1,0,0 1
  ANIM 16 Radiators\BR020_Radiator 1 1
  ANIM 17 Radiators\BR020_Radiator 1 1
  ANIM 18 Radiators\BR020_Radiator 1 1
  ANIM 19 Radiators\BR020_Radiator 1 1
  CONSUMABLES 0.0001 0.0001 112 0.0001 0.0001 112 3000 2997.27 0
  TEMPERATURES -1:314.04:226.42 1:311.15:226.13 2:279.51:214.63 3:273.07:219.61 4:308.29:219.61 5:309.59:219.61 9:1013.51:219.61 13:1299.97:219.61
  RADIATOR 16 267.481 1 0 0 4 5
  RADIATOR 17 190.403 -1 0 0 9 13
  RADIATOR 18 157.934 -1 0 0 2 3 1
  RADIATOR 19 185.972 1 0 0 -1
  HEATING 13 3 9
  THGROUPLEVELS 0 0 0 0 
  CREW 4 2
  UMMUCREW Doc-Laan_Malcen-26-70-71
  UMMUCREW Capt-Kere_Virren-28-70-70
  ENERGY 766236140.768291
  GENERATORSOFF 9 
  EXTPOWER Horizon_Station:
  FAILURES 3:3 9:3 3:5 
  MFC 0 1 5 -1 -1 -1 -1
  MFC 0 1 8 8 -1 0 -1
  MFC 1 0 3 0 -1 -1 -1
  MFC 1 0 1 0 0 -1 -1
  MFC 1 0 5 -1 -1 -1 -1
  MFC 1 0 2 -1 -1 -1 -1
  MFC 1 0 5 -1 -1 -1 -1
  MFC 1 0 6 0 0 10 -1
  MFC 1 0 3 0 -1 -1 -1
  MFC 1 1 0 -1 -1 -1 -1
  MFC 1 1 0 -1 -1 -1 -1
  MFC 1 0 8 8 -1 0 -1
  MFC 1 0 2 -1 -1 -1 -1
  MFC 1 0 3 0 -1 -1 -1
END
 

Dantassii

HUMONGOUS IMS shipbuilder
Joined
Jul 14, 2012
Messages
508
Reaction score
20
Points
33
Woo hoo on RC3!!!!!

As a final test, I integrated the SSTV. Integration completed at sim-time +210 seconds (and that with a really slow HD). No crashes. Everything seems to work. We're go for RC3, and it's a lot more stable than I thought it would be. Yeah! :cheers:

Woo hoo! :thumbup:

I'm downloading the D3D9 patch and the IMS 1.0 R3 over my DSL line while I write this. Then I'll see if it works on a copy of Orbiter.

Questions:
  1. Do I have to uninstall my existing D3D9 or just 'copy it over'?
  2. Do I have to remove/uninstall IMS 1.0 RC2.3 before installing IMS 1.0 RC3?
  3. If I'm using the SSBB Revision 1 version modules, do I have to manually change them all to use the SSBB Revision 2 or will the RC2.3 files work fine?
  4. Now that you have an integrated copy of the SSTV (something even I don't have yet), what are your thoughts on it Jedidia? I think it's a VERY pretty ship. Almost as pretty as the Lunar Station with all it's radiators and solar arrays deployed.

I can't wait to take it for a test spin. I still want to see how fast it can get to Pluto orbit from LEO...

Dantassii
HUMONGOUS IMS shipbuilder
 
Last edited:

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
10,875
Reaction score
2,129
Points
203
Location
between the planets
Do I have to uninstall my existing D3D9 or just 'copy it over'?
Do I have to remove/uninstall IMS 1.0 RC2.3 before installing IMS 1.0 RC3?
If I'm using the SSBB Revision 1 version modules, do I have to manually change them all to use the SSBB Revision 2 or will the RC2.3 files work fine?
Now that you have an integrated copy of the SSTV (something even I don't have yet), what are your thoughts on it Jedidia? I think it's a VERY pretty ship. Almost as pretty as the Lunar Station with all it's radiators and solar arrays deployed.

No to the first 3. (well, yes to the second half of 1)
As for 4, it's certainly impressive. I'm not sure if I'd want to fly it around too much, simply because the IMS GUI really isn't very well suited for managing such large constructions... :shifty:

There may be an issue somewhere in the IMS loading structure.

No parsers have been touched.

Can you spot anything in this that wont be compatible with RC3?

It depends. All the config paths are invalid, for starters. If you copied RC3 over without uninstalling the old configs, there shouldn't be any problems, as I assume you did some of your own modules or are using your own folder structure. If you deleted all old configs, then RC3 certainly won't add your custom modules again. It only contains the SSBB4.1rev2 configs, under the same path they were so far. As such RC3 is perfectly downward compatible as long as you don't delete your old configs (overwriting should be ok as long as you didn't change any of them, but if you change configs you should always do so in a new config file, really). Deleting configs or changing paths always breaks compatibility with any vessel containing those modules, but that has nothing to do with IMS.
 
Last edited:

Michael_Chr

New member
Joined
Jul 16, 2013
Messages
153
Reaction score
0
Points
0
Location
Virklund
@Michael Chr: Thats strange that you dont have any issues at all. I cant get anything under 2.3 to work with the new DLL. Odd...

@Bruce...be advised that I did NOT install the entire RC3 package. Just overwrote "modules\ims\ims.dll" and "booster.dll" (but that suggestion might come to late;-))

Edited (removed) the post for most contents since Jedidia beat me (by 2 mins lol) to an answer to Dantassii Qs
 
Last edited:

Dantassii

HUMONGOUS IMS shipbuilder
Joined
Jul 14, 2012
Messages
508
Reaction score
20
Points
33
Thanks!

Sounds like all I have to do is copy stuff over then. Great! I'll do that this evening after work.

Glad to hear that you did both the SSTV and the Lunar Station. If you got them both to integrate w/out any issues (random rotating parts & random CTD) I'd be a happy camper. To get the 'integrate all' to do the entire ship in less than 4 minutes, that's a miracle.

You realize that means I need to build a BIGGER ship? :rofl::facepalm:

The final version of the Lunar Station at around 4,000-5,000+ modules is now possible, although most of the MFDs that I use for rendezvous refuse to let me choose the Lunar Station from a drop down once I hit 800 modules. Another reason why I named it Lunar Station instead of it's full name. I don't have to type as much.

Another Question: Has anyone else experienced CTD when using TransX or InterMFD55 from inside a fully integrated IMS ship?

I have experienced both causing CTDs when I try to use them for a Moon to Earth trip, but as I've not done a lot of flying around with my IMS creations, I don't know if it is something I'll have to deal with regularly, or just a 1-off error that I'll never see again.

Oh, and another thing, have you been reading my Signature Jedidia? I think that last one is something you should take to heart. ;)

Dantassii
HUMONGOUS IMS shipbuilder
 
Last edited:

Michael_Chr

New member
Joined
Jul 16, 2013
Messages
153
Reaction score
0
Points
0
Location
Virklund
Another Question: Has anyone else experienced CTD when using TransX or InterMFD55 from inside a fully integrated IMS ship?

It appears that some MFD causes trouble in IMS ships. I have experienced that Pursuit MFD and IMS does not like each other either - presumably on account of the RCS handling that IMS does (the CTD occurs when activating the RCS in eng. screen).

I have with success used LTMFD in concert with IMS so it appears that this MFD can work with IMS. The auto attitude system for LTMFD even works perfect (if the IMS ship is rigged properly). So for Earth-Lunar transits I can suggets LTMFD which should also be the most precise af them.

On another somewhat related note... The "feature" with RCS selection is still present in RC3. The detailed desciption is that the state of the rcs. (i.e. selected/not selected) is not saved with the scenario. At scenario start it always comes up as "not selected". This was also present in RC2.3. I believe that you said...Jededia... that it was not supposed to work like this.

Its not a major thing because for the large vessels with a lot of RCS you can "cheat" (use the rotate feature of the Scenedit). Are anyone else experiencing this?
 

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
10,875
Reaction score
2,129
Points
203
Location
between the planets
This was also present in RC2.3. I believe that you said...Jededia... that it was not supposed to work like this.

It's not supposed to work like this, and I haven't been able to reproduce it either. Do you have a scenario for me?
 

Michael_Chr

New member
Joined
Jul 16, 2013
Messages
153
Reaction score
0
Points
0
Location
Virklund
It's not supposed to work like this, and I haven't been able to reproduce it either. Do you have a scenario for me?

I have attached a zipfile. In that I have included the revised *.cfg files used in the vessel in question, a scenario and the finished vessel cfg file. Should work with unzip (folder option) from the orbiter root dir.

Hope you are able to reproduce it. I experience it on both the computers I run Orbiter on (Allthough that in it self doesnt say much since the installations are mostly mirrored via cloud service).
 

Attachments

  • IMS-D3D9-RCStest.zip
    11.2 KB · Views: 6

BruceJohnJennerLawso

Dread Lord of the Idiots
Addon Developer
Joined
Apr 14, 2012
Messages
2,585
Reaction score
0
Points
36
@Bruce...be advised that I did NOT install the entire RC3 package. Just overwrote "modules\ims\ims.dll" and "booster.dll" (but that suggestion might come to late;-))

That is really perplexing. All I did at first was overwrite the IMS & Booster DLLs, hoping that I could skip all of the other stuff. If its not too much of a bother, Im just going to post my configs and scenarios here so others can double-check for me. Maybe I've just done something stupid on my end...

View attachment IMS Scenario Issue.zip
 

BruceJohnJennerLawso

Dread Lord of the Idiots
Addon Developer
Joined
Apr 14, 2012
Messages
2,585
Reaction score
0
Points
36
It appears that some MFD causes trouble in IMS ships. I have experienced that Pursuit MFD and IMS does not like each other either - presumably on account of the RCS handling that IMS does (the CTD occurs when activating the RCS in eng. screen).

I have with success used LTMFD in concert with IMS so it appears that this MFD can work with IMS. The auto attitude system for LTMFD even works perfect (if the IMS ship is rigged properly). So for Earth-Lunar transits I can suggets LTMFD which should also be the most precise af them.

I have occasionally had issues with reloading a full TransX MFD, but I personally suspect that that is not remotely related to IMS at all, just a general Orbiter/TransX issue.

I would remain moderately suspicious of any MFD that does autopilot functions with IMS. Crashes are probably likely to happen when the MFD assumes that an action within the abilities of a Delta-Glider can be executed, but cant actually be done with a big behemoth of an IMS ship.
 
Top