Project Space Transportation System 2016

Having issues with STS-6.

in the shuttle reflective solar panels
JdB6fhy.jpg




I am using sc3 for the IUS. THE DSP1 uses Vesselbuildeer. BUT I can't the TDRS animations to work in VB.
I have 1stage of IUS, 2nd stage IUS in sc3.

Here the IUS is released.

hTS4194.jpg


BUT when I press J to release I get this.
JruMRuX.jpg


1st stage payload
[PAYLOAD_0] MESHNAME=STS_PAYLOADS\ius_2ndSTAGE_TDRS;STS_PAYLOADSNEW/TDRSNEW OFF=(0.00,0.00,2.32);(0.00,0.00,6.34) MODULE=Spacecraft\Spacecraft3 NAME=IUS_2ND_TDRSnew MASS=6187 SPEED=(0,0,0.12) ROT_SPEED=(0,0,0)

sc3 2nd stage: IUS_2ND_TDRSnew
[CONFIG] MESHNAME="STS_PAYLOADS\ius_2ndSTAGE_TDRS" EMPTY_MASS=1120 FUEL_MASS=2750 ATTITUDE_THRUST=133 ISP=3535 ;ORBUS-6E with ECC ;3535 ;289.1 s vac3535 ; (without EEC), 303.5 s vac (with EEC) MAIN_THRUST=79000 ;80784 ;82288 ;ORBUS-6E 78416 N ;now 80784 RETRO_THRUST=0 HOVER_THRUST=0 PMI=(0.80,0.80,0.77) CW_Z_POS=0.2 CW_Z_NEG=0.5 CW_X=1.5 CW_Y=1.5 CROSS_SECTION=(3.47,3.64,7.28) ROT_DRAG=(1.0,1.0,1.0) COG=2 VISIBLE=1 CAMERA=(0,1.5,-2.00) SIZE=6 [AERODYNAMICS] MODEL=CAPSULE VAIRFOIL_ASPECT=1. VAIRFOIL_EFFICIENCY=0.01 HAIRFOIL_ASPECT=1. HAIRFOIL_EFFICIENCY=0.01 [EX_MAIN_0] OFF=(0,0,-2) DIR=(0,0,-1) LENGTH=12 WIDTH=0.75 [PAYLOAD_0] MESHNAME="STS_PAYLOADSNEW/TDRSNEW" OFF=(-0.00,0.00,4.02) MODULE=TDRSNEW MASS=2268 SPEED=(0,0,0.1213) ROT_SPEED=(0,0,0)
 
Last edited:
I am out of ideas. I made a dll IUS1st and 2nd stage. The separation of 1 and 2nd are good. But when I separate the TDRS it is an issue.
Assembly is good:
PC47P5M.jpg


1st stage sep is good
kirZi8o.jpg


STAGE = CreateAttachment(true, _V(0.00, 0, 0), _V(0, 1, 0), _V(0, 0, 1), "1ST", false);//1.5 3.7 0.4 0 1 0 0 0 1 TDRS = CreateAttachment(false, _V(.000, 0, 0), _V(0, -1, 0), _V(0, 0, 1), "PAYLOAD", false);//1.5 3.7 0.4 0 1 0 0 0 1


if (key == OAPI_KEY_J) { OBJHANDLE hChild = GetAttachmentStatus(TDRS); DetachChild(TDRS, 0.0); // 0 m/s release if (oapiIsVessel(hChild)) { VESSEL* vChild = oapiGetVesselInterface(hChild); VECTOR3 avel, vel; avel.data[0] = 0; avel.data[1] = 0; avel.data[2] = 0; VESSELSTATUS vs; GetStatus(vs); GlobalRot(_V(0, 0, 2), vel); vs.rvel += vel; vChild->DefSetState(&vs); vChild->SetAngularVel(avel); } return 1; }
With the code above when I sep The IUS moves forward into the tdrs
PREYlxg.jpg


DetachChild(TDRS, .1);


But with this simple detach code the tdrs just falls down.

gAZfceH.jpg
 
What I can tell is it moves the IUS 2nd stage to 0 point of the mesh of the TDRS.

This might be dead:(

SC3/4 does work on this. VB doesn't and a dll version doesn't work.
 
Might be because the default orientation of the IUS-2 mesh isn't pointed in the Z axis. VB's jettison function creates a new vessel with the mesh pointing in its default orientation, not the given values from VB
 
Thanks. The TDRS and IUS 2 2nd stage are along the z axis.
yvjt2KC.jpg


VB is the best choice but since I was able to reproduce the DLL TDRS in VB that does work.

If I redo the TDRS attachment to this:
TDRS = CreateAttachment(false, _V(.000, 0, 0), _V(0, 0, 1), _V(0, -1, 0), "PAYLOAD", true);//1.5 3.7 0.4 0 1 0 0 0 1
and redo the TDRS attachment it works.
IUS = CreateAttachment(true, _V(0, 0, -3), _V(0, 0, -1), _V(0, 1,0), "IUS", true);

On the detach it detaches along the direct vector which is now 0,0,1 along the Z axis.

I may see if the sc3/4 version can dio that?
 
Last edited:
STS-6 .
xfzEwWB.jpg

Raised to 29 degrees
hhWdYhL.jpg

Eva storage cabinet in the corner
muiKNFY.jpg

Using NOTES MFD you can follow the mission timeline
i6qdpe1.jpg

IUS released
ybdhytB.jpg

R89FkwZ.jpg


According to the STS 6 timeline.
ErJLIhf.jpg



On the TDRS. I will put a timer in the code so press K to start the solar panels and timer and then when the timer is at the correct time the correct animation begins.
 
Images of sts 64
TjsNxFi.jpg

BdiqdlH.jpg

rHCgdap.jpg

2oXniEG.jpg


Not sure what is on the left side behind the LIDAR

You can see on the left side is a specialized RMS attachment to test RCS plumes
 
So As I understand. The orbit for Launch needs to be the same and the the user moved the shuttle to the orbit actually used?
rather than set the orbit for the final orbit?

I wish STS guidance worked.

Ericman832, were you able to get it to run
 
UUUGGGGHHHH. I just notice a big mistake in the shuttle.

cfibsHk.jpg

bfLEXmC.jpg

trfhvxb.jpg


BAiHf3P.jpg

uFaKlTk.jpg

I think the front of the cargo bay texture is backwards. See the yellow thing. On the real one is on the right side of the airlock hatch. While my shuttle it is on the left.
I believe it is a PFR hangar.
 
Last edited:
STS 29.
QZMZrHX.jpg

vhBkNIn.jpg

Not sure if making the orbits correctly.
Here I have the time for IUS deploy as 6:13 from launch. I set the MJD. load TLE scn editor and load and apply the sts 29 TLE data
Apogee, Perigee post-OMS 2: 160 x 160 296.32KM
On orientation. I set it to this:
SbX642m.jpg

to match this:
6joxAXe.jpg


The SHARE rotates outs as does the SPIFEX for sts 69
 
Not sure why this is the case:
Jiquhte.jpg


Like most addons you need some other add on. The shuttle can be free of that. BUT the cargo and launches will need other add'ons.

I can add a generic launch. No extra cargo,......
 
I am working on a new Zip it will have fictional launches and shuttle at ISS scenarios.

Things I don't know about is the vectored OMS.

But I think about the scenarios from the original sts2016 may need to be a separate add on else how would get them?
 
Back
Top