Anonymous ← Customer Feedback for Jundroo, LLC My feedback 1 result found add an automated flight planner 351 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 15 comments · Jundroo Games » SimpleRockets · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment Anonymous commented · Jan 7, 2015 · Edit… · Delete… pseudo-code example ;Simple Rockets Macro - filename: experiment1.srm ;This is a simple macro to launch a rocket and deploy a parachute Load rocket29a ;if Load is not present, just attempt ; to run the macro on current rocket Rotate -30 ;30 degrees counter-clockwise Countdown 10 ;display countdown from 10 to 0 Throttle 100 Stage ;same as pushing Stage button Wait Fuel 0 ;wait at this point until fuell is out Throttle 0 Stage ;detacher Wait Altitude 300 Stage ;parachute Wait Velocity 0 Wait Time 3000 ;wait 30 seconds after it lands Destroy Save Submitting... Anonymous supported this idea · Jan 7, 2015
pseudo-code example
;Simple Rockets Macro - filename: experiment1.srm
;This is a simple macro to launch a rocket and deploy a parachute
Load rocket29a ;if Load is not present, just attempt
; to run the macro on current rocket
Rotate -30 ;30 degrees counter-clockwise
Countdown 10 ;display countdown from 10 to 0
Throttle 100
Stage ;same as pushing Stage button
Wait Fuel 0 ;wait at this point until fuell is out
Throttle 0
Stage ;detacher
Wait Altitude 300
Stage ;parachute
Wait Velocity 0
Wait Time 3000 ;wait 30 seconds after it lands
Destroy