Hi there,
I tried using autopilot MFD with the DGIV and it worked great. I just went from KSC into LEO for a test run. I changed the hover takeoff to a normal takeoff and everything worked fine only it didn't use turboboost, but I don't know how to do that.
----------------------------------------------------------------------------------------
// -----------------------------------------------------------
// Flightplan for the orbiter space simulation
// for use with the Autopilot MFD
//
// AutopilotMFD (c) 2005 by R. Bumm, Munich
// -----------------------------------------------------------
// small flightplan routine for reaching LEO stable earth orbit
// with the standard deltaglider. To be used from an earth spaceport.
//
// Modifications by Kevin van Rensburg - OribterForumNname: kevinvr
//
// Thanks Polaris149Tiberius for introducing me to this Program!!
//
// I just modified the original earthorbitg flightplan for use with the DGIV.
// This is great fun!!
//
// Program Name : dg4ksc2iss
//
// select home base
select Cape Canaveral
// take off to 500 m and turn right to ISS heading.
set apmode thruster.
wait 10.
run aph.
run speed 500.
pitch 40.
// take of towards east
wait altclimb 500.
operate gear.
turn heading 42.
// head will adjust the heading to 42 deg.
pitch 70.
burn main 40.
wait 10.
burn main 100.
wait altclimb 30000.
pitch 30.
wait altclimb 50000.
pitch 20.
wait speedmore 7420
stop engines
run hlevel
run prograde
wait anterograde
wait sinkrate -0.2
burn main 100
wait 20
stop engines
// congratulations, now in orbit
--------------------------------------------------------------------------------------
Another thing, I do not know if it is possible but it would be fantastic if the DGIV autopilot programs could be used eg: PRO903SPEC42. I know the PROGRADE 's and a few others can be used. If it is possible and anyone knows how - this would be great. The other option is one I will try later - First use PRO903SSpec42 to get LEO and then Make a flightplan for AutopilotMFD that will bring you to the ISS, then use docking program (PRO300SPEC0) to dock.
Between autolaunch and autodock I do align planes and syncorbit manually. I think it could be a wonderful challenge to write an AutopilotMFD program to replace the manual part, just for the fun of programming it and seeing it work

I am now going to try your atlantis shuttle program and see how it goes.
I will post a note when I'm done. Should I use this thread or the other one?
Thanks
Kevin
---------- Post added at 10:23 AM ---------- Previous post was at 08:06 AM ----------
Hi there
I tried it and here are my results so far

try1. loaded and copied all files etc and launched. It started takeoff and i tried to zoom out and then when I pressed F1 to change view it bombed out.
try 2. Checked all programs and files and changed the flightplan filename.

oopsie!
It took off and then later started to spin out of control. I closed it down.
try 3. Launched fine. this time Iused f2 to change the view

success! It dropped the rockets and then I noticed that I'd forgot to jettison the fuel tank. Guess why it was spinning on the last try

. Tried to change to MapMFD and the program bombed out. I think my memory is too low or something else is wrong. will try again later.
That's it
have a great day!