Is this ready for Orbit Hanger? And who should put it up?
Who should put it up? I did the coding but not the initial mesh. Do I need to add a attachment point on the bottom so it will move out of another vessel?
Here is a zip of all the UMMU controls
1/2 select eva person
9/0 selects airlocks There are 3(#0 is the main side and 2 & 3 are in the rear of the vessel
E-performs EVA
D-opens/cloes airlocks
if (speedvec.z>0){
if (i > 1)i=0;
if (vsAirSpeed > 0) {
if (vsAirSpeed > 11) vsAirSpeed = 11;
if (i > 1)i=0;
i = i + (vsAirSpeed /100);
if (vsAirSpeed ==0) i=0;
SetAnimation (anim_wheelright, i);
SetAnimation (anim_wheelleft, i);
main_on = 1;
retro_on = 0;
}