General Question How to load spacecraft3 vessels in scenario editor

Sparrow

S.S. Starlight Commander
Joined
Feb 19, 2012
Messages
25
Reaction score
0
Points
0
Location
Friesland
I don't know if this is the right place to ask this, but i'll learn soon enough.

to add a vessel during the simulation, you can do so via the scn editor (new)
however, this only works if the vessel has a .cfg file. say i want to add a vessel during the simulation, but it has only a .ini file in the config directory. how can i make a .cfg file, given the .ini file?

or if a .cfg isn't made using a .ini file, how do i make a simple .cfg for a vessel, so i can add that vessel via scn editor?
 
Last edited:
For import ini file with scenario editor:

Save this as spacecraft3.cfg and put in Config/Vessels folder

Code:
; === Configuration file for spacecraft3 ===
ClassName = spacecraft3
Module = spacecraft3

Than if you want to load SC3.ini vehicle with scenario editor
type exact name of desire ini file and select spacecraft3.cfg.

Sample if you have Donamy Jason add-on type Jason and select spacecraft3.cfg vehicle should load into Sim.
 
okay, thank you very much!
then another question; is it possible to rename that vessel afterwards by editing the .scn file? or would this cause problems with the file path.
 
okay, thank you very much!
then another question; is it possible to rename that vessel afterwards by editing the .scn file? or would this cause problems with the file path.

You can not rename it must be exact name.

But you still need to add one more spacecraft in scenario file,it work and without but to be sure:

saved imported file with scenario editor:

Jonh_Doe:spacecraft3
STATUS Landed Earth
POS -80.7056650 28.6321930
HEADING 150.22
AFCMODE 7
PRPLEVEL 0:1.000000
NAVFREQ 0 0
RCS 1
CTRL_SURFACE 1
CONFIGURATION 1
CURRENT_PAYLOAD 0

Proper for SC3:

Jonh_Doe:spacecraft/spacecraft3
STATUS Landed Earth
POS -80.7056650 28.6321930
HEADING 150.22
AFCMODE 7
PRPLEVEL 0:1.000000
NAVFREQ 0 0
RCS 1
CTRL_SURFACE 1
CONFIGURATION 1
CURRENT_PAYLOAD 0
 
alright so you change the path from /config to /config/spacecraft, by doing that? (instead of directing it to main config folder, you direct it to the spacecraft folder in the config folder)
 
alright so you change the path from /config to /config/spacecraft, by doing that? (instead of directing it to main config folder, you direct it to the spacecraft folder in the config folder)

:hmm: This is confusing...

Just try and see how going to end. :lol:
 
Back
Top