Space Shuttle Deluxe Problem

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
Is there a readme file?
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
Yes, there is a manual for this addon. I read it, but there was no information about shuttle definition in scenario file.
 

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
Did it say anything about scenario files?
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,367
Reaction score
635
Points
203
Could you post the entire scenario in the CODE tags here? I'm only seeing the Shuttle Deluxe part of it.
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
Yes. There is only one fragment which describes name of shuttle. It says, that if I want to change shuttle name, I must add for example this line:
Code:
WING_NAME Endeavour
Nothing else.

There is all elements which scenario contains:

Code:
BEGIN_DESC
Endeavour Ready to depart.
END_DESC

BEGIN_ENVIRONMENT
  System Sol_Alt
  Date MJD 53751.7096076852
END_ENVIRONMENT

BEGIN_FOCUS
  Ship Endeavour
END_FOCUS

BEGIN_CAMERA
  TARGET Endeavour
  MODE Extern
  POS 4.51 28.25 34.20
  TRACKMODE GlobalFrame
  FOV 40.00
END_CAMERA

BEGIN_HUD
  TYPE Surface
END_HUD

BEGIN_MFD Left
  TYPE Surface
  SPDMODE 1
END_MFD

BEGIN_MFD Right
  TYPE User
  MODE GPC MFD
  SITE 1
  MODE 1
  MET 11819
END_MFD


BEGIN_SHIPS
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
K-LC-39B-v9:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6242555 28.6191222
  HEADING 0.00
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
K-LC-39-v9-FC:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6248900 28.6196921
  HEADING 53.44
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.900000
END
K-LC-39-v9-GW:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6249203 28.6195964
  HEADING 355.53
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.900000
END
K-LC-39-v9-RSS:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6251530 28.6194108
  HEADING 359.72
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.000000
END
K-LC-39A-v9:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6082860 28.5999766
  HEADING 0.56
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
K-LC-39-v9-Sparks1:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6247042 28.6195892
  HEADING 88.19
  PRPLEVEL 0:1.000
  THLEVEL 0:1.000
  NAVFREQ 94 482
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
K-LC-39-v9-Sparks2:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6247985 28.6195905
  HEADING 269.42
  PRPLEVEL 0:1.000
  THLEVEL 0:1.000
  NAVFREQ 94 483
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
K-LC-39-v9-Add:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6250403 28.6195564
  HEADING 180.53
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.900000
END
END_SHIPS
 

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
That is strange. Post everything out of the file.
 

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
Yes. There is only one fragment which describes name of shuttle. It says, that if I want to change shuttle name, I must add for example this line:
Code:
WING_NAME Endeavour
Nothing else.

There is all elements which scenario contains:

Code:
BEGIN_DESC
Endeavour Ready to depart.
END_DESC
 
BEGIN_ENVIRONMENT
  System Sol_Alt
  Date MJD 53751.7096076852
END_ENVIRONMENT
 
BEGIN_FOCUS
  Ship Endeavour
END_FOCUS
 
BEGIN_CAMERA
  TARGET Endeavour
  MODE Extern
  POS 4.51 28.25 34.20
  TRACKMODE GlobalFrame
  FOV 40.00
END_CAMERA
 
BEGIN_HUD
  TYPE Surface
END_HUD
 
BEGIN_MFD Left
  TYPE Surface
  SPDMODE 1
END_MFD
 
BEGIN_MFD Right
  TYPE User
  MODE GPC MFD
  SITE 1
  MODE 1
  MET 11819
END_MFD
 
 
BEGIN_SHIPS
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
K-LC-39B-v9:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6242555 28.6191222
  HEADING 0.00
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
K-LC-39-v9-FC:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6248900 28.6196921
  HEADING 53.44
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.900000
END
K-LC-39-v9-GW:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6249203 28.6195964
  HEADING 355.53
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.900000
END
K-LC-39-v9-RSS:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6251530 28.6194108
  HEADING 359.72
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.000000
END
K-LC-39A-v9:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6082860 28.5999766
  HEADING 0.56
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
K-LC-39-v9-Sparks1:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6247042 28.6195892
  HEADING 88.19
  PRPLEVEL 0:1.000
  THLEVEL 0:1.000
  NAVFREQ 94 482
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
K-LC-39-v9-Sparks2:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6247985 28.6195905
  HEADING 269.42
  PRPLEVEL 0:1.000
  THLEVEL 0:1.000
  NAVFREQ 94 483
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
K-LC-39-v9-Add:Spacecraft\Spacecraft2
  STATUS Landed Earth
  POS -80.6250403 28.6195564
  HEADING 180.53
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.900000
END
END_SHIPS
Where it says being ships, try changing the name to Shuttle Deluxe or Space Shuttle Deluxe.
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
It doesn't work. Here is the end of log:
Code:
Finished initialising world
Module MG_Atlantis.dll [API v.060425]
It shows an "Error report sending" while loading 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

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
If I change "SpaceShuttleDeluxe:Atlantis" to "Endeavour:Atlantis", I have the same problem. With all names which I enter, I have that problem.
 

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
Try putting this. SpaceShuttleDeluxe:SpaceShuttleDeluxe
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
It will not work, because in Config folder there isn't SpaceShuttleDeluxe.cfg This addon replacing standard Atlantis and all(?) files of 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
If that is so, then it should have worked when you ran a scenario from the Default Atlantis files.
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
I wrote it earlier. Default scenario with launching Carina is running correctly. If I copy shuttle definition from that scenario to new, it fails.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,326
Reaction score
2,020
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
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.

The whole scenario file. I am sure that the problem is not this small excerpt, because it looks syntactically correct.

Somewhere among the rest is the problem. So post the whole file.
 

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
That's what I said and DaveS. But he still has not.
 

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 don't see anything wrong.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,866
Reaction score
115
Points
138
Location
Cape
Try removing OPS 101 Shuttle deluxe, doesn't use the CRT MFD.
 
Top