Although figuring out what install scripts are available in terraGIT (or which ones become available) is as simple as just looking in the install directory
https://github.com/FGMEMBERS-TERRAGIT/terraGIT/tree/master/install
I wanted to list some few here
World
Self Explanatory. Caution: you need 260+GB hard drive available, and the bandwith.
Code: Select all
install/World
Tile
Manages any particular world tile, as seen in
http://ns334561.ip-5-196-65.eu/~fgscenery/WS2.0/scenery-2.0.1.html
Code: Select all
install/tile w080n20
lat-xNN
Manages to install a full latitude (all tiles in the world) whose south border is the coordinate NN.
Example, the following code install every tile that its south border is n30
Code: Select all
install/lat-n30
lon-xNNN
Manages to install a full longitude (all tiles in the world) whose west border is the coordinate NN.
Example, the following code install every tile that its west border is w080
Code: Select all
install/lon-w080
Country Specific
This is self explanatory
Code: Select all
install/Japan
State Specific
This applies for the USA. It is self Explanatory (to be completed)
Code: Select all
install/USA.KS
Continent Specific
Code: Select all
install/SouthAmerica
Update Scripts>?
These are the same as install. All you need to do is pull before using the install script again. Example, assume you already installed the World, but want to update Norway
Code: Select all
git pull
install/Norway
Deinstall Scripts
For each install script, there is a deinstall script that will delete the files for a group of tiles in your computer. Some of your hard drive will be released by doing so. Keep in mind that deinstall does not attempt to maintain a tile if you installed by other methods.
Example
Code: Select all
install/World
deinstall/Artic
deinstall/Antartic
deinstall/America
Its an effective way to obtain all the World, except the polar circles and all America
I hope this clarifies.
Feel free to ask for questions below
IH-COL
Deinstall scripts will facilitate the removal of areas of the World you are not interested, ee