General Question Universal Autopilot UAP scripts

Mipada

New member
Joined
Feb 22, 2015
Messages
22
Reaction score
0
Points
1
Is anyone posting UAP scripts?
Are people typing them in by hand to a .scn file?
I'd love to get a script for the DG-IV that takes me to ISS, the moon, doing a slingshot to Saturn or somewhere.
Is there any other documentation other then the uap_doc.pdf (and the UAP folder with the .scn files)?

Below are some notes i made if anyone else needs them.

PHP:
notes

lift-off (engine, mode, target, heading, altitude, pitch_tgt, pitch_duration, off_duration)
engine=(main=0, main=1, retro=2, 3=3, hover=4)
mode=(hover, align heading=0; take off, align heading=1; take off, roll, pitch=2; take off, roll, pitch-hold=3;
target=(iss, moon)
heading=(42, 90)
altitude=(250)
pitch tgt=(70)
pitch duration=(110)
off duration=(10)

maneuvre(engine; mode; target, orientation, dv, dt, level)
engine=(main=0, main=1, retro=2, 3=3, hover=4)
mode=(timed-burn=0; Dv-burn=1)
target=()
orientation=(prograde=0;retrograde=1;From-target=2; Towards-target=3)


Tools(type; key; param; wait; target)
type=(key-press=0; wait-for-timer=1; wait-apoapsis=2; wait-periapsis=3; trigger-start=4; wait-for-target=5; undock=6; make-sound=7)


---------- Post added at 01:09 AM ---------- Previous post was at 12:49 AM ----------

Oops! I found some of those in the folder. Still, my first attempt at writing my one, CTDed. Help is still needed.

---------- Post added at 04:01 AM ---------- Previous post was at 01:09 AM ----------

Also, how well does the time warp (Shift A, now l/c a which turns on the auto hover) work.
 
Back
Top