Project Multistage2015 - Development Thread

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,718
Reaction score
76
Points
63
Location
Michigan,Florida
Hey fred18,would it possible for the next release of MS2015 for both orbiter 2010,and 2016 if you could please add a position location line option for the MS_hangar,MS_crawler,and,MS_pad like you did with MS_camera that way you could change and save the location seperately for those three vehicles in a scenario.Thanks
 

fred18

Addon Developer
Addon Developer
Donator
Joined
Feb 2, 2012
Messages
1,667
Reaction score
105
Points
78
if you save the scenario you can modify it and the you can reopen it, i think it works, no?
 

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,718
Reaction score
76
Points
63
Location
Michigan,Florida
I'll give it a try again,I think that when,I saved the scenario with the hangar,crawler,and pad all separated from each other,when,I restarted the scenario the SLS spun off wildly from the ms_pad somewhere,I will let you know how it goes.Thanks
 
Last edited:

jacquesmomo

Addon Developer
Addon Developer
Joined
Jun 14, 2008
Messages
616
Reaction score
459
Points
78
Location
FRANCE
Website
francophone.dansteph.com
Hi jacques,

not yet: orbiter sound is ready to be implemented but it will not be until orbiter sound for orbiter2016 comes out. (...)

Thank you for your quick reply.:cheers:

No problem, I can wait a futur update of Orbitersound... or of Multistage2015 for Orbiter 2016....

:hmm: I have another question:
I am trying to simulate the "thermal protection" of the Ariane rocket coming off during takeoff. (see the image) :

42764704bprotect.jpg


By declaring them as "booster" with low thrust (Trust = 0.1) it works.
But..... I noticed that if I make more than 5 "booster-groups", the rocket is projected in space ...

I made several test and the conclusions are the same :
[BOOSTER_1] .... to ... [BOOSTER_5] it's ok
but [BOOSTER_1] .... to ... [BOOSTER_6] (or more) the rocket is projected in space.

Here is the section "booster" :

Code:
[BOOSTER_1]
N=4
MESHNAME=Kourou_Rockets\Ariane1P-Ha
OFF=(0.000,0.000,20.000)
Height=3.000
Angle=0.000
Diameter=0.100
THRUST=0.100
EMPTYMASS=0.100
FUELMASS=0.100
BURNTIME=1.000
Speed=(1.000,0.430,0.000)
Rot_Speed=(-1.000,0.430,0.000)
ENG_1=(0.000,0.000,0.000)
Eng_Diameter=0.010
BurnDelay=0.000
(the others are the same (with a different name for the meshes of course)
 

fred18

Addon Developer
Addon Developer
Donator
Joined
Feb 2, 2012
Messages
1,667
Reaction score
105
Points
78
I'll check this! Is it orbiter 2010 or 2016?
 

Longjap

Active member
Joined
Jun 8, 2011
Messages
191
Reaction score
41
Points
28
By declaring them as "booster" with low thrust (Trust = 0.1) it works.
But..... I noticed that if I make more than 5 "booster-groups", the rocket is projected in space ...

I made several test and the conclusions are the same :
[BOOSTER_1] .... to ... [BOOSTER_5] it's ok
but [BOOSTER_1] .... to ... [BOOSTER_6] (or more) the rocket is projected in space.

I don't think it's the booster groups that's the culprit. I have 6 booster groups working with no problem. I have less boosters assigned to each group though.

I found that 10 individual boosters are the maximum. After that they're not appearing any more. If you have 4 for each group you exceed the maximum of ten. So 4 for 5 groups means 20 boosters total. I'm surprised this number works in your version?

Rocket looks great BTW!
 

fred18

Addon Developer
Addon Developer
Donator
Joined
Feb 2, 2012
Messages
1,667
Reaction score
105
Points
78
If that's true it's a bug, there shouldn't be a limit. I'll have to check the code
 

jacquesmomo

Addon Developer
Addon Developer
Joined
Jun 14, 2008
Messages
616
Reaction score
459
Points
78
Location
FRANCE
Website
francophone.dansteph.com
:hmm:
I'll check this! Is it orbiter 2010 or 2016?
Orbiter 2016

I don't think it's the booster groups that's the culprit. I have 6 booster groups working with no problem. I have less boosters assigned to each group though.
I found that 10 individual boosters are the maximum. After that they're not appearing any more. If you have 4 for each group you exceed the maximum of ten. So 4 for 5 groups means 20 boosters total. I'm surprised this number works in your version?Rocket looks great BTW!

The doc says :
[BOOSTER_x] Booster Section, x is the number from 1 to 10 Optional
N=xxx Number of boosters inthe defined boosters’ group
Eng_x=(xx,yy,zz) Position of the engine of the booster, x is the progressive number, from 1 to 4 at maximum


So, I understand this :

[BOOSTER_1] to [BOOSTER_10] should be ok for 10 groups of boosters, no ?
N= (no limitation ???)
Eng_x= 4 at maximum, yes for this, you are right.

I tried with N=8 and it works, but same thing : Booster 1 to 5 = ok, more : not good....

So, I do not know what to think...:shrug:

Actualy (see my image) I set 2 boosters groups and 8 for each, and it works fine.
My problem is only when I set more than 5 booster-groups....

strange, no ???:hmm:
 

fred18

Addon Developer
Addon Developer
Donator
Joined
Feb 2, 2012
Messages
1,667
Reaction score
105
Points
78
It is strange indeed, i have to check the code and I'll get back to you, probably tonight or tomorrow night
 

Longjap

Active member
Joined
Jun 8, 2011
Messages
191
Reaction score
41
Points
28
If that's true it's a bug, there shouldn't be a limit. I'll have to check the code

Number Limitations:
Boosters:
10

Ah, I went with this number in the doc. So I expected strange things to happen and didn't consider it a bug. But now I'm doubting the max number though. I recall also problems with large number of boosters.

Anyway, great news if you find time to solve the possible bug! Then I have quadrillion particle streams to play with. :lol::thumbup:
 

fred18

Addon Developer
Addon Developer
Donator
Joined
Feb 2, 2012
Messages
1,667
Reaction score
105
Points
78
Number Limitations:
Boosters:
10

IIRC it was 10 for booster groups, not for number of booster themselves. each group should have an illimited number of singular booster I think. I have to check again the code...

---------- Post added at 16:50 ---------- Previous post was at 16:33 ----------

Can you get me the orbiter.log file content? (MS2015 provides a lot of information there)

---------- Post added at 17:06 ---------- Previous post was at 16:50 ----------

From the first look at the code everything seems to be as expected:

max number of booster groups 10, N no limitation, engine maximum 4 for each booster group.

I need to see the log and/or the ini file to dig inside this
 

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,718
Reaction score
76
Points
63
Location
Michigan,Florida
HI fred18,I figured out what was causing the SLS rocket to shoot out into space when starting a Scenario after saving it,the Crawler is empty,the Hangar is present,and the MS-pad has the SLS rocket attached to but the MS-pad with SLS rocket attached to it shoots off into space when reloading the scenario.So here is how I fixed it,I used ucargodeck to raise the cog up on the MS-pad,and saved it,when,I reloaded the scenario again the MS-pad,with the SLS rocket attached to it was sitting perfectly where,I left it.The problem is that the MS-pad,MS-hangar,and,MS-crawler has to have it's cog raised up little bit more,this also fixes all of the vehicles I mentioned to stop flashing when using the default orbiter 2010 renderer,the other problem,I mentioned earlier happens with the D3d9 2010 renderer too.BTW,I remember you had made an addon for orbiter 2010 called ELIS it was a barge that launched a rocket,the barge also flashed,and I remember posting it as a bug,so there you have it seems all the problems mentioned can be solved by raising the cog up on the MS-pad,MS-hangar,and the MS-crawler,I hope this is some help to you.Thanks
 
Last edited:

Longjap

Active member
Joined
Jun 8, 2011
Messages
191
Reaction score
41
Points
28
IIRC it was 10 for booster groups, not for number of booster themselves. each group should have an illimited number of singular booster I think. I have to check again the code...

---------- Post added at 16:50 ---------- Previous post was at 16:33 ----------

Can you get me the orbiter.log file content? (MS2015 provides a lot of information there)

---------- Post added at 17:06 ---------- Previous post was at 16:50 ----------

From the first look at the code everything seems to be as expected:

max number of booster groups 10, N no limitation, engine maximum 4 for each booster group.

I need to see the log and/or the ini file to dig inside this

Hey Fred, here it is:

Code:
**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 3.50832e-007 sec
000000.000: Found 0 joystick(s)
000000.000: Module AtlantisConfig.dll .... [Build 160828, API 160828]
000000.000: Module AtmConfig.dll ......... [Build 160828, API 160828]
000000.000: Module DGConfigurator.dll .... [Build 160828, API 160828]
000000.000: Module OrbiterSound.dll ...... [Build 121120, API 100830]
000000.000: Module TransX2.dll ........... [Build 160905, API 160828]
000000.000: Module TransX.dll ............ [Build 160905, API 160828]
000000.000: Module LunarTransferMFD.dll .. [Build 160829, API 160815]
000000.000: Module LaunchMFD.dll ......... [Build 160905, API 160828]
000000.000: Module ExtMFD.dll ............ [Build 160828, API 160828]
000000.000: Module Lagrange.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: Module D3D9Client.dll ........ [Build 160830, API 160828]
000000.000: Module LTV-MFD.dll ........... [Build ******, API 060425]
000000.000: Module Multistage2015_MFD.dll  [Build 161006, API 160828]
000000.000: Module ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: Module SpaceNetwork.dll ...... [Build 130801, API 100830]
000000.000: Module ScreenCapture.dll ..... [Build ******, API 060425]
000000.000: Module GeostationaryMFD.dll .. [Build 161023, API 160828]
000000.000: GeostationaryMFD: Configuration file FOUND. SetMapWidth is 256
000000.000: Module InterMFD56.dll ........ [Build 160829, API 160815]
000000.000: Module NotesMFD.dll .......... [Build ******, API 060425]
000000.000: 
000000.000: **** Creating simulation session
000000.000: D3D9: [DirectX 9 Initialized]
000000.000: D3D9: 3D-Adapter = NVIDIA GeForce GT 120 
000000.000: D3D9: MaxTextureWidth........: 8192
000000.000: D3D9: MaxTextureHeight.......: 8192
000000.000: D3D9: MaxTextureRepeat.......: 8192
000000.000: D3D9: VolTexAddressCaps......: 0x3F
000000.000: D3D9: NumSimultaneousRTs.....: 4
000000.000: D3D9: VertexDeclCaps.........: 0x30F
000000.000: D3D9: XNA Math Support.......: Yes
000000.000: D3D9: Vertex Texture.........: Yes
000000.000: D3D9: Shadow Mapping.........: Yes
000000.000: D3D9: D3DFMT_A16B16G16R16F...: Yes
000000.000: D3D9: D3DFMT_A32B32G32R32F...: Yes
000000.000: D3D9: D3DFMT_D32F_LOCKABLE...: Yes
000000.000: D3D9: D3DFMT_A2R10G10B10.....: Yes
000000.000: D3D9: D3DDTCAPS_DEC3N........: No
000000.000: D3D9: D3DDTCAPS_FLOAT16_2....: Yes
000000.000: D3D9: D3DDTCAPS_FLOAT16_4....: Yes
000000.000: D3D9: Available Texture Memory = 2002 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
000000.000: BaseObject: Parse error
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 161006, API 160828]
000000.000: Multistage Version: 161006
000000.000: Load State Started
000000.000: SLS: Guidance File present: Config\Multistage2015\Guidance\SLS_EM1_Orion_GNC.txt
000000.000: SLS: Orbit Call Found! Targets: Apogee:1850000.0 Perigee:185000.0 Inclination:-29.6 Mode:-1.0 GT initial Pitch: 75.7 Abside:185000.0
000000.000: SLS: Config File: F:\games\neworbiter\Orbiter2016\Config\Multistage2015\SLS_BLOCKIAORION_day.ini
000000.000: SLS: Number of stages in the ini file: 2
000000.000: SLS: Number of boosters group in the ini file: 7
000000.000: SLS: Number of Payloads in the ini file: 3
000000.000: SLS: LES Found
000000.000: SLS: This Rocket Has Fairing
000000.000: SLS: Texture n.1 Loaded Exhaust_atsme
000000.000: SLS: Texture n.2 Loaded SLS_2016\SSME_Exhaust
000000.000: SLS: booster n. 1 Tank Added: 622727.300 kg
000000.000: SLS: booster n. 2 Tank Added: 622727.300 kg
000000.000: SLS: booster n. 3 Tank Added: 0.200 kg
000000.000: SLS: booster n. 4 Tank Added: 0.300 kg
000000.000: SLS: booster n. 5 Tank Added: 0.100 kg
000000.000: SLS: booster n. 6 Tank Added: 0.100 kg
000000.000: SLS: booster n. 7 Tank Added: 0.300 kg
000000.000: SLS: Stage n. 2 Tank Added: 26853.000 kg
000000.000: SLS: Stage n. 1 Tank Added: 979452.000 kg
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail_2 to engine n.1
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail to engine n.1
000000.000: SLS: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 2.400, position x: -2.300 y: 2.300 z: -32.208
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail_2 to engine n.2
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail to engine n.2
000000.000: SLS: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 2.400, position x: -2.300 y: -2.300 z: -32.208
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail_2 to engine n.3
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail to engine n.3
000000.000: SLS: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 2.400, position x: 2.300 y: -2.300 z: -32.208
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail_2 to engine n.4
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail to engine n.4
000000.000: SLS: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 2.400, position x: 2.300 y: 2.300 z: -32.208
000000.000: SLS: Booster Group n.1 Engine Exhaust Stream Added: srb_exhaust to engine n.1
000000.000: SLS: Booster Group n.1 Engine Exhaust Stream Added: srb_exhaust_2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 0.010, position x: 6.300 y: 0.000 z: -33.000
000000.000: SLS: Booster Group n.2 Engine Exhaust Stream Added: srb_exhaust to engine n.1
000000.000: SLS: Booster Group n.2 Engine Exhaust Stream Added: srb_exhaust_2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 1 , diameter: 0.010, position x: -6.300 y: 0.000 z: -33.000
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: diffuse_contrail to engine n.1
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: emissive_contrail to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 2 , diameter: 0.010, position x: 6.300 y: 0.000 z: -94.700
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: diffuse_contrail to engine n.2
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: emissive_contrail to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 2 , diameter: 0.010, position x: -6.300 y: 0.000 z: -94.700
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: diffuse_contrail to engine n.1
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: emissive_contrail to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 2 , diameter: 0.010, position x: 6.300 y: 0.000 z: -94.700
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: diffuse_contrail to engine n.2
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: emissive_contrail to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 2 , diameter: 0.010, position x: -6.300 y: 0.000 z: -94.700
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.1
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 0.000 y: 4.200 z: 22.800
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.2
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -3.637 y: -2.100 z: 22.800
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.3
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 3.637 y: -2.100 z: 22.800
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.1
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -3.000 y: 3.200 z: 20.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.2
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -1.271 y: -4.198 z: 20.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.3
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 4.271 y: 0.998 z: 20.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.1
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -1.700 y: 4.200 z: 25.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.2
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -2.787 y: -3.572 z: 25.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.3
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 4.487 y: -0.628 z: 25.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.1
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 0.200 y: 4.200 z: 17.800
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.2
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -3.737 y: -1.927 z: 17.800
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.3
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 3.537 y: -2.273 z: 17.800
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added: exhdetail to engine n.1
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 4 , diameter: 0.000, position x: -2.300 y: 2.300 z: -52.700
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added: exhdetail to engine n.1
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 4 , diameter: 0.000, position x: -2.300 y: -2.300 z: -52.700
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added: exhdetail to engine n.1
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 4 , diameter: 0.000, position x: 2.300 y: -2.300 z: -52.700
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added: exhdetail to engine n.1
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 4 , diameter: 0.000, position x: 2.300 y: 2.300 z: -52.700
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added: exhdetail2 to engine n.1
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 4 , diameter: 0.000, position x: -2.300 y: 2.300 z: -50.908
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added: exhdetail2 to engine n.1
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 4 , diameter: 0.000, position x: -2.300 y: -2.300 z: -50.908
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added: exhdetail2 to engine n.1
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 4 , diameter: 0.000, position x: 2.300 y: -2.300 z: -50.908
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added: exhdetail2 to engine n.1
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 4 , diameter: 0.000, position x: 2.300 y: 2.300 z: -50.908
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.1
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 0.000 y: 10.000 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.2
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -8.660 y: -5.000 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.3
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 8.660 y: -5.000 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.1
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 1.000 y: 10.000 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.2
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -9.160 y: -4.134 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.3
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 8.160 y: -5.866 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.1
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 10.000 y: 1.700 z: 0.300
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.2
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -6.472 y: 7.810 z: 0.300
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.3
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -3.528 y: -9.510 z: 0.300
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.1
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 10.000 y: -0.200 z: -7.200
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.2
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -4.827 y: 8.760 z: -7.200
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.3
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -5.173 y: -8.560 z: -7.200
000000.000: SLS: Stage n.1 Mesh Preloaded: SLS_2016\corerustET_1a_orion
000000.000: SLS: Stage n.1 Mesh Added Mesh: SLS_2016\corerustET_1a_orion @ x:0.000 y:0.000 z:0.000
000000.000: SLS: Stage n.2 Mesh Preloaded: SLS_2016\SLS_ICPS2
000000.000: SLS: Stage n.2 Mesh Added Mesh: SLS_2016\SLS_ICPS2 @ x:0.000 y:0.000 z:38.250
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\Orange-booster_s_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\Orange-booster_s_1 @ x:6.300 y:0.000 z:-5.000
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\Orange-booster_sl_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\Orange-booster_sl_1 @ x:-6.300 y:0.000 z:-5.000
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_1 @ x:6.300 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_2
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_2 @ x:-6.300 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_1 @ x:0.000 y:2.200 z:20.300
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_2
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_2 @ x:-1.905 y:-1.100 z:20.300
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_3
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_3 @ x:1.905 y:-1.100 z:20.300
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_1 @ x:0.000 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_1 @ x:0.000 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_1 @ x:0.000 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_2
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_2 @ x:-0.000 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_3
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_3 @ x:0.000 y:-0.000 z:-4.700
000000.000: SLS: Fairing Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_1
000000.000: SLS: Fairing Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_1 @ x:0.000 y:0.000 z:46.900
000000.000: SLS: Fairing Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_2
000000.000: SLS: Fairing Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_2 @ x:-0.000 y:-0.000 z:46.900
000000.000: SLS: Fairing Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_3
000000.000: SLS: Fairing Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_3 @ x:0.000 y:-0.000 z:46.900
000000.000: SLS: Les Mesh Preloaded
000000.000: SLS: Les Mesh Added Orion-MPCV\orion-las-tweaked @ x:0.000 y:0.000 z:48.420
000000.000: Load State Terminated
000000.000: Module SLSTOWER2.dll ......... [Build 150203, API 100830]
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 LIGHTTOWER.dll ........ [Build 150101, API 100830]
000000.000: Module spotlight2.dll ........ [Build 110421, API 100830]
============================ ERROR: ===========================
Mesh not found: .\Meshes\Orion-MPCV\orion-fair1.msh
[MeshManager::LoadMesh | .\Mesh.cpp | 1238]
===============================================================
000000.000: D3D9: ERROR: D3D9Client::clbkStoreMeshPersistent(Orion-MPCV\orion-fair1) hMesh is NULL
============================ ERROR: ===========================
Mesh not found: .\Meshes\Orion-MPCV\orion-fair2.msh
[MeshManager::LoadMesh | .\Mesh.cpp | 1238]
===============================================================
000000.000: D3D9: ERROR: D3D9Client::clbkStoreMeshPersistent(Orion-MPCV\orion-fair2) hMesh is NULL
============================ ERROR: ===========================
Mesh not found: .\Meshes\Orion-MPCV\orion-fair3.msh
[MeshManager::LoadMesh | .\Mesh.cpp | 1238]
===============================================================
000000.000: D3D9: ERROR: D3D9Client::clbkStoreMeshPersistent(Orion-MPCV\orion-fair3) hMesh is NULL
000000.000: Module MS_Camera.dll ......... [Build 161006, API 160828]
000000.000: MS_Camera: Target Vessel Loaded->SLS
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: Module Spacecraft4.dll ....... [Build 151223, API 100830]
============================ ERROR: ===========================
Mesh not found: .\Meshes\.msh
[LoadMesh | .\Mesh.cpp | 1269]
===============================================================
000000.000: D3D9: ERROR: BumpMap conversion Failed (SLS_2016\SolarSail_bump.dds)
============================ ERROR: ===========================
Mesh not found: .\Meshes\.msh
[LoadMesh | .\Mesh.cpp | 1269]
===============================================================
000000.000: SLS: Gravity Turn Initial Pitch by user: 75.700 Calculated:82.400
000000.000: Creating Launchpad
000000.000: Module EmptyModule.dll ....... [Build 161006, API 160828]
000000.000: Orbiter version: 160828 . Ramp is created through scenario file procedure
000000.000: RESET PEG
000000.000: SLS: Planet Reference Pressure = 101325.0 Pa  Atmosphere Altitude Limit:2500.0 km
000000.000: Post Creation Terminated
000000.000: Finished initialising panels
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: VESSEL::GetHorizonAirspeedVector
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: Venting Effect Added @: 4.200,-1.000,30.000 dir: 1.000,5.000,0.000
000000.000: Venting Effect Added @: 1.000,-4.200,15.000 dir: 5.000,1.000,0.000
000000.010: ---------------------------------------------------------------
000000.010: >>> WARNING: Obsolete API function used: VESSEL::GetShipAirspeedVector
000000.010: At least one active module is accessing an obsolete interface function.
000000.010: Addons which rely on obsolete functions may not be compatible with
000000.010: future versions of Orbiter.
000000.010: ---------------------------------------------------------------
000003.551: D3D9: [Session Closed. Scene deleted.]
000003.551: D3D9: [Destroy Render Window Called]
000003.551: D3D9: ERROR: UnDeleted Surface(s) Detected
000003.551: D3D9: ERROR: Surface 0x6FDE0A8 (clbkCreateSurface) (256,36)
000003.551: D3D9: ERROR: Surface 0x704E8D0 (Fcd01.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704EA08 (Fcd01_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704EB40 (Fcd02.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704EC78 (Fcd02_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704EDB0 (Fcd03.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704EEE8 (Fcd03_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F020 (Fcd04.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F158 (Fcd04_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F290 (Fcd05.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F3C8 (Fcd05_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F500 (Fcd06.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F638 (Fcd06_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F770 (Fcd07.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F8A8 (Fcd08.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F9E0 (Fcd09.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704FB18 (Fcd10.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704FC50 (Fcd11.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704FD88 (Fcd11_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704FEC0 (Fcd12.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704FFF8 (Fcd12_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x7050130 (Fcd13.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x7050268 (Fcd13_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x70650C0 (Fcd14.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x70651F8 (Fcd15.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x7065330 (Roof01.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x7065468 (Roof02.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x70655A0 (Wall01.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x70656D8 (Door01.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x7065810 (Lpad01.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065948 (Lpad01_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065A80 (Lpad02.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065BB8 (Lpad02_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065CF0 (Lpad02a.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065E28 (Lpad02a_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065F60 (Taxiway1.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066098 (Taxiway1_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x70661D0 (Taxiway2.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066308 (Taxiway2_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066440 (Monorail.dds) (64,64)
000003.551: D3D9: ERROR: Surface 0x7066578 (Monorail_n.dds) (64,64)
000003.551: D3D9: ERROR: Surface 0x70666B0 (Hangrail.dds) (64,64)
000003.551: D3D9: ERROR: Surface 0x70667E8 (Hangrail_n.dds) (64,64)
000003.551: D3D9: ERROR: Surface 0x7066920 (Solpanel.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066A58 (Runway2.dds) (256,256)
000003.551: D3D9: ERROR: Surface 0x7066B90 (Ball.dds) (64,64)
000003.551: D3D9: ERROR: Surface 0x7066CC8 (Cape17.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066E00 (Cape18.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066F38 (Cape19.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x70670C0 (Cape20.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x70671F8 (Cape22.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7067330 (Cape23.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7067468 (Cape23_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x70675A0 (Concrete1.dds) (256,256)
000003.551: D3D9: ERROR: Surface 0x70676D8 (main_menu.dds) (1024,256)
000003.551: D3D9: ERROR: Surface 0x7067810 (main_menu_tgt.dds) (1024,128)
000003.551: D3D9: ERROR: Surface 0x7067948 (transp.dds) (4,4)
000003.551: D3D9: ERROR: Surface 0x7067A80 (clbkCreateTexture) (2,2)
000003.551: D3D9: ERROR: Surface 0x70E3CA8 (Cockpit\hud.dds) (512,256)
000003.551: D3D9: ERROR: Surface 0x70E3DE0 (Cockpit\Glasspit.dds) (512,256)
000003.551: D3D9: ERROR: 8 un-released fonts!
000003.551: D3D9: ERROR: 1 un-released brushes!
000003.551: D3D9: ERROR: 25 un-released pens!
000003.551: **** Fast process shutdown

I doesn't CTD, but the meshes of the 7th booster group don't show up, nor do the engine particle streams work.
 

fred18

Addon Developer
Addon Developer
Donator
Joined
Feb 2, 2012
Messages
1,667
Reaction score
105
Points
78
Hey Fred, here it is:

Code:
**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 3.50832e-007 sec
000000.000: Found 0 joystick(s)
000000.000: Module AtlantisConfig.dll .... [Build 160828, API 160828]
000000.000: Module AtmConfig.dll ......... [Build 160828, API 160828]
000000.000: Module DGConfigurator.dll .... [Build 160828, API 160828]
000000.000: Module OrbiterSound.dll ...... [Build 121120, API 100830]
000000.000: Module TransX2.dll ........... [Build 160905, API 160828]
000000.000: Module TransX.dll ............ [Build 160905, API 160828]
000000.000: Module LunarTransferMFD.dll .. [Build 160829, API 160815]
000000.000: Module LaunchMFD.dll ......... [Build 160905, API 160828]
000000.000: Module ExtMFD.dll ............ [Build 160828, API 160828]
000000.000: Module Lagrange.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: Module D3D9Client.dll ........ [Build 160830, API 160828]
000000.000: Module LTV-MFD.dll ........... [Build ******, API 060425]
000000.000: Module Multistage2015_MFD.dll  [Build 161006, API 160828]
000000.000: Module ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: Module SpaceNetwork.dll ...... [Build 130801, API 100830]
000000.000: Module ScreenCapture.dll ..... [Build ******, API 060425]
000000.000: Module GeostationaryMFD.dll .. [Build 161023, API 160828]
000000.000: GeostationaryMFD: Configuration file FOUND. SetMapWidth is 256
000000.000: Module InterMFD56.dll ........ [Build 160829, API 160815]
000000.000: Module NotesMFD.dll .......... [Build ******, API 060425]
000000.000: 
000000.000: **** Creating simulation session
000000.000: D3D9: [DirectX 9 Initialized]
000000.000: D3D9: 3D-Adapter = NVIDIA GeForce GT 120 
000000.000: D3D9: MaxTextureWidth........: 8192
000000.000: D3D9: MaxTextureHeight.......: 8192
000000.000: D3D9: MaxTextureRepeat.......: 8192
000000.000: D3D9: VolTexAddressCaps......: 0x3F
000000.000: D3D9: NumSimultaneousRTs.....: 4
000000.000: D3D9: VertexDeclCaps.........: 0x30F
000000.000: D3D9: XNA Math Support.......: Yes
000000.000: D3D9: Vertex Texture.........: Yes
000000.000: D3D9: Shadow Mapping.........: Yes
000000.000: D3D9: D3DFMT_A16B16G16R16F...: Yes
000000.000: D3D9: D3DFMT_A32B32G32R32F...: Yes
000000.000: D3D9: D3DFMT_D32F_LOCKABLE...: Yes
000000.000: D3D9: D3DFMT_A2R10G10B10.....: Yes
000000.000: D3D9: D3DDTCAPS_DEC3N........: No
000000.000: D3D9: D3DDTCAPS_FLOAT16_2....: Yes
000000.000: D3D9: D3DDTCAPS_FLOAT16_4....: Yes
000000.000: D3D9: Available Texture Memory = 2002 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
000000.000: BaseObject: Parse error
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 161006, API 160828]
000000.000: Multistage Version: 161006
000000.000: Load State Started
000000.000: SLS: Guidance File present: Config\Multistage2015\Guidance\SLS_EM1_Orion_GNC.txt
000000.000: SLS: Orbit Call Found! Targets: Apogee:1850000.0 Perigee:185000.0 Inclination:-29.6 Mode:-1.0 GT initial Pitch: 75.7 Abside:185000.0
000000.000: SLS: Config File: F:\games\neworbiter\Orbiter2016\Config\Multistage2015\SLS_BLOCKIAORION_day.ini
000000.000: SLS: Number of stages in the ini file: 2
000000.000: SLS: Number of boosters group in the ini file: 7
000000.000: SLS: Number of Payloads in the ini file: 3
000000.000: SLS: LES Found
000000.000: SLS: This Rocket Has Fairing
000000.000: SLS: Texture n.1 Loaded Exhaust_atsme
000000.000: SLS: Texture n.2 Loaded SLS_2016\SSME_Exhaust
000000.000: SLS: booster n. 1 Tank Added: 622727.300 kg
000000.000: SLS: booster n. 2 Tank Added: 622727.300 kg
000000.000: SLS: booster n. 3 Tank Added: 0.200 kg
000000.000: SLS: booster n. 4 Tank Added: 0.300 kg
000000.000: SLS: booster n. 5 Tank Added: 0.100 kg
000000.000: SLS: booster n. 6 Tank Added: 0.100 kg
000000.000: SLS: booster n. 7 Tank Added: 0.300 kg
000000.000: SLS: Stage n. 2 Tank Added: 26853.000 kg
000000.000: SLS: Stage n. 1 Tank Added: 979452.000 kg
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail_2 to engine n.1
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail to engine n.1
000000.000: SLS: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 2.400, position x: -2.300 y: 2.300 z: -32.208
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail_2 to engine n.2
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail to engine n.2
000000.000: SLS: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 2.400, position x: -2.300 y: -2.300 z: -32.208
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail_2 to engine n.3
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail to engine n.3
000000.000: SLS: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 2.400, position x: 2.300 y: -2.300 z: -32.208
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail_2 to engine n.4
000000.000: SLS: Stage n.1 Engine Exhaust Stream Added: engdetail to engine n.4
000000.000: SLS: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 2.400, position x: 2.300 y: 2.300 z: -32.208
000000.000: SLS: Booster Group n.1 Engine Exhaust Stream Added: srb_exhaust to engine n.1
000000.000: SLS: Booster Group n.1 Engine Exhaust Stream Added: srb_exhaust_2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 0.010, position x: 6.300 y: 0.000 z: -33.000
000000.000: SLS: Booster Group n.2 Engine Exhaust Stream Added: srb_exhaust to engine n.1
000000.000: SLS: Booster Group n.2 Engine Exhaust Stream Added: srb_exhaust_2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 1 , diameter: 0.010, position x: -6.300 y: 0.000 z: -33.000
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: diffuse_contrail to engine n.1
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: emissive_contrail to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 2 , diameter: 0.010, position x: 6.300 y: 0.000 z: -94.700
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: diffuse_contrail to engine n.2
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: emissive_contrail to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 2 , diameter: 0.010, position x: -6.300 y: 0.000 z: -94.700
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: diffuse_contrail to engine n.1
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: emissive_contrail to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 2 , diameter: 0.010, position x: 6.300 y: 0.000 z: -94.700
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: diffuse_contrail to engine n.2
000000.000: SLS: Booster Group n.3 Engine Exhaust Stream Added: emissive_contrail to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 2 , diameter: 0.010, position x: -6.300 y: 0.000 z: -94.700
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.1
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 0.000 y: 4.200 z: 22.800
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.2
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -3.637 y: -2.100 z: 22.800
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.3
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 3.637 y: -2.100 z: 22.800
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.1
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -3.000 y: 3.200 z: 20.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.2
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -1.271 y: -4.198 z: 20.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.3
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 4.271 y: 0.998 z: 20.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.1
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -1.700 y: 4.200 z: 25.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.2
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -2.787 y: -3.572 z: 25.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.3
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 4.487 y: -0.628 z: 25.300
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.1
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 0.200 y: 4.200 z: 17.800
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.2
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: -3.737 y: -1.927 z: 17.800
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice to engine n.3
000000.000: SLS: Booster Group n.4 Engine Exhaust Stream Added: ice2 to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 4 , diameter: 0.000, position x: 3.537 y: -2.273 z: 17.800
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added: exhdetail to engine n.1
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 4 , diameter: 0.000, position x: -2.300 y: 2.300 z: -52.700
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added: exhdetail to engine n.1
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 4 , diameter: 0.000, position x: -2.300 y: -2.300 z: -52.700
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added: exhdetail to engine n.1
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 4 , diameter: 0.000, position x: 2.300 y: -2.300 z: -52.700
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added: exhdetail to engine n.1
000000.000: SLS: Booster Group n.5 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 4 , diameter: 0.000, position x: 2.300 y: 2.300 z: -52.700
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added: exhdetail2 to engine n.1
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 4 , diameter: 0.000, position x: -2.300 y: 2.300 z: -50.908
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added: exhdetail2 to engine n.1
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 4 , diameter: 0.000, position x: -2.300 y: -2.300 z: -50.908
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added: exhdetail2 to engine n.1
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 4 , diameter: 0.000, position x: 2.300 y: -2.300 z: -50.908
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added: exhdetail2 to engine n.1
000000.000: SLS: Booster Group n.6 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 4 , diameter: 0.000, position x: 2.300 y: 2.300 z: -50.908
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.1
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 0.000 y: 10.000 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.2
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -8.660 y: -5.000 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.3
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 8.660 y: -5.000 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.1
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 1.000 y: 10.000 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.2
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -9.160 y: -4.134 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.3
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 8.160 y: -5.866 z: -4.700
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.1
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 10.000 y: 1.700 z: 0.300
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.2
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -6.472 y: 7.810 z: 0.300
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.3
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -3.528 y: -9.510 z: 0.300
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.1
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.1
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: 10.000 y: -0.200 z: -7.200
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.2
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.2
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -4.827 y: 8.760 z: -7.200
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added: engdetail to engine n.3
000000.000: SLS: Booster Group n.7 Engine Exhaust Stream Added:  to engine n.3
000000.000: SLS: Booster Engines Exhaust Added--> Booster Group: 7 number of engines: 4 , diameter: 0.200, position x: -5.173 y: -8.560 z: -7.200
000000.000: SLS: Stage n.1 Mesh Preloaded: SLS_2016\corerustET_1a_orion
000000.000: SLS: Stage n.1 Mesh Added Mesh: SLS_2016\corerustET_1a_orion @ x:0.000 y:0.000 z:0.000
000000.000: SLS: Stage n.2 Mesh Preloaded: SLS_2016\SLS_ICPS2
000000.000: SLS: Stage n.2 Mesh Added Mesh: SLS_2016\SLS_ICPS2 @ x:0.000 y:0.000 z:38.250
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\Orange-booster_s_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\Orange-booster_s_1 @ x:6.300 y:0.000 z:-5.000
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\Orange-booster_sl_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\Orange-booster_sl_1 @ x:-6.300 y:0.000 z:-5.000
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_1 @ x:6.300 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_2
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_2 @ x:-6.300 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_1 @ x:0.000 y:2.200 z:20.300
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_2
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_2 @ x:-1.905 y:-1.100 z:20.300
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_3
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_3 @ x:1.905 y:-1.100 z:20.300
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_1 @ x:0.000 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\dummy_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\dummy_1 @ x:0.000 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_1
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_1 @ x:0.000 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_2
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_2 @ x:-0.000 y:0.000 z:-4.700
000000.000: SLS: Booster Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_3
000000.000: SLS: Booster Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_3 @ x:0.000 y:-0.000 z:-4.700
000000.000: SLS: Fairing Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_1
000000.000: SLS: Fairing Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_1 @ x:0.000 y:0.000 z:46.900
000000.000: SLS: Fairing Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_2
000000.000: SLS: Fairing Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_2 @ x:-0.000 y:-0.000 z:46.900
000000.000: SLS: Fairing Mesh Preloaded: SLS_2016\SLSORIONMPCVFAIR_3
000000.000: SLS: Fairing Mesh Added Mesh: SLS_2016\SLSORIONMPCVFAIR_3 @ x:0.000 y:-0.000 z:46.900
000000.000: SLS: Les Mesh Preloaded
000000.000: SLS: Les Mesh Added Orion-MPCV\orion-las-tweaked @ x:0.000 y:0.000 z:48.420
000000.000: Load State Terminated
000000.000: Module SLSTOWER2.dll ......... [Build 150203, API 100830]
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 LIGHTTOWER.dll ........ [Build 150101, API 100830]
000000.000: Module spotlight2.dll ........ [Build 110421, API 100830]
============================ ERROR: ===========================
Mesh not found: .\Meshes\Orion-MPCV\orion-fair1.msh
[MeshManager::LoadMesh | .\Mesh.cpp | 1238]
===============================================================
000000.000: D3D9: ERROR: D3D9Client::clbkStoreMeshPersistent(Orion-MPCV\orion-fair1) hMesh is NULL
============================ ERROR: ===========================
Mesh not found: .\Meshes\Orion-MPCV\orion-fair2.msh
[MeshManager::LoadMesh | .\Mesh.cpp | 1238]
===============================================================
000000.000: D3D9: ERROR: D3D9Client::clbkStoreMeshPersistent(Orion-MPCV\orion-fair2) hMesh is NULL
============================ ERROR: ===========================
Mesh not found: .\Meshes\Orion-MPCV\orion-fair3.msh
[MeshManager::LoadMesh | .\Mesh.cpp | 1238]
===============================================================
000000.000: D3D9: ERROR: D3D9Client::clbkStoreMeshPersistent(Orion-MPCV\orion-fair3) hMesh is NULL
000000.000: Module MS_Camera.dll ......... [Build 161006, API 160828]
000000.000: MS_Camera: Target Vessel Loaded->SLS
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: Module Spacecraft4.dll ....... [Build 151223, API 100830]
============================ ERROR: ===========================
Mesh not found: .\Meshes\.msh
[LoadMesh | .\Mesh.cpp | 1269]
===============================================================
000000.000: D3D9: ERROR: BumpMap conversion Failed (SLS_2016\SolarSail_bump.dds)
============================ ERROR: ===========================
Mesh not found: .\Meshes\.msh
[LoadMesh | .\Mesh.cpp | 1269]
===============================================================
000000.000: SLS: Gravity Turn Initial Pitch by user: 75.700 Calculated:82.400
000000.000: Creating Launchpad
000000.000: Module EmptyModule.dll ....... [Build 161006, API 160828]
000000.000: Orbiter version: 160828 . Ramp is created through scenario file procedure
000000.000: RESET PEG
000000.000: SLS: Planet Reference Pressure = 101325.0 Pa  Atmosphere Altitude Limit:2500.0 km
000000.000: Post Creation Terminated
000000.000: Finished initialising panels
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: VESSEL::GetHorizonAirspeedVector
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: Venting Effect Added @: 4.200,-1.000,30.000 dir: 1.000,5.000,0.000
000000.000: Venting Effect Added @: 1.000,-4.200,15.000 dir: 5.000,1.000,0.000
000000.010: ---------------------------------------------------------------
000000.010: >>> WARNING: Obsolete API function used: VESSEL::GetShipAirspeedVector
000000.010: At least one active module is accessing an obsolete interface function.
000000.010: Addons which rely on obsolete functions may not be compatible with
000000.010: future versions of Orbiter.
000000.010: ---------------------------------------------------------------
000003.551: D3D9: [Session Closed. Scene deleted.]
000003.551: D3D9: [Destroy Render Window Called]
000003.551: D3D9: ERROR: UnDeleted Surface(s) Detected
000003.551: D3D9: ERROR: Surface 0x6FDE0A8 (clbkCreateSurface) (256,36)
000003.551: D3D9: ERROR: Surface 0x704E8D0 (Fcd01.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704EA08 (Fcd01_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704EB40 (Fcd02.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704EC78 (Fcd02_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704EDB0 (Fcd03.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704EEE8 (Fcd03_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F020 (Fcd04.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F158 (Fcd04_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F290 (Fcd05.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F3C8 (Fcd05_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F500 (Fcd06.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F638 (Fcd06_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F770 (Fcd07.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F8A8 (Fcd08.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704F9E0 (Fcd09.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704FB18 (Fcd10.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704FC50 (Fcd11.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704FD88 (Fcd11_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704FEC0 (Fcd12.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x704FFF8 (Fcd12_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x7050130 (Fcd13.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x7050268 (Fcd13_n.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x70650C0 (Fcd14.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x70651F8 (Fcd15.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x7065330 (Roof01.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x7065468 (Roof02.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x70655A0 (Wall01.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x70656D8 (Door01.dds) (32,32)
000003.551: D3D9: ERROR: Surface 0x7065810 (Lpad01.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065948 (Lpad01_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065A80 (Lpad02.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065BB8 (Lpad02_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065CF0 (Lpad02a.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065E28 (Lpad02a_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7065F60 (Taxiway1.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066098 (Taxiway1_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x70661D0 (Taxiway2.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066308 (Taxiway2_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066440 (Monorail.dds) (64,64)
000003.551: D3D9: ERROR: Surface 0x7066578 (Monorail_n.dds) (64,64)
000003.551: D3D9: ERROR: Surface 0x70666B0 (Hangrail.dds) (64,64)
000003.551: D3D9: ERROR: Surface 0x70667E8 (Hangrail_n.dds) (64,64)
000003.551: D3D9: ERROR: Surface 0x7066920 (Solpanel.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066A58 (Runway2.dds) (256,256)
000003.551: D3D9: ERROR: Surface 0x7066B90 (Ball.dds) (64,64)
000003.551: D3D9: ERROR: Surface 0x7066CC8 (Cape17.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066E00 (Cape18.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7066F38 (Cape19.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x70670C0 (Cape20.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x70671F8 (Cape22.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7067330 (Cape23.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x7067468 (Cape23_n.dds) (128,128)
000003.551: D3D9: ERROR: Surface 0x70675A0 (Concrete1.dds) (256,256)
000003.551: D3D9: ERROR: Surface 0x70676D8 (main_menu.dds) (1024,256)
000003.551: D3D9: ERROR: Surface 0x7067810 (main_menu_tgt.dds) (1024,128)
000003.551: D3D9: ERROR: Surface 0x7067948 (transp.dds) (4,4)
000003.551: D3D9: ERROR: Surface 0x7067A80 (clbkCreateTexture) (2,2)
000003.551: D3D9: ERROR: Surface 0x70E3CA8 (Cockpit\hud.dds) (512,256)
000003.551: D3D9: ERROR: Surface 0x70E3DE0 (Cockpit\Glasspit.dds) (512,256)
000003.551: D3D9: ERROR: 8 un-released fonts!
000003.551: D3D9: ERROR: 1 un-released brushes!
000003.551: D3D9: ERROR: 25 un-released pens!
000003.551: **** Fast process shutdown

I doesn't CTD, but the meshes of the 7th booster group don't show up, nor do the engine particle streams work.

Thanks, can I have the ini as well? the log seems fine.

I also need something from jacquesmomo to understand completely this.

HI fred18,I figured out what was causing the SLS rocket to shoot out into space when starting a Scenario after saving it,the Crawler is empty,the Hangar is present,and the MS-pad has the SLS rocket attached to but the MS-pad with SLS rocket attached to it shoots off into space when reloading the scenario.So here is how I fixed it,I used ucargodeck to raise the cog up on the MS-pad,and saved it,when,I reloaded the scenario again the MS-pad,with the SLS rocket attached to it was sitting perfectly where,I left it.The problem is that the MS-pad,MS-hangar,and,MS-crawler has to have it's cog raised up little bit more,this also fixes all of the vehicles I mentioned to stop flashing when using the default orbiter 2010 renderer,the other problem,I mentioned earlier happens with the D3d9 2010 renderer too.BTW,I remember you had made an addon for orbiter 2010 called ELIS it was a barge that launched a rocket,the barge also flashed,and I remember posting it as a bug,so there you have it seems all the problems mentioned can be solved by raising the cog up on the MS-pad,MS-hangar,and the MS-crawler,I hope this is some help to you.Thanks

Thank you very much! this is very useful, I'll modify this!! :cheers:
 

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,718
Reaction score
76
Points
63
Location
Michigan,Florida
I'll do some investigating,and see if the same bugs are in the 2016 version of multistage2015,but,I am going on a cruise to the Caribbean,so,you might have to wait a week.
 

jacquesmomo

Addon Developer
Addon Developer
Joined
Jun 14, 2008
Messages
616
Reaction score
459
Points
78
Location
FRANCE
Website
francophone.dansteph.com
I also need something from jacquesmomo to understand completely this.
Hi Fred...:cheers:

Here are my files (ini and log)...

1) With 5 booster-groups (works fine !)

(a) - orbiter Log file :
Code:
**** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 3.00286e-007 sec
000000.000: Found 0 joystick(s)
000000.000: Devices enumerated: 6
000000.000: Devices accepted: 5
000000.000: [ ] RGB Emulation (SW)
000000.000: [ ] Direct3D HAL (HW)
000000.000: [x] Direct3D T&L HAL (HW)
000000.000: [ ] Direct3D HAL (NVIDIA GeForce GTX 550 Ti) (HW)
000000.000: [x] Direct3D T&L HAL (NVIDIA GeForce GTX 550 Ti) (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 OrbiterSound.dll ...... [Build 121120, API 100830]
000000.000: Module ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: 
000000.000: **** Creating simulation session
000000.000: DirectDraw interface OK
000000.000: Direct3D interface OK
000000.000: Graphics: Viewport: Window 1860 x 1025 x 32
000000.000: Graphics: Hardware T&L capability: Yes
000000.000: Graphics: Z-buffer depth: 32 bit
000000.000: Graphics: Active lights supported: 8
000000.000: Loading 15382 records from star database
000000.000: ---------------------------------------------------------------
000000.000: >>> ERROR: DDraw error DDERR_BLTFASTCANTCLIP
000000.000: >>> [OrbiterGraphics::clbkBlt | .\OGraphics.cpp | 1633]
000000.000: ---------------------------------------------------------------
000000.000: Module Sun.dll ............... [Build 160828, API 160828]
VSOP87(E) Sun: Precision 1e-006, Terms 554/6634
000000.000: Module Mercury.dll ........... [Build 160828, API 160828]
VSOP87(B) Mercury: Precision 1e-005, Terms 167/7123
000000.000: Module Venus.dll ............. [Build 160828, API 160828]
000000.000: Module VenusAtm2006.dll ...... [Build 160828, API 160828]
VSOP87(B) Venus: Precision 1e-005, Terms 79/1710
000000.000: Module Earth.dll ............. [Build 160828, API 160828]
000000.000: Module EarthAtmJ71G.dll ...... [Build 160828, API 160828]
VSOP87(B) Earth: Precision 1e-008, Terms 2564/2564
000000.000: Module Moon.dll .............. [Build 160828, API 160828]
ELP82: Precision 1e-005, Terms 116/829
000000.000: Module Mars.dll .............. [Build 160828, API 160828]
000000.000: Module MarsAtm2006.dll ....... [Build 160828, API 160828]
VSOP87(B) Mars: Precision 1e-005, Terms 405/6400
000000.000: Module Phobos.dll ............ [Build ******, API 060425]
000000.000: Module Deimos.dll ............ [Build ******, API 060425]
000000.000: Module Galsat.dll ............ [Build 160828, API 160828]
000000.000: Module Jupiter.dll ........... [Build 160828, API 160828]
VSOP87(B) Jupiter: Precision 1e-006, Terms 1624/3625
000000.000: Module Io.dll ................ [Build 160828, API 160828]
000000.000: Module Europa.dll ............ [Build 160828, API 160828]
000000.000: Module Ganymede.dll .......... [Build 160828, API 160828]
000000.000: Module Callisto.dll .......... [Build 160828, API 160828]
000000.000: Module Satsat.dll ............ [Build 160828, API 160828]
000000.000: Module Saturn.dll ............ [Build 160828, API 160828]
VSOP87(B) Saturn: Precision 1e-006, Terms 2904/6365
000000.000: Module Mimas.dll ............. [Build 160828, API 160828]
SATSAT Mimas: Terms 113
000000.000: Module Enceladus.dll ......... [Build 160828, API 160828]
SATSAT Enceladus: Terms 33
000000.000: Module Tethys.dll ............ [Build 160828, API 160828]
SATSAT Tethys: Terms 101
000000.000: Module Dione.dll ............. [Build 160828, API 160828]
SATSAT Dione: Terms 59
000000.000: Module Rhea.dll .............. [Build 160828, API 160828]
SATSAT Rhea: Terms 68
000000.000: Module Titan.dll ............. [Build 160828, API 160828]
SATSAT Titan: Terms 100
000000.000: Module Iapetus.dll ........... [Build 160828, API 160828]
SATSAT Iapetus: Terms 605
000000.000: Module Uranus.dll ............ [Build 160828, API 160828]
VSOP87(B) Uranus: Precision 1e-006, Terms 1827/5269
000000.000: Module Miranda.dll ........... [Build ******, API 060425]
000000.000: Module Ariel.dll ............. [Build ******, API 060425]
000000.000: Module Umbriel.dll ........... [Build ******, API 060425]
000000.000: Module Titania.dll ........... [Build ******, API 060425]
000000.000: Module Oberon.dll ............ [Build ******, API 060425]
000000.000: Module Neptune.dll ........... [Build 160828, API 160828]
VSOP87(B) Neptune: Precision 1e-006, Terms 391/2024
000000.000: Finished initialising world
000000.000: Module multistage2015.dll .... [Build 161006, API 160828]
000000.000: Multistage Version: 161006
000000.000: Load State Started
000000.000: Ariane1: Guidance File present: Config\Kourou_Rockets\Ariane1_guidance_momo.txt
000000.000: Ariane1: Sound found @step 13
000000.000: Ariane1: Sound found @step 14
000000.000: Ariane1: Config File: D:\ORBITER\Orbiter 2016\Config\Kourou_Rockets\ariane1.ini
000000.000: Ariane1: Number of Interstages in the ini file: 1
000000.000: Ariane1: Number of Interstages in the ini file: 1
000000.000: Ariane1: Number of stages in the ini file: 3
000000.000: Ariane1: Number of boosters group in the ini file: 5
000000.000: Ariane1: Number of Payloads in the ini file: 1
000000.000: Ariane1: This Rocket Has Fairing
000000.000: Ariane1: Texture n.1 Loaded Exhaust2
000000.000: Ariane1: booster n. 1 Tank Added: 0.400 kg
000000.000: Ariane1: booster n. 2 Tank Added: 0.400 kg
000000.000: Ariane1: booster n. 3 Tank Added: 0.400 kg
000000.000: Ariane1: booster n. 4 Tank Added: 0.400 kg
000000.000: Ariane1: booster n. 5 Tank Added: 0.400 kg
000000.000: Ariane1: Stage n. 3 Tank Added: 8220.000 kg
000000.000: Ariane1: Stage n. 2 Tank Added: 34100.000 kg
000000.000: Ariane1: Stage n. 1 Tank Added: 147600.000 kg
000000.000: Ariane1: Stage n.1 Engine Exhaust Stream Added: stage1 to engine n.1
000000.000: Ariane1: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 1.200, position x: 0.000 y: 2.200 z: -9.100
000000.000: Ariane1: Stage n.1 Engine Exhaust Stream Added: stage1 to engine n.2
000000.000: Ariane1: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 1.200, position x: 2.200 y: 0.000 z: -9.100
000000.000: Ariane1: Stage n.1 Engine Exhaust Stream Added: stage1 to engine n.3
000000.000: Ariane1: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 1.200, position x: 0.000 y: -2.200 z: -9.100
000000.000: Ariane1: Stage n.1 Engine Exhaust Stream Added: stage1 to engine n.4
000000.000: Ariane1: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 1.200, position x: -2.200 y: 0.000 z: -9.100
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 14.150
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 14.150
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 14.150
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 14.150
000000.000: Ariane1: Stage n.1 Mesh Preloaded: Kourou_Rockets\ariane1_1
000000.000: Ariane1: Stage n.1 Mesh Added Mesh: Kourou_Rockets\ariane1_1 @ x:0.000 y:0.000 z:0.000
000000.000: Ariane1: Stage n.2 Mesh Preloaded: Kourou_Rockets\ariane1_2
000000.000: Ariane1: Stage n.2 Mesh Added Mesh: Kourou_Rockets\ariane1_2 @ x:0.000 y:0.000 z:17.620
000000.000: Ariane1: Interstage Mesh Preloaded for Stage 2
000000.000: Ariane1: Interstage Mesh Added: Kourou_Rockets\ariane1_inter12 @ x:0.000 y:0.000 z:10.950
000000.000: Ariane1: Stage n.3 Mesh Preloaded: Kourou_Rockets\ariane1_3
000000.000: Ariane1: Stage n.3 Mesh Added Mesh: Kourou_Rockets\ariane1_3 @ x:0.000 y:0.000 z:26.800
000000.000: Ariane1: Interstage Mesh Preloaded for Stage 3
000000.000: Ariane1: Interstage Mesh Added: Kourou_Rockets\ariane1_inter23 @ x:0.000 y:0.000 z:22.470
000000.000: Ariane1 Payload Mesh Preloaded 1
000000.000: Ariane1: Payload n.1 Mesh Added: carina @ x:0.000 y:0.000 z:32.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ha_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ha_1 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ha_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ha_2 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ha_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ha_3 @ x:-0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ha_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ha_4 @ x:0.000 y:-0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hb_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hb_1 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hb_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hb_2 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hb_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hb_3 @ x:-0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hb_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hb_4 @ x:0.000 y:-0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hc_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hc_1 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hc_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hc_2 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hc_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hc_3 @ x:-0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hc_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hc_4 @ x:0.000 y:-0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hd_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hd_1 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hd_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hd_2 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hd_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hd_3 @ x:-0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hd_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hd_4 @ x:0.000 y:-0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ba_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ba_1 @ x:0.000 y:0.000 z:14.150
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ba_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ba_2 @ x:0.000 y:0.000 z:14.150
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ba_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ba_3 @ x:-0.000 y:0.000 z:14.150
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ba_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ba_4 @ x:0.000 y:-0.000 z:14.150
000000.000: Ariane1: Fairing Mesh Preloaded: Kourou_Rockets\ariane1_fairing_1
000000.000: Ariane1: Fairing Mesh Added Mesh: Kourou_Rockets\ariane1_fairing_1 @ x:0.000 y:0.000 z:34.430
000000.000: Ariane1: Fairing Mesh Preloaded: Kourou_Rockets\ariane1_fairing_2
000000.000: Ariane1: Fairing Mesh Added Mesh: Kourou_Rockets\ariane1_fairing_2 @ x:-0.000 y:0.000 z:34.430
000000.000: Load State Terminated
000000.000: Finished initialising status
000000.000: Finished initialising camera
000000.000: Finished setting up render state
000000.000: Post Creation Started
000000.000: Ariane1: Gravity Turn Initial Pitch by user: 89.500 Calculated:89.000
000000.000: Creating Launchpad
000000.000: Module EmptyModule.dll ....... [Build 161006, API 160828]
000000.000: Orbiter version: 160828 . Ramp is created through scenario file procedure
000000.000: RESET PEG
000000.000: Ariane1: Planet Reference Pressure = 101325.0 Pa  Atmosphere Altitude Limit:2500.0 km
000000.000: Post Creation Terminated
000000.000: Finished initialising panels
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: VESSEL::GetHorizonAirspeedVector
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.010: ---------------------------------------------------------------
000000.010: >>> WARNING: Obsolete API function used: VESSEL::GetShipAirspeedVector
000000.010: At least one active module is accessing an obsolete interface function.
000000.010: Addons which rely on obsolete functions may not be compatible with
000000.010: future versions of Orbiter.
000000.010: ---------------------------------------------------------------
000001.753: Detached from Launchpad
000001.753: LaunchPad Deleted from Scenery
000001.753: Ariane1 Booster n: 1 ignited @0.0
000001.753: Ariane1 Booster n: 2 ignited @0.0
000001.753: Ariane1 Booster n: 3 ignited @0.0
000001.753: Ariane1 Booster n: 4 ignited @0.0
000001.753: Ariane1 Booster n: 5 ignited @0.0
000002.760: Ariane1: Booster n.1 jettisoned name: Kourou_Rockets\Ariane1P-Ha_1 @1.007
000002.760: Ariane1: Booster n.1 jettisoned name: Kourou_Rockets\Ariane1P-Ha_2 @1.007
000002.760: Ariane1: Booster n.1 jettisoned name: Kourou_Rockets\Ariane1P-Ha_3 @1.007
000002.760: Ariane1: Booster n.1 jettisoned name: Kourou_Rockets\Ariane1P-Ha_4 @1.007
000002.862: Ariane1: Booster n.2 jettisoned name: Kourou_Rockets\Ariane1P-Hb_1 @1.109
000002.862: Ariane1: Booster n.2 jettisoned name: Kourou_Rockets\Ariane1P-Hb_2 @1.109
000002.862: Ariane1: Booster n.2 jettisoned name: Kourou_Rockets\Ariane1P-Hb_3 @1.109
000002.862: Ariane1: Booster n.2 jettisoned name: Kourou_Rockets\Ariane1P-Hb_4 @1.109
000002.879: Ariane1: Booster n.3 jettisoned name: Kourou_Rockets\Ariane1P-Hc_1 @1.125
000002.879: Ariane1: Booster n.3 jettisoned name: Kourou_Rockets\Ariane1P-Hc_2 @1.125
000002.879: Ariane1: Booster n.3 jettisoned name: Kourou_Rockets\Ariane1P-Hc_3 @1.125
000002.879: Ariane1: Booster n.3 jettisoned name: Kourou_Rockets\Ariane1P-Hc_4 @1.125
000003.100: Ariane1: Booster n.4 jettisoned name: Kourou_Rockets\Ariane1P-Hd_1 @1.347
000003.100: Ariane1: Booster n.4 jettisoned name: Kourou_Rockets\Ariane1P-Hd_2 @1.347
000003.100: Ariane1: Booster n.4 jettisoned name: Kourou_Rockets\Ariane1P-Hd_3 @1.347
000003.100: Ariane1: Booster n.4 jettisoned name: Kourou_Rockets\Ariane1P-Hd_4 @1.347
000003.117: Ariane1: Booster n.5 jettisoned name: Kourou_Rockets\Ariane1P-Ba_1 @1.363
000003.117: Ariane1: Booster n.5 jettisoned name: Kourou_Rockets\Ariane1P-Ba_2 @1.363
000003.117: Ariane1: Booster n.5 jettisoned name: Kourou_Rockets\Ariane1P-Ba_3 @1.363
000003.117: Ariane1: Booster n.5 jettisoned name: Kourou_Rockets\Ariane1P-Ba_4 @1.363
000009.203: **** Closing simulation session
(b) - ini file :

Code:
[MISC]
COG=5.4
FOCUS=2
  
 [TEXTURE_LIST]
TEX_1=Exhaust2
  
 [PARTICLESTREAM_1] ;ori
NAME=stage1
SRCSIZE=0.6
SRCRATE=5000
V0=100
SRCSPREAD=0
LIFETIME=0.3
GROWTHRATE=12
ATMSLOWDOWN=0
LTYPE=EMISSIVE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-4
AMAX=1
TEX=Contrail2
  
 [PARTICLESTREAM_2]  ;fumee
NAME=Fume1
TEX=Contrail1
SRCSIZE=4
SRCRATE=20
V0=150.0
SRCSPREAD=0.2
LIFETIME=4.0   ;2.0
GROWTHRATE=10
ATMSLOWDOWN=0.5
LTYPE=DIFFUSE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-4
AMAX=1e-1
  
 [PARTICLESTREAM_3]
NAME=vent
TEX=contrail
srcsize =0.400
srcrate =15.000
v0 =1.000
Srcspread=0.000
lifetime =4.500
growthrate =1.200
atmslowdown =3.000
ltype=EMISSIVE
levelmap =LVL_PSQRT
lmin =0.000
lmax =0.500
atmsmap =ATM_FLAT
amin =0.150
amax =1.000
  
 [BOOSTER_1]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Ha"
OFF=(0,0,20)
Height=3
Angle=0
Diameter=0.1
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1
Speed=(1,0.43,0)
Rot_Speed=(-1,0.43,0)
ENG_1=(0,0,0)
Eng_Diameter=0.01
  
 [BOOSTER_2]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Hb"
OFF=(0,0,20)
Height=5.85
Angle=0
Diameter=3.2
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1.1
Speed=(2,0,0)
Rot_Speed=(-1,0,0)
ENG_1=(0,0,0)
Eng_Diameter=0.01
  
 [BOOSTER_3]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Hc"
OFF=(0,0,20)
Height=5.85
Angle=0
Diameter=3.2
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1
Speed=(1,-1,0)
Rot_Speed=(-1,0,-1)
ENG_1=(0,0,0)
Eng_Diameter=0.01
  
 [BOOSTER_4]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Hd"
OFF=(0,0,20)
Height=5.85
Angle=0
Diameter=3.2
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1.3
Speed=(-1-5,0)
Rot_Speed=(-2,1,0)
ENG_1=(0,0,0)
Eng_Diameter=0.01
  
 [BOOSTER_5]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Ba"
OFF=(0,0,14.15)
Height=3
Angle=0
Diameter=0.1
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1
Speed=(1,0.43,0)
Rot_Speed=(-1,0.43,0)
ENG_1=(0,0,0)
Eng_Diameter=0.01
  
 [STAGE_1]
MESHNAME="Kourou_Rockets\ariane1_1"
OFF=(0,0,0)
HEIGHT=18.4
DIAMETER=3.8
THRUST=2485000
EMPTYMASS=13200
FUELMASS=147600
BURNTIME=146
SPEED=(0,0,-2)
ENG_1=(0,2.2,-9.1)
ENG_2=(2.2,0,-9.1)
ENG_3=(0,-2.2,-9.1)
ENG_4=(-2.2,0,-9.1)
ENG_DIAMETER=1.2
ENG_TEX=Exhaust2
ENG_PSTREAM1=stage1
  
 [SEPARATION_12]
MESHNAME="Kourou_Rockets\ariane1_inter12"
OFF=(0,0,10.95)
HEIGHT=3.3
DIAMETER=3.8
EMPTYMASS=480
SEPARATION_DELAY=2
SPEED=(0,0,-1.7)
  
 [STAGE_2]
MESHNAME="Kourou_Rockets\ariane1_2"
OFF=(0,0,17.62)
HEIGHT=11.6
DIAMETER=2.6
THRUST=706079
EMPTYMASS=3220
FUELMASS=34100
BURNTIME=136
SPEED=(0,0,-2)
IGNITE_DELAY=13
ENG_1=(0,0,-7.5)
ENG_DIAMETER=1
ENG_TEX=Exhaust2
  
 [SEPARATION_23]
MESHNAME="Kourou_Rockets\ariane1_inter23"
OFF=(0,0,22.47)
HEIGHT=2.8
DIAMETER=2.6 
EMPTYMASS=340 
SEPARATION_DELAY=2.0
SPEED=(0,0,-1.7)
  
 [STAGE_3]
MESHNAME="Kourou_Rockets\ariane1_3"
OFF=(0,0,26.8)
HEIGHT=9.1
DIAMETER=2.6
EMPTYMASS=1477 ;including the equipment bay mass
FUELMASS=8220 
THRUST=58840
BURNTIME=545
IGNITE_DELAY=3
ENG_1=(0,0,-5)
ENG_DIAMETER=0.7
ENG_TEX=Exhaust2
  
 [FAIRING]
N=2
MESHNAME="Kourou_Rockets\ariane1_fairing"
OFF=(0,0,34.43)
HEIGHT=8.65
ANGLE=0
DIAMETER=3.2
EMPTYMASS=826
SPEED=(2,0,0)
ROT_SPEED=(0,-0.2,0)
  
 [PAYLOAD_1]
MESHNAME="carina"
OFF=(0,0,32)
HEIGHT=1.5
DIAMETER=3.5
MASS=700
MODULE=Vessels\carina
NAME=carina
Speed=(0,0,1)
Rot_speed=(0,0,1)
2) With 6 booster-groups (look at the screen capture...) (if 7 or more it's same....)

(a) - orbiter Log file :

Code:
 **** Orbiter.log
000000.000: Build Aug 28 2016 [v.160828]
000000.000: Timer precision: 3.00286e-007 sec
000000.000: Found 0 joystick(s)
000000.000: Devices enumerated: 6
000000.000: Devices accepted: 5
000000.000: [ ] RGB Emulation (SW)
000000.000: [ ] Direct3D HAL (HW)
000000.000: [x] Direct3D T&L HAL (HW)
000000.000: [ ] Direct3D HAL (NVIDIA GeForce GTX 550 Ti) (HW)
000000.000: [x] Direct3D T&L HAL (NVIDIA GeForce GTX 550 Ti) (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 OrbiterSound.dll ...... [Build 121120, API 100830]
000000.000: Module ScnEditor.dll ......... [Build 160828, API 160828]
000000.000: 
000000.000: **** Creating simulation session
000000.000: DirectDraw interface OK
000000.000: Direct3D interface OK
000000.000: Graphics: Viewport: Window 1860 x 1025 x 32
000000.000: Graphics: Hardware T&L capability: Yes
000000.000: Graphics: Z-buffer depth: 32 bit
000000.000: Graphics: Active lights supported: 8
000000.000: Loading 15382 records from star database
000000.000: ---------------------------------------------------------------
000000.000: >>> ERROR: DDraw error DDERR_BLTFASTCANTCLIP
000000.000: >>> [OrbiterGraphics::clbkBlt | .\OGraphics.cpp | 1633]
000000.000: ---------------------------------------------------------------
000000.000: Module Sun.dll ............... [Build 160828, API 160828]
VSOP87(E) Sun: Precision 1e-006, Terms 554/6634
000000.000: Module Mercury.dll ........... [Build 160828, API 160828]
VSOP87(B) Mercury: Precision 1e-005, Terms 167/7123
000000.000: Module Venus.dll ............. [Build 160828, API 160828]
000000.000: Module VenusAtm2006.dll ...... [Build 160828, API 160828]
VSOP87(B) Venus: Precision 1e-005, Terms 79/1710
000000.000: Module Earth.dll ............. [Build 160828, API 160828]
000000.000: Module EarthAtmJ71G.dll ...... [Build 160828, API 160828]
VSOP87(B) Earth: Precision 1e-008, Terms 2564/2564
000000.000: Module Moon.dll .............. [Build 160828, API 160828]
ELP82: Precision 1e-005, Terms 116/829
000000.000: Module Mars.dll .............. [Build 160828, API 160828]
000000.000: Module MarsAtm2006.dll ....... [Build 160828, API 160828]
VSOP87(B) Mars: Precision 1e-005, Terms 405/6400
000000.000: Module Phobos.dll ............ [Build ******, API 060425]
000000.000: Module Deimos.dll ............ [Build ******, API 060425]
000000.000: Module Galsat.dll ............ [Build 160828, API 160828]
000000.000: Module Jupiter.dll ........... [Build 160828, API 160828]
VSOP87(B) Jupiter: Precision 1e-006, Terms 1624/3625
000000.000: Module Io.dll ................ [Build 160828, API 160828]
000000.000: Module Europa.dll ............ [Build 160828, API 160828]
000000.000: Module Ganymede.dll .......... [Build 160828, API 160828]
000000.000: Module Callisto.dll .......... [Build 160828, API 160828]
000000.000: Module Satsat.dll ............ [Build 160828, API 160828]
000000.000: Module Saturn.dll ............ [Build 160828, API 160828]
VSOP87(B) Saturn: Precision 1e-006, Terms 2904/6365
000000.000: Module Mimas.dll ............. [Build 160828, API 160828]
SATSAT Mimas: Terms 113
000000.000: Module Enceladus.dll ......... [Build 160828, API 160828]
SATSAT Enceladus: Terms 33
000000.000: Module Tethys.dll ............ [Build 160828, API 160828]
SATSAT Tethys: Terms 101
000000.000: Module Dione.dll ............. [Build 160828, API 160828]
SATSAT Dione: Terms 59
000000.000: Module Rhea.dll .............. [Build 160828, API 160828]
SATSAT Rhea: Terms 68
000000.000: Module Titan.dll ............. [Build 160828, API 160828]
SATSAT Titan: Terms 100
000000.000: Module Iapetus.dll ........... [Build 160828, API 160828]
SATSAT Iapetus: Terms 605
000000.000: Module Uranus.dll ............ [Build 160828, API 160828]
VSOP87(B) Uranus: Precision 1e-006, Terms 1827/5269
000000.000: Module Miranda.dll ........... [Build ******, API 060425]
000000.000: Module Ariel.dll ............. [Build ******, API 060425]
000000.000: Module Umbriel.dll ........... [Build ******, API 060425]
000000.000: Module Titania.dll ........... [Build ******, API 060425]
000000.000: Module Oberon.dll ............ [Build ******, API 060425]
000000.000: Module Neptune.dll ........... [Build 160828, API 160828]
VSOP87(B) Neptune: Precision 1e-006, Terms 391/2024
000000.000: Finished initialising world
000000.000: Module multistage2015.dll .... [Build 161006, API 160828]
000000.000: Multistage Version: 161006
000000.000: Load State Started
000000.000: Ariane1: Guidance File present: Config\Kourou_Rockets\Ariane1_guidance_momo.txt
000000.000: Ariane1: Sound found @step 13
000000.000: Ariane1: Sound found @step 14
000000.000: Ariane1: Config File: D:\ORBITER\Orbiter 2016\Config\Kourou_Rockets\ariane1.ini
000000.000: Ariane1: Number of Interstages in the ini file: 1
000000.000: Ariane1: Number of Interstages in the ini file: 1
000000.000: Ariane1: Number of stages in the ini file: 3
000000.000: Ariane1: Number of boosters group in the ini file: 6
000000.000: Ariane1: Number of Payloads in the ini file: 1
000000.000: Ariane1: This Rocket Has Fairing
000000.000: Ariane1: Texture n.1 Loaded Exhaust2
000000.000: Ariane1: booster n. 1 Tank Added: 0.400 kg
000000.000: Ariane1: booster n. 2 Tank Added: 0.400 kg
000000.000: Ariane1: booster n. 3 Tank Added: 0.400 kg
000000.000: Ariane1: booster n. 4 Tank Added: 0.400 kg
000000.000: Ariane1: booster n. 5 Tank Added: 0.400 kg
000000.000: Ariane1: booster n. 6 Tank Added: 0.400 kg
000000.000: Ariane1: Stage n. 3 Tank Added: 8220.000 kg
000000.000: Ariane1: Stage n. 2 Tank Added: 34100.000 kg
000000.000: Ariane1: Stage n. 1 Tank Added: 147600.000 kg
000000.000: Ariane1: Stage n.1 Engine Exhaust Stream Added: stage1 to engine n.1
000000.000: Ariane1: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 1.200, position x: 0.000 y: 2.200 z: -9.100
000000.000: Ariane1: Stage n.1 Engine Exhaust Stream Added: stage1 to engine n.2
000000.000: Ariane1: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 1.200, position x: 2.200 y: 0.000 z: -9.100
000000.000: Ariane1: Stage n.1 Engine Exhaust Stream Added: stage1 to engine n.3
000000.000: Ariane1: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 1.200, position x: 0.000 y: -2.200 z: -9.100
000000.000: Ariane1: Stage n.1 Engine Exhaust Stream Added: stage1 to engine n.4
000000.000: Ariane1: Stage n. 1 Engines Exhaust Added--> number of engines: 4 , diameter: 1.200, position x: -2.200 y: 0.000 z: -9.100
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 1 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 2 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 3 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 4 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 20.000
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 14.150
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 14.150
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 14.150
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 5 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 14.150
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 14.150
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 1 , diameter: 0.010, position x: 0.000 y: 0.000 z: 14.150
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 1 , diameter: 0.010, position x: -0.000 y: 0.000 z: 14.150
000000.000: Ariane1: Booster Engines Exhaust Added--> Booster Group: 6 number of engines: 1 , diameter: 0.010, position x: 0.000 y: -0.000 z: 14.150
000000.000: Ariane1: Stage n.1 Mesh Preloaded: Kourou_Rockets\ariane1_1
000000.000: Ariane1: Stage n.1 Mesh Added Mesh: Kourou_Rockets\ariane1_1 @ x:0.000 y:0.000 z:0.000
000000.000: Ariane1: Stage n.2 Mesh Preloaded: Kourou_Rockets\ariane1_2
000000.000: Ariane1: Stage n.2 Mesh Added Mesh: Kourou_Rockets\ariane1_2 @ x:0.000 y:0.000 z:17.620
000000.000: Ariane1: Interstage Mesh Preloaded for Stage 2
000000.000: Ariane1: Interstage Mesh Added: Kourou_Rockets\ariane1_inter12 @ x:0.000 y:0.000 z:10.950
000000.000: Ariane1: Stage n.3 Mesh Preloaded: Kourou_Rockets\ariane1_3
000000.000: Ariane1: Stage n.3 Mesh Added Mesh: Kourou_Rockets\ariane1_3 @ x:0.000 y:0.000 z:26.800
000000.000: Ariane1: Interstage Mesh Preloaded for Stage 3
000000.000: Ariane1: Interstage Mesh Added: Kourou_Rockets\ariane1_inter23 @ x:0.000 y:0.000 z:22.470
000000.000: Ariane1 Payload Mesh Preloaded 1
000000.000: Ariane1: Payload n.1 Mesh Added: carina @ x:0.000 y:0.000 z:32.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ha_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ha_1 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ha_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ha_2 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ha_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ha_3 @ x:-0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ha_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ha_4 @ x:0.000 y:-0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hb_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hb_1 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hb_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hb_2 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hb_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hb_3 @ x:-0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hb_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hb_4 @ x:0.000 y:-0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hc_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hc_1 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hc_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hc_2 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hc_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hc_3 @ x:-0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hc_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hc_4 @ x:0.000 y:-0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hd_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hd_1 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hd_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hd_2 @ x:0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hd_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hd_3 @ x:-0.000 y:0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Hd_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Hd_4 @ x:0.000 y:-0.000 z:20.000
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ba_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ba_1 @ x:0.000 y:0.000 z:14.150
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ba_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ba_2 @ x:0.000 y:0.000 z:14.150
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ba_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ba_3 @ x:-0.000 y:0.000 z:14.150
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Ba_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Ba_4 @ x:0.000 y:-0.000 z:14.150
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Bb_1
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Bb_1 @ x:0.000 y:0.000 z:14.150
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Bb_2
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Bb_2 @ x:0.000 y:0.000 z:14.150
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Bb_3
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Bb_3 @ x:-0.000 y:0.000 z:14.150
000000.000: Ariane1: Booster Mesh Preloaded: Kourou_Rockets\Ariane1P-Bb_4
000000.000: Ariane1: Booster Mesh Added Mesh: Kourou_Rockets\Ariane1P-Bb_4 @ x:0.000 y:-0.000 z:14.150
000000.000: Ariane1: Fairing Mesh Preloaded: Kourou_Rockets\ariane1_fairing_1
000000.000: Ariane1: Fairing Mesh Added Mesh: Kourou_Rockets\ariane1_fairing_1 @ x:0.000 y:0.000 z:34.430
000000.000: Ariane1: Fairing Mesh Preloaded: Kourou_Rockets\ariane1_fairing_2
000000.000: Ariane1: Fairing Mesh Added Mesh: Kourou_Rockets\ariane1_fairing_2 @ x:-0.000 y:0.000 z:34.430
000000.000: Load State Terminated
000000.000: Finished initialising status
000000.000: Finished initialising camera
000000.000: Finished setting up render state
000000.000: Post Creation Started
000000.000: Ariane1: Gravity Turn Initial Pitch by user: 89.500 Calculated:89.000
000000.000: Creating Launchpad
000000.000: Module EmptyModule.dll ....... [Build 161006, API 160828]
000000.000: Orbiter version: 160828 . Ramp is created through scenario file procedure
000000.000: RESET PEG
000000.000: Ariane1: Planet Reference Pressure = 101325.0 Pa  Atmosphere Altitude Limit:2500.0 km
000000.000: Post Creation Terminated
000000.000: Finished initialising panels
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: VESSEL::GetHorizonAirspeedVector
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.010: ---------------------------------------------------------------
000000.010: >>> WARNING: Obsolete API function used: VESSEL::GetShipAirspeedVector
000000.010: At least one active module is accessing an obsolete interface function.
000000.010: Addons which rely on obsolete functions may not be compatible with
000000.010: future versions of Orbiter.
000000.010: ---------------------------------------------------------------
000002.522: Detached from Launchpad
000002.522: LaunchPad Deleted from Scenery
000002.522: Ariane1 Booster n: 1 ignited @0.0
000002.522: Ariane1 Booster n: 2 ignited @0.0
000002.522: Ariane1 Booster n: 3 ignited @0.0
000002.522: Ariane1 Booster n: 4 ignited @0.0
000002.522: Ariane1 Booster n: 5 ignited @0.0
000002.522: Ariane1 Booster n: 6 ignited @0.0
000003.567: Ariane1: Booster n.1 jettisoned name: Kourou_Rockets\Ariane1P-Ha_1 @1.045
000003.567: Ariane1: Booster n.1 jettisoned name: Kourou_Rockets\Ariane1P-Ha_2 @1.045
000003.567: Ariane1: Booster n.1 jettisoned name: Kourou_Rockets\Ariane1P-Ha_3 @1.045
000003.567: Ariane1: Booster n.1 jettisoned name: Kourou_Rockets\Ariane1P-Ha_4 @1.045
000003.623: Ariane1: Booster n.2 jettisoned name: Kourou_Rockets\Ariane1P-Hb_1 @1.101
000003.623: Ariane1: Booster n.2 jettisoned name: Kourou_Rockets\Ariane1P-Hb_2 @1.101
000003.623: Ariane1: Booster n.2 jettisoned name: Kourou_Rockets\Ariane1P-Hb_3 @1.101
000003.623: Ariane1: Booster n.2 jettisoned name: Kourou_Rockets\Ariane1P-Hb_4 @1.101
000003.631: Ariane1: Booster n.3 jettisoned name: Kourou_Rockets\Ariane1P-Hc_1 @1.109
000003.631: Ariane1: Booster n.3 jettisoned name: Kourou_Rockets\Ariane1P-Hc_2 @1.109
000003.631: Ariane1: Booster n.3 jettisoned name: Kourou_Rockets\Ariane1P-Hc_3 @1.109
000003.631: Ariane1: Booster n.3 jettisoned name: Kourou_Rockets\Ariane1P-Hc_4 @1.109
000003.864: Ariane1: Booster n.4 jettisoned name: Kourou_Rockets\Ariane1P-Hd_1 @1.342
000003.864: Ariane1: Booster n.4 jettisoned name: Kourou_Rockets\Ariane1P-Hd_2 @1.342
000003.864: Ariane1: Booster n.4 jettisoned name: Kourou_Rockets\Ariane1P-Hd_3 @1.342
000003.864: Ariane1: Booster n.4 jettisoned name: Kourou_Rockets\Ariane1P-Hd_4 @1.342
000003.873: Ariane1: Booster n.5 jettisoned name: Kourou_Rockets\Ariane1P-Ba_1 @1.350
000003.873: Ariane1: Booster n.5 jettisoned name: Kourou_Rockets\Ariane1P-Ba_2 @1.350
000003.873: Ariane1: Booster n.5 jettisoned name: Kourou_Rockets\Ariane1P-Ba_3 @1.350
000003.873: Ariane1: Booster n.5 jettisoned name: Kourou_Rockets\Ariane1P-Ba_4 @1.350
(b) - ini file :

Code:
[MISC]
COG=5.4
FOCUS=2
  
 [TEXTURE_LIST]
TEX_1=Exhaust2
  
 [PARTICLESTREAM_1] ;ori
NAME=stage1
SRCSIZE=0.6
SRCRATE=5000
V0=100
SRCSPREAD=0
LIFETIME=0.3
GROWTHRATE=12
ATMSLOWDOWN=0
LTYPE=EMISSIVE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-4
AMAX=1
TEX=Contrail2
  
 [PARTICLESTREAM_2]  ;fumee
NAME=Fume1
TEX=Contrail1
SRCSIZE=4
SRCRATE=20
V0=150.0
SRCSPREAD=0.2
LIFETIME=4.0   ;2.0
GROWTHRATE=10
ATMSLOWDOWN=0.5
LTYPE=DIFFUSE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-4
AMAX=1e-1
  
 [PARTICLESTREAM_3]
NAME=vent
TEX=contrail
srcsize =0.400
srcrate =15.000
v0 =1.000
Srcspread=0.000
lifetime =4.500
growthrate =1.200
atmslowdown =3.000
ltype=EMISSIVE
levelmap =LVL_PSQRT
lmin =0.000
lmax =0.500
atmsmap =ATM_FLAT
amin =0.150
amax =1.000
 
[BOOSTER_1]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Ha"
OFF=(0,0,20)
Height=3
Angle=0
Diameter=0.1
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1
Speed=(1,0.43,0)
Rot_Speed=(-1,0.43,0)
ENG_1=(0,0,0)
Eng_Diameter=0.01
  
 [BOOSTER_2]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Hb"
OFF=(0,0,20)
Height=5.85
Angle=0
Diameter=3.2
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1.1
Speed=(2,0,0)
Rot_Speed=(-1,0,0)
ENG_1=(0,0,0)
Eng_Diameter=0.01
  
 [BOOSTER_3]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Hc"
OFF=(0,0,20)
Height=5.85
Angle=0
Diameter=3.2
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1
Speed=(1,-1,0)
Rot_Speed=(-1,0,-1)
ENG_1=(0,0,0)
Eng_Diameter=0.01
  
 [BOOSTER_4]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Hd"
OFF=(0,0,20)
Height=5.85
Angle=0
Diameter=3.2
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1.3
Speed=(-1-5,0)
Rot_Speed=(-2,1,0)
ENG_1=(0,0,0)
Eng_Diameter=0.01
  
 [BOOSTER_5]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Ba"
OFF=(0,0,14.15)
Height=3
Angle=0
Diameter=0.1
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1
Speed=(1,0.43,0)
Rot_Speed=(-1,0.43,0)
ENG_1=(0,0,0)
Eng_Diameter=0.01
  
 [BOOSTER_6]
N=4
MESHNAME="Kourou_Rockets\Ariane1P-Bb"
OFF=(0,0,14.15)
Height=3
Angle=0
Diameter=0.1
THRUST=1
EMPTYMASS=0.1
FUELMASS=0.1
BURNTIME=1
Speed=(1,0.43,0)
Rot_Speed=(-1,0.43,0)
ENG_1=(0,0,0)
Eng_Diameter=0.01
 
[STAGE_1]
MESHNAME="Kourou_Rockets\ariane1_1"
OFF=(0,0,0)
HEIGHT=18.4
DIAMETER=3.8
THRUST=2485000
EMPTYMASS=13200
FUELMASS=147600
BURNTIME=146
SPEED=(0,0,-2)
ENG_1=(0,2.2,-9.1)
ENG_2=(2.2,0,-9.1)
ENG_3=(0,-2.2,-9.1)
ENG_4=(-2.2,0,-9.1)
ENG_DIAMETER=1.2
ENG_TEX=Exhaust2
ENG_PSTREAM1=stage1
  
 [SEPARATION_12]
MESHNAME="Kourou_Rockets\ariane1_inter12"
OFF=(0,0,10.95)
HEIGHT=3.3
DIAMETER=3.8
EMPTYMASS=480
SEPARATION_DELAY=2
SPEED=(0,0,-1.7)
  
 [STAGE_2]
MESHNAME="Kourou_Rockets\ariane1_2"
OFF=(0,0,17.62)
HEIGHT=11.6
DIAMETER=2.6
THRUST=706079
EMPTYMASS=3220
FUELMASS=34100
BURNTIME=136
SPEED=(0,0,-2)
IGNITE_DELAY=13
ENG_1=(0,0,-7.5)
ENG_DIAMETER=1
ENG_TEX=Exhaust2
  
 [SEPARATION_23]
MESHNAME="Kourou_Rockets\ariane1_inter23"
OFF=(0,0,22.47)
HEIGHT=2.8
DIAMETER=2.6 
EMPTYMASS=340 
SEPARATION_DELAY=2.0
SPEED=(0,0,-1.7)
  
 [STAGE_3]
MESHNAME="Kourou_Rockets\ariane1_3"
OFF=(0,0,26.8)
HEIGHT=9.1
DIAMETER=2.6
EMPTYMASS=1477 ;including the equipment bay mass
FUELMASS=8220 
THRUST=58840
BURNTIME=545
IGNITE_DELAY=3
ENG_1=(0,0,-5)
ENG_DIAMETER=0.7
ENG_TEX=Exhaust2
  
 [FAIRING]
N=2
MESHNAME="Kourou_Rockets\ariane1_fairing"
OFF=(0,0,34.43)
HEIGHT=8.65
ANGLE=0
DIAMETER=3.2
EMPTYMASS=826
SPEED=(2,0,0)
ROT_SPEED=(0,-0.2,0)
 [PAYLOAD_1]
 
MESHNAME="carina"
OFF=(0,0,32)
HEIGHT=1.5
DIAMETER=3.5
MASS=700
MODULE=Vessels\carina
NAME=carina
Speed=(0,0,1)
Rot_speed=(0,0,1)
And the screen capture :
left :booster-groups=5
right booster-groups=6.
The capture was made about 4 sec after ignition....


78457505protect.jpg


Remark: In configuration 2 (with 6 booster groups) the "J" key is inactive.... :facepalm:
Please, avoid to get worked up!.... :coffee:

And a big thank you for your time and patience !!!
 

fred18

Addon Developer
Addon Developer
Donator
Joined
Feb 2, 2012
Messages
1,667
Reaction score
105
Points
78
I have to say that I can't reproduce the bug:
6 boosters with 4 meshes each, working fine, and J key is working fine

0038.jpg

0039.jpg


have you tried to change the mesh name? or the parameters of the 6th booster one by one to see if you can find out wether there is a specific parameter which cause the issue?
Since I can't reproduce it it's quite hard to guess. Other options is that if you want you can send to me via PM the meshes so I can test myself exactly your rocket to see if i can find out what's wrong
 

jacquesmomo

Addon Developer
Addon Developer
Joined
Jun 14, 2008
Messages
616
Reaction score
459
Points
78
Location
FRANCE
Website
francophone.dansteph.com
I have to say that I can't reproduce the bug:
Since I can't reproduce it it's quite hard to guess. Other options is that if you want you can send to me via PM the meshes so I can test myself exactly your rocket to see if i can find out what's wrong

Ok, thank you...
I wil try to find what's wrong with me, and if I don't find, I'll prepare all the meshes (etc..) of the rockets, and I'll sent to you a PM. :salute: :hmm:
 
Top