As the Festival Comes close, this is a brief Howto get the Japan scenery in Windos
1. Get Git for Windows. Install this
https://git-scm.com/download/win
That creates a git shell (command Line), where you will type the following commands EXACTLY as shown
2. Initial Cloning
Code: Select all
git clone https://github.com/FGMEMBERS-TERRAGIT/terraGIT.git
This installs terraGIT in your computer. But it does not download ANY world tile. It is about 600 MB worth of shared models data.
2. Entering terraGIT
Code: Select all
cd terraGIT
The previous command created a directory in your computer named terraGIT that contains the base code. cd (change directory) allows you to enter your repository
3. Installing Japan
Code: Select all
install/Japan
The previous command installs the terraGIT scenery, up2date
That's it. No need to do anything else to get Japan for the next Festival.
**
Updates
in terraGIT directory on the command line, this two lines update or install Japan (if changes occur or for first time)
Code: Select all
git pull
install/Japan