Problem Vostok Autopilot Problem

kino_astroboy

Orbinaut-in-Training
Joined
Jan 15, 2009
Messages
138
Reaction score
0
Points
0
Location
Miami
I have a problem with Jekka's Vostok 1 add-on. Since a guidance file is not included, I have created my own by centering it on the Otto1 guidance file. When I press P, I hear the countdown and the Vostok rocket lifts off as planned. The problem is that the rocket does not even pitch according to the guidance file, it only ascends straight up. The non-pitching autopilot leads me to crazy altitudes of 1000 km!

Can anyone assist, provide a better guidance file, or do I have to face the fact that I have to fly it manually, which I need more practice on. :(

Code:
-21=PlaySound(Sound\Vessel\Vostok_Launch.wav)
-20=engine(0,0.00001,0.01) ;for Umbilicals animation
-13.99=engine(0.00001,0,0.01)
-13.98=engine(0,0,1)
0=engine(0,100,14)
12=PlaySound(Sound\Vessel\Vostok_Launch-2.wav)
15=engine(81,100,150)
24=pitch(86,85,5)
29=pitch(85,80,15)
44=pitch(80,70,15)
59=pitch(70,60,15)
74=pitch(60,50,15)
89=pitch(50,40,15)
104=pitch(40,30,15)
119=pitch(30,20,15)
134=pitch(20,17.5,110)
160=fairing()
244=pitch(17.5,15,50)
294=pitch(15,20,80)
374=pitch(20,14,60)
434=pitch(14,10,20)
454=pitch(10,10,21)
475=pitch(10,0,10)
485=pitch(0,0,10)
495=pitch(0,-10,37)
532=pitch(-10,-10,4)
536=pitch(-10,0,11)
537=engine(100,0,2)
547=pitch(0,0,10)
557=pitch(0,0,3000)
565=engine(0,0,0)
570=jettison()


---------- Post added at 02:34 PM ---------- Previous post was at 10:36 AM ----------

EDIT: I have fixed the problem. It was an issue with the roll command after the Vostok jettison. Please ignore this thread.
 
Last edited:
Top