Page 1 of 1

How to install scenery via terragit (Windows)

Posted: Mon Jun 13, 2016 8:00 am
by SHM
    1. Download git
    from https://git-scm.com/downloads


    2. Change directory to where you want to keep the scenery files.
    Open Git Cmd

    Code: Select all

    cd <insert directory here>

    Example : cd C:\Users\SHM\Documents\Flightgear


    3 . Clone terragit
    Copy and paste this onto git cmd.

    Code: Select all

    git clone https://github.com/FGMEMBERS-TERRAGIT/terraGIT.git



    4. Download scenery
    Make sure you are in the terragit folder in git cmd when you use these steps
    If not follow step 2

      a. Download scenery for a specific tile
      Use this http://ns334561.ip-5-196-65.eu/~fgscene ... 2.0.1.html to find the tile you want to download.

      Replace e100n00 with the name of the tile you found earlier from the Map.

      Code: Select all

      git submodule init Objects/e100n00
      git submodule init Terrain/e100n00

      git submodule update Objects/e100n00
      git submodule update Terrain/e100n00


      b. Download scenery for the scripts.
      Open any of the scripts in terragit/install with a text editor
      Copy and paste the git commands to git cmd.

      Example:
      For Singapore
      Copy and paste this

      Code: Select all

      git submodule init Objects/e100n00
      git submodule init Terrain/e100n00

      git submodule update Objects/e100n00
      git submodule update Terrain/e100n00

    5. How to update scenery
    Make sure you are in the terragit folder in git cmd when you use these steps
    If not follow step 2.

    Copy and paste these commands.

    Code: Select all

    git pull


    Replace e100n00 with the name of the tile you want to update.

    Code: Select all

    git submodule update Objects/e100n00
    git submodule update Terrain/e100n00


And don't forget to add the scenery path to your fg launcher or command line

Re: How to install scenery via terragit (Windows)

Posted: Fri Jun 17, 2016 7:36 pm
by oscar6662
Thanks

Re: How to install scenery via terragit (Windows)

Posted: Mon Aug 15, 2016 11:10 pm
by Octal450
Or clone with SSH if you have that setup, I found SSH to clone faster.

Code: Select all

git clone git@github.com:FGMEMBERS-TERRAGIT/terraGIT.git


Cheers,
Josh

Re: How to install scenery via terragit (Windows)

Posted: Sat Dec 17, 2016 10:37 am
by laserman
I have already 3 continents installed.
When I do install/World now, well it re-dowwnload everything again ?

Re: How to install scenery via terragit (Windows)

Posted: Sat Dec 17, 2016 11:07 am
by SHM
No

Re: How to install scenery via terragit (Windows)

Posted: Sat Dec 17, 2016 2:07 pm
by IAHM-COL
It will continue with that is missing only

Re: How to install scenery via terragit (Windows)

Posted: Wed Mar 21, 2018 6:56 pm
by Clive2670
Everytime I go to install using git bash (On Windows) I just get a message back "Too many arguments" can anyone help please

Re: How to install scenery via terragit (Windows)

Posted: Wed Mar 21, 2018 7:53 pm
by SHM
Just put the directory under " " like

Code: Select all

cd "D:\FlightGear"