Problem Problem with scenario

Sky Captain

New member
Joined
Jan 29, 2009
Messages
945
Reaction score
0
Points
0
Thing is I want to include two fuel tanks in my scenario to launch aboard 2 Nova ssto rockets. Problem is when I try to select the tank I just deployed in orbit it causes Orbiter to crash.

Here is the part of my scenario that causes trouble.

Code:
NovaSSTO1:novassto
  STATUS Landed Earth
  BASE Cape Canaveral:11
  POS -80.6232502 28.6197342
  HEADING 270.00
  PRPLEVEL 0:1.000
  NAVFREQ 0 0
  XPDR 0
  CONFIGURATION 0
  PAYLOAD Jumbo_Tanker1 Jumbo_Tanker Jumbo_Tanker 0.00 0.00 45.00 730000.00 0.00 1.00
END
NovaSSTO2:novassto
  STATUS Landed Earth
  BASE Cape Canaveral:2
  POS -80.650976 28.578764
  HEADING 270.00
  PRPLEVEL 0:1.000
  NAVFREQ 0 0
  XPDR 0
  CONFIGURATION 0
  PAYLOAD Jumbo_Tanker2 Jumbo_Tanker Jumbo_Tanker 0.00 0.00 45.00 730000.00 0.00 1.00
END
What I`m doing wrong?
 

Zatnikitelman

Addon Developer
Addon Developer
Joined
Jan 13, 2008
Messages
2,302
Reaction score
6
Points
38
Location
Atlanta, GA, USA, North America
Ah, that's Andy's ship as I thought. It uses Spacecraft 3 so its name has to match the .ini file of the Jumbo Tanker. I don't have the addon myself, so I don't know what the .ini file's actually named, but judging from your scenario, naming one of them to Jumbo_Tanker should partially solve the problem.
If you want to have multiple tankers in your scenario, just copy the tanker's .ini file, name it something unique Jumbo_Tanker2 is a good choice, and your second launch vehicle should be good to go.
 

Sky Captain

New member
Joined
Jan 29, 2009
Messages
945
Reaction score
0
Points
0
Ah, that's Andy's ship as I thought. It uses Spacecraft 3 so its name has to match the .ini file of the Jumbo Tanker. I don't have the addon myself, so I don't know what the .ini file's actually named, but judging from your scenario, naming one of them to Jumbo_Tanker should partially solve the problem.
If you want to have multiple tankers in your scenario, just copy the tanker's .ini file, name it something unique Jumbo_Tanker2 is a good choice, and your second launch vehicle should be good to go.

Creating separate ini files for each tanker solved the problem, now my scenario runs like a clockwork. Thanks.
 
Top