init
This commit is contained in:
22
boot/automate_01.ks
Normal file
22
boot/automate_01.ks
Normal file
@ -0,0 +1,22 @@
|
||||
wait until ship:unpacked.
|
||||
clearscreen.
|
||||
print "##### AUTOMATE_01 Bootloader #####".
|
||||
print "".
|
||||
|
||||
copypath("0:/lib.ks", "1:/lib.ks").
|
||||
run "lib.ks".
|
||||
|
||||
include("libmaneuver.ks").
|
||||
|
||||
global g_direction is 90.
|
||||
global g_throttle is 1.
|
||||
global g_apoapsis is 80000.
|
||||
global g_gt_angle is 10.
|
||||
global g_gt_velocity is 60.
|
||||
|
||||
man_launch(g_direction, g_throttle).
|
||||
man_gravity_turn(g_direction, g_gt_angle, g_gt_velocity, g_apoapsis).
|
||||
release().
|
||||
man_node_circularize("apo").
|
||||
man_node_exec().
|
||||
release().
|
Reference in New Issue
Block a user