CVS-less install

From Project Apollo - NASSP
Revision as of 23:56, 18 September 2009 by imported>Tschachim (→‎How do I update?: no meshland anymore)
Jump to navigation Jump to search
Latest Downloads
Latest NASSP 8.0 beta

https://github.com/orbiternassp/NASSP/releases

The link opens the GitHub download page.
NASSP 7.0.1 modules (legacy, last updated May 13th, 2021)

Project-Apollo-NASSP-V7.0.1.zip

If you are here, it is because for some reason you wish to install using a CVS snapshot instead of a full download. While this still allows you to update through CVS this method is not recommended as it will not always give you the most up to date files from which to debug. Also, it minimizes your access to some bug fixes that require only a proper CVS update.

If you for some reason cannot use CVS, or have CVS installed but would rather download the snapshot at once, this is the page for you.

How do I start?

First, it is recommended that you create a new folder for project Apollo (separate from your main orbiter installation). This allows a clean install of Orbiter with just Project Apollo, allowing for clean testing.

Then:

  • Download and unzip the CVS snapshot using the link at the top of this page. Copy it into the destination directory with all folders intact.
  • Install Orbiter in your folder, that means in the example above the path of Orbiter is "C:\ProjectApollo\orbiter.exe". This includes the following files at the moment:

    Orbiter 2006-P1 Edition (http://www.orbitersim.com)
    • orbiter060929_base.zip
    • orbiter060929_sdk.zip

      Optional:
    • Earth060504_L10.zip
    • Moon060504_L8.zip
      You can install every other Planetary extension package, too.

      OrbiterSound 3.5 (http://orbiter.dansteph.com)
    • OrbiterSound35.exe

      Orbiter and OrbiterSound should not overwrite any of the CVS files.

  • Now you have everything you need except probably the most important files, the modules. Please download and unzip the Modules Pack using the link at the top of this page. Make sure that the directory structure of the archive is retained, usually there's a "Use Folders" option box or similar, which should be ticked/checked.

    If you have a compiler/IDE you can build them for yourself, of course:
    • You will find the Project Apollo workspace file for Microsoft Visual C++ 6.0 in the "ProjectApollo" source folder ("C:\ProjectApollo\Orbitersdk\samples\ProjectApollo\ProjectApollo.dsw"). All available projects are included in this workspace.
    • You will find the Project Apollo solution file for Microsoft Visual Studio 2005 in the "ProjectApollo" source folder ("C:\ProjectApollo\Orbitersdk\samples\ProjectApollo\ProjectApollo2005.sln"). All available projects are included in this solution.

  • Start Orbiter, go to the "Parameters" tab and make sure that at least Complex flight model and Limited fuel are enabled. If you're using a Virtual AGC scenario, also enable Nonspherical gravity sources.
  • That's all, now you can try if Orbiter and Project Apollo is working. You'll find the proper scenarios in the "Project Apollo - NASSP" scenario folder and subfolders.

How do I update?

NOTE: If you decided to do the CVS-less install, you will still have access to CVS updates if you decide later to install a CVS client. For that reason, the instructions are shown here for your convenience.

To get the latest version of Project Apollo you don't have to do the initial checkout again but you have to a CVS update.

  • Choose the CVS Update menu item from the Tortoise context menu for each folder below "C:\ProjectApollo", i.e. "Config", "Doc", "Html" etc. CVS will download the changed files and merge the changes into your local copies.
  • Download and unzip the latest Modules Pack (using the link at the top of this page).

See Also