Downloaded this and tried the Soyuz 1 mission. Noticed a bug in the launch .scn when trying to spawn the BO.
In
OK_SA_Active_reentrymodule.ini
Find:
[PAYLOAD_0]
MESHNAME = OK_BO_Male
NAME = OK_BO_Male_orbitalmodule
OFF = (0,0,0)
MASS = 1350
MODULE = spacecraft\Spacecraft3
SPEED = (0,0,0.01)
ROT_SPEED = (0.0,0.0,0)
Change to
[PAYLOAD_0]
MESHNAME = OK_BO_Male
NAME = OK_BO_Active_orbitalmodule
OFF = (0,0,0)
MASS = 1350
MODULE = spacecraft\Spacecraft3
SPEED = (0,0,0.01)
ROT_SPEED = (0.0,0.0,0)
Also, why is the speed set to 0.01 along Z?
I'm having some trouble getting the modules to dock when they are "spawned."