Thanks for your help. Yea when i get back home from school today i'll give that a shot. I was using the quickstart menu, maybe thats why? I think i know enough about this version to do Broken Scenarios anyway, suit compressor, AGC, Gimbals, ect.
Hi Doctor699,
I am not 100% sure what you mean by "...using the quickstart menu...", but I can give you some hints on another of your questions:
Is there a way that the scenario can be modified so that the rocket can start on the pad without me needing to do ctrl f4?
With "ctrl f4" I assume you mean: opening/using the "Scenario Editor".
Yes, you can do without. The Scenario Editor does exactly that - editing a scenario

And you can, too!
Just open a scenario with any of your favorite text editors (Notepad, Notepad++, PSPad, ...).
You then only need to understand what all those parameter and their values mean.
For the "Pad displacement" you have to find the section where the location of the individual object (surface-object or ship or ...) is set. The Mobile-Launcher for example is currently defined like this:
Code:
AS-503-ML:ProjectApollo\ML
STATUS Landed Earth
[COLOR=Red]POS -80.6069608 28.[/COLOR][COLOR=Red]6013186[/COLOR]
HEADING 0.43
LVNAME AS-503
END
The "POS" line sets the location of the object (longitude latitude). (The
red line)
Now you only have to find out the new values to change that line to

But you can maybe do it this way:
- Run the scenario
- Open the ScenarioEditor
- Move the things by hand with the Scenario Editor to places where you think they should be
- Save the scenario (under a different name)
- Close Orbiter
- Compare the according lines of the original Scenario with the changed lines of the just saved one.
There are some tools around (google is your friend) to help you with side-by-side comparison of two file. You will see that many other lines have changed too, but don't get to confused. Do your intended changes step by step.
AND....: You might take a look into the documentation files of Orbiter.
The folder "Doc" has many interesting things

(e.g. the file OrbiterConfig.pdf)
Kuddel