Space Shuttle Deluxe Problem

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
Hi! I have problem with addon from topic. I was using it some time ago, and it was working with no problems. I downloaded Space Shuttle Ultra and now, I switched it to Space Shuttle Deluxe. But I have problem with MG_Atlantis and I don't know why. Here is my log fragment:

Code:
Finished initialising world
Module MG_Atlantis.dll [API v.060425]
>>> ERROR: No vessel class configuration file found for:
>>> ERROR: END
>>>        [C:\Source\Orbiter\Vessel.cpp / 248]
>>> TERMINATING <<<
Thanks for reply and help :)
 

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,460
Reaction score
5
Points
0
Location
United States
The configuration file seems corrupt. Go to the main configuration folder for Orbiter. Click on the "vessel" folder and go to MGAtlantis. Post the configuration file here.
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
Here it is:

Code:
; === Configuration file for vessel class Atlantis ===
ClassName = MG_Atlantis
Module = MG_Atlantis
Help = Atlantis,Atlantis
ImageBmp = Images\Vessels\Default\Atlantis.bmp
RenderCockpit = TRUE
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,616
Reaction score
2,337
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
It's not the configuration file, it is the scenario file which is wrong. When "END" appears as vessel in the log file, you had a small syntax error in it. Is the failing scenario part of the Space Shuttle Deluxe package?
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
In Space Shuttle Deluxe package, there is no scenario to launch this shuttle, so I must made it.
 

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,460
Reaction score
5
Points
0
Location
United States
It's not the configuration file, it is the scenario file which is wrong. When "END" appears as vessel in the log file, you had a small syntax error in it. Is the failing scenario part of the Space Shuttle Deluxe package?
My mistake. I should have known that becasue I have been playing around with stuff like that for awile now.
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
I thought that part of scenario which defines shuttle is wrong, but I don't know how should appear correct inscription of shuttle from Shuttle Deluxe.
 

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,460
Reaction score
5
Points
0
Location
United States
You changed it?
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
No, because I didn't have it. I did it myself.
 

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,460
Reaction score
5
Points
0
Location
United States
I get it. You do not know how the scenario should look like in the sce. file?
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
I know it :) But I don't know how must look correct definition for shuttle from Space Shuttle Deluxe addon.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,616
Reaction score
2,337
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
I know it :) But I don't know how must look correct definition for shuttle from Space Shuttle Deluxe addon.

Like all other definitions. Can you post the failing scenario with the CODE tags?
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
This is my actual part of scenario which defines shuttle:

Code:
Endeavour:Atlantis
  STATUS Landed Earth
  BASE Cape Canaveral:11
  HEADING 0
  PRPLEVEL 0:1.000 1:1.000 2:1.000
  NAVFREQ 0 0
  WING_NAME Endeavour
  CONFIGURATION 0
  OPS 101
  CARGODOOR 0 0.0000
  GEAR 0 0.0000
  KUBAND 0 0.0000
  ARM_STATUS 0.5000 0.0000 0.0000 0.5000 0.5000 0.5000
END
Now, I don't know how to make correct.

EDIT: I copied it from scenario with Carina launch from Space Shuttle Atlantis folder.
 

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,460
Reaction score
5
Points
0
Location
United States
The very first part is wrong. The name is not right.
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
I think it isn't wrong, because scenario with Carina runs correctly.
 

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,460
Reaction score
5
Points
0
Location
United States
But that scenario is made for the Carina launch. Not Space Shuttle Deluxe.
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
Space Shuttle Deluxe replces default Atlantis and Carina is "ready" to launch with default Atlantis, so my scenario should run correctly. If it's bad, could anybody help me to make correct shuttle definition in scenario?
 

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,460
Reaction score
5
Points
0
Location
United States
I will try to help.
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
Ok. Thanks :) So, have You propositions what things I must change to make this definition correct?
 
Top