Interceptor
Well-known member
Hello,all multistage Gurus,I need some help, I am a newbe with multistage2.
Ok I have the shuttle performing exactly how I want it,all except I would either like to rotate heads up while still moving for the ET seperation,or I would like the shuttle to stop first wait a few seconds,and then rotate heads up,and seperate from the ET.,but it loses control and spins out towards the end of it's programed manuvers, the first guidance file shown is the rotate heads up while still moving,and the second one is the stop first then rotate heads up to drop ET.What am I doing wrong?thanks
Ok I have the shuttle performing exactly how I want it,all except I would either like to rotate heads up while still moving for the ET seperation,or I would like the shuttle to stop first wait a few seconds,and then rotate heads up,and seperate from the ET.,but it loses control and spins out towards the end of it's programed manuvers, the first guidance file shown is the rotate heads up while still moving,and the second one is the stop first then rotate heads up to drop ET.What am I doing wrong?thanks
Code:
-6=engine(0,100,6
-5=PlaySound(sound\multistage\atlantis_launch.wav)
0=disable(jettison)
4=roll(4,82,43,65,-1)
20=pitch(78,66,10)
30=pitch(72,66,10)
40=pitch(66,61,10)
50=pitch(61,55,10)
60=pitch(55,50,10)
70=pitch(50,43,10)
80=pitch(43,36,10)
90=pitch(36,29,10)
100=pitch(29,20,10)
110=pitch(20,16,10)
120=pitch(16,17,10)
126=jettison()
130=pitch(17,18,10)
140=pitch(18,19,10)
150=pitch(19,19,30)
180=pitch(19,17,10)
190=pitch(17,-2,160)
350=pitch(-2,33,40)
390=pitch(33,16,100)
490=pitch(16,16,14)
491=spin(1)
492=spin(3)
493=spin(5)
494=spin(3)
495=spin(2)
496=spin(1)
497=spin(0)
498=jettison()
520=engine(100,0,0.1)
Code:
-6=engine(0,100,6)
-5=PlaySound(sound\multistage\atlantis_launch.wav)
0=disable(jettison)
4=roll(4,82,43,65,-1)
20=pitch(78,66,10)
30=pitch(72,66,10)
40=pitch(66,61,10)
50=pitch(61,55,10)
60=pitch(55,50,10)
70=pitch(50,43,10)
80=pitch(43,36,10)
90=pitch(36,29,10)
100=pitch(29,20,10)
110=pitch(20,16,10)
120=pitch(16,17,10)
126=jettison()
130=pitch(17,18,10)
140=pitch(18,19,10)
150=pitch(19,19,30)
180=pitch(19,17,10)
190=pitch(17,-2,160)
350=pitch(-2,33,40)
390=pitch(33,16,100)
490=pitch(16,16,14)
491=pitch(0,0,50)
492=spin(5)
493=spin(2)
494=spin(1)
495=Spin(0)
500=spin(0)
510=jettison()
Last edited:
