Request Mir

PhantomCruiser

Wanderer
Moderator
Tutorial Publisher
Joined
Jan 23, 2009
Messages
5,603
Reaction score
168
Points
153
Location
Cleveland
Download Thorton's ISS 3.2. It has a Soyuz (Progress too) that you can add to the scenario via the scenario editor.

Learning how to manipulate a scenario file is something that's worth learning to do. It isn't coding, and it really isn't that hard. It can be something as simple as adding a few lines like so...

Betty:SoyuzTMA
STATUS Orbiting Earth
END


That tells the vessels name (in the case Betty), that it's a Soyuz currently in orbit. The END statement says that your done with it and it can look for the next vessel. If it's the last vessel on the list, the next "command" would be END_SHIPS
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,616
Reaction score
2,336
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
And using the scenario editor is another good thing to learn, since it allows creating complex scenarios with minimal effort.

And add-ons shall be scenario editor safe anyway according to martins quality standards, its a good idea to test that this is the case.
 

Gargantua2024

The Desktop Orbinaut
Joined
Oct 14, 2016
Messages
1,057
Reaction score
1,268
Points
128
Location
San Jose Del Monte, Bulacan
Hi there, on David413's site there is an addon named ISSFleet 4.5 that has the SoyuzTMA spacecraft included, also recompiled for Orbiter 2010.

You can use it WITHOUT modifying the whole .SCN files containing Soyuz (except for replacing "PANELS 1.0000" to "ARRAYS 1.00000")
 

Sbb1413

Well-known member
Joined
Aug 14, 2018
Messages
948
Reaction score
373
Points
78
Location
India
Preferred Pronouns
he/his/him
Sorry for necroposting, but Gargantua, with the ISS Fleet add-on, the bottom-left dialog says that the UMMU 2.0 is not properly initialized in the code. How to ignore it?
 
Last edited:

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,707
Reaction score
2,683
Points
203
Location
Dallas, TX
Sorry for necroposting, but Gargantua, with the ISS Fleet add-on, the bottom-left dialog says that the UMMU 2.0 is not initialized in the code. How to ignore it?


I don't think you can do anything about it. As UMMu is not for 2016. When ever a fix new UMMu is made I suspect vessel will be in need of recode
 

Gargantua2024

The Desktop Orbinaut
Joined
Oct 14, 2016
Messages
1,057
Reaction score
1,268
Points
128
Location
San Jose Del Monte, Bulacan
Sorry for necroposting, but Gargantua, with the ISS Fleet add-on, the bottom-left dialog says that the UMMU 2.0 is not properly initialized in the code. How to ignore it?
Unfortunately you can't ignore it, like gattispilot said, there's no UMMU for O2016 (yet). Regardless, it is more O2016 friendly than the ones in ISSR 3.2 (no CTD in cockpit mode)


The only bug in the addon is that when you land the capsule, it doesn't recognize the 3D terrain. Only when it lands on the flat sea-level surface, the landing sequence is working properly
 

Sbb1413

Well-known member
Joined
Aug 14, 2018
Messages
948
Reaction score
373
Points
78
Location
India
Preferred Pronouns
he/his/him
There might be an add-on, which removes such dialog. However, the Soyuz spacecraft of the ISS Fleet add-on works flawlessly in Orbiter 2016.
Mir.jpg
 
Last edited:

MaxBuzz

Well-known member
Joined
Sep 19, 2016
Messages
1,406
Reaction score
2,132
Points
128
Location
Kursk
Sorry for necroposting, but Gargantua, with the ISS Fleet add-on, the bottom-left dialog says that the UMMU 2.0 is not properly initialized in the code. How to ignore it?

Two files needed
Modules\UMmu
Meshes\Ummu\ver.dtf

the system assumes that ummu is installed (Orbiter 2016)
 
Top