SSU Launch Complex 39 development

Got it. Looks ery nice! Almost done adding handrails to the Side 1 platforms. Then I just need to perform final welding operations on the cryo lines and add the LOX line brackets on Side 2 and the MLP is done! Also just need to add the various OTV cameras and engineering film cameras.
 
In the main SSU module? I'll have a look! Also, very close to finishing the MLP. Just a few details left. Should have it ready by tommorow.

Edit:
Hmm, nothing happens when I press D in either the MLP or Atlantis.

Edit 2:
Doesn't seem to be in the code and I just recently did an update on the SDK folder getting the new DAP code and compiled it.

That's odd; I've updated the code on sourceforge. See if the lines
Code:
case OAPI_KEY_D:
[INDENT]IlluminateMesh(mesh_orbiter);
if(status==STATE_PRELAUNCH) {
[INDENT]IlluminateMesh(mesh_tank);
IlluminateMesh(mesh_srb[0]);
IlluminateMesh(mesh_srb[1]);
[/INDENT]}
[/INDENT]
appear in the clbkConsumeBufferedKey function.
 
That's odd; I've updated the code on sourceforge.
It's there now. I guess the update didn't take the first time. Code works like a charm! Vehicle lights up nicely on the pad! Is there any way to exclude certain materials from the illumination code? I'm kinda thinking of the black SRB factory joints and the ET nosecap.

They kinda disappear when the sun has set.
 
I can add code to allow certain materials to be excluded. The materials to be excluded will have to be hardcoded by index, which means that the order in which the materials are defined should stay constant.
 
I can add code to allow certain materials to be excluded. The materials to be excluded will have to be hardcoded by index, which means that the order in which the materials are defined should stay constant.
OK, in that case here's the material numbers that should be excluded:
SRBs: Material#3
ET: Material#8 and Material#9.
 
Code updated.

EDIT: D now toggles between the lit and unlit states.
 
Code updated.
Seems for some reason only work on one material on tank, namely the nosecap material. On the tank, the two materials Nosecone SLA and Nosecone composite is supposed to be excluded. The exclusion code has no effect on the SRB joints either.
 
Much better! Now it works 100%! Looks pretty good! Now it just need to be implemented for the rest of the pad elements(MLP and FSS/RSS).
 
SiameseCat, this one is for you. It's a real-time shot of Atlantis at pad A, taken at 0151 UTC this night. Atlantis is hidden within the Rotating Service Structure leaving ony ET-127 and the SRBs visible.
 

Attachments

  • STS125_realtime_night.jpg
    STS125_realtime_night.jpg
    103.9 KB · Views: 996
MLP is coming along nicely. Just finished adding the the various engineering high-speed film cameras on the Level 0 deck. Now just need to add the missing OTV cameras and the LOX cryo line brackets and it's done!
 

Attachments

  • MLP-2_19A.jpg
    MLP-2_19A.jpg
    105 KB · Views: 935
Last edited:
MLP-2 is now complete! All work has been completed. I am now exporting it to msh.


-----Posted Added-----


And it has now been checked in along with the new textures.


-----Posted Added-----


Now that the completed mesh has been checked in, how about implementing the same illumination that SiameseCat has implemented for the stack on the MLP? And how about implementing the OTV camera system complete with animations? For that I want the pan/tilt angles for each of the cameras to be saved in the scenario.
 
I'll add the lighting stuff to the MLP. Do you have any preferences for how it is triggered?
 
I'll add the lighting stuff to the MLP. Do you have any preferences for how it is triggered?
How about making it automatic, based on sun position? Like lower than, 5°s in the sky, the lighting comes on.

Anybody up to work on the GLS? I got a bunch of sound files taht we can use for the CGLS callouts, complete with various hold callouts. I can act as an technical advisor since I got the complete S0007(Launch Countdown) volumes for STS-103/HST SM3A. Just need few people to act as NTD, LD, OTC, CDR and PLT.
 
I've added the pad lighting code. The MLP will automatically illuminate itself and the shuttle (if there is one) based on sun angle.
 
I've added the pad lighting code. The MLP will automatically illuminate itself and the shuttle (if there is one) based on sun angle.
Sweet! Will have a look right away! BTW, you might want to take a look on the payload code. Currently during launch any payloads is sitting below the orbiter and the OBSS is especially noticeable.


-----Posted Added-----


Hmm. No action when the sun sets. Compiled both new MLP and Shuttle modules. Correct code in the files.
 
I think I'm seeing that you're using textures for only certain parts and relying on the proper coloring of the model material for most everything else. I'm glad to see this, especially for the railings as alpha mapping textures for railing always struck me as "cheating" AND looked like hell from most angles.

No disrespect to the wonderful texture artists here! I Just can't get past the "worm hole" effect when looking at a alpha texture.

This looks really great - I really get off on this level of detail - I guess it's the type-a personality in me.
 
The MLP lighting bug should be fixed now.
Bug is indeed gone now. Looks nice! Maybe dial down the amount to about 25-30% should create the best effect.
 
Back
Top