- 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
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