Page 18 of 19

Re: Festival of FlightGear 2016 (Spring) -- Japan Coordination

Posted: Sat Apr 30, 2016 10:06 am
by SHM
No terrasync and TerraGit cannot be in the same directory. Don't ever do it.
It will cause conflicts.


TILES
Japan territory is covered by the Tiles e130n30 e140n30 and e140n40

Submodules

The following submodules are required for a complete installation of Japan

Code: Select all

Objects/e130n30
Objects/e140n30
Objects/e140n40
Terrain/e130n30
Terrain/e140n30
Terrain/e140n40


HOWTO


1. Clone the terraGIT

Code: Select all

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


2. Use of the installation script


Code: Select all

install/Japan


3. Use of the deinstallation script (if you want to remove Japan locally)

Code: Select all

deinstall/Japan


4. Manual operation of the submodules (alternative to the script)

a - installing

Code: Select all

git submodule init Objects/e130n30
git submodule init Objects/e140n30
git submodule init Objects/e140n40
git submodule init Terrain/e130n30
git submodule init Terrain/e140n30
git submodule init Terrain/e140n40

git submodule update Objects/e130n30
git submodule update Objects/e140n30
git submodule update Objects/e140n40
git submodule update Terrain/e130n30
git submodule update Terrain/e140n30
git submodule update Terrain/e140n40


b - deinstalling


Code: Select all

git submodule deinit Objects/e130n30
git submodule deinit Objects/e140n30
git submodule deinit Objects/e140n40
git submodule deinit Terrain/e130n30
git submodule deinit Terrain/e140n30
git submodule deinit Terrain/e140n40

git submodule update Objects/e130n30
git submodule update Objects/e140n30
git submodule update Objects/e140n40
git submodule update Terrain/e130n30
git submodule update Terrain/e140n30
git submodule update Terrain/e140n40


Final Note
To update


Code: Select all

git pull
install/Japan


(the install script also manages updates!)

or

Code: Select all

git pull
git submodule update

Re: Festival of FlightGear 2016 (Spring) -- Japan Coordination

Posted: Sat Apr 30, 2016 10:20 am
by daweed
Thanks SHM,
I wasn't in way to mix TS and TerraGit in same dir (i use to set the --fg-scenery prop with multi path)

what is the actual "weight" of the repo (to set up & reserve disk space)

Re: Festival of FlightGear 2016 (Spring) -- Japan Coordination

Posted: Sat Apr 30, 2016 10:45 am
by SHM
The initial cloning takes around 600mb. Then I guess less than 1gb 3gb.

Re: Festival of FlightGear 2016 (Spring) -- Japan Coordination

Posted: Sat Apr 30, 2016 4:05 pm
by IAHM-COL
daweed wrote:Thanks SHM,
I wasn't in way to mix TS and TerraGit in same dir (i use to set the --fg-scenery prop with multi path)

what is the actual "weight" of the repo (to set up & reserve disk space)



Read this
viewtopic.php?f=51&t=464&p=7372#p7372

Code: Select all

install/Japan


For Japan alone, you are looking at around 3GB for all the tile sizes.

Re: Festival of FlightGear 2016 (Spring) -- Japan Coordination

Posted: Sat Apr 30, 2016 4:08 pm
by IAHM-COL
daweed wrote:Could TerraGit be used with old TS dir in the same time.?

Regards


Yes. You can use terrasync and terraGIT simmultaneously

Don't add them to the same directory thou!! Terrasync changes your files. it would mess your repo, and set you up to clone again. Bad stuff

What you do is you have a terraGIT directory that is somewhere else not in your flightgear Paths, and then use

Code: Select all

--fg-scenery=/path/to/terraGIT


All graphical launchers allow you to set up a scenery patch path too.
You can have multiple scenery paths in FG.

Make terraSync path the last level. You can have terraGIT for only some tiles, and let flightgear use terrasync for anything else. That works just perfectly fine.

if you donwload the whole terraGIT, or your flightpath is on tiles you already fully downloaded, you can disable terrasync and spare yourself some bandwith

Code: Select all

--disable-terrasync

Re: Festival of FlightGear 2016 (Spring) -- Japan Coordination

Posted: Sat Apr 30, 2016 5:53 pm
by daweed
ok, that the i use to be configured, expect i was with TerraSync On.
i have several custom path, and terrasync already the last input
Just tested after japan installed with TS desactivate & config both path to keep my old TS data until world is downloaded

Re: Festival of FlightGear 2016 (Spring) -- Japan Coordination

Posted: Sat Apr 30, 2016 5:55 pm
by daweed
IAHM-COL wrote:if you donwload the whole terraGIT, or your flightpath is on tiles you already fully downloaded, you can disable terraGIT and spare yourself some bandwith

Code: Select all

--disable-terrasync



Talking about TerraSync, as the property show ?! :lol:

Re: Festival of FlightGear 2016 (Spring) -- Japan Coordination

Posted: Sat Apr 30, 2016 5:57 pm
by IAHM-COL
:D
fixed.

terraGIT is not enabled/disabled. it is either used or not :D

Code: Select all

--fg-scenery=/path/to/terraGIT

Re: Festival of FlightGear 2016 (Spring) -- Japan Coordination

Posted: Sun May 01, 2016 5:01 am
by IAHM-COL

Code: Select all

git pull
install/Japan


Models uploaded to terraGIT

Terminal Of Sendai by SHM(RJSS)


Image

Narita (RJAA) OSM

SattVIew
Image

Image

Re: Festival of FlightGear 2016 (Spring) -- Japan Coordination

Posted: Sun May 01, 2016 7:52 am
by J Maverick 16
I've never seen an airport with such a lot of taxiways and only 2 runways... :D
Cheers, Mav