Festival of FlightGear 2016 (Spring) -- Japan Coordination

Airports with problems of all kinds
User avatar
SHM
Posts: 1960
Joined: Mon Sep 14, 2015 3:32 pm
Location: India

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

Postby SHM » Sat Apr 30, 2016 10:06 am

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
FG Pilot (2011-2018)
Prepar3d (2015 - 2023)
MSFS2020 (2020 - )
Image

daweed
Posts: 56
Joined: Sat Apr 23, 2016 11:23 am

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

Postby daweed » Sat Apr 30, 2016 10:20 am

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)

User avatar
SHM
Posts: 1960
Joined: Mon Sep 14, 2015 3:32 pm
Location: India

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

Postby SHM » Sat Apr 30, 2016 10:45 am

The initial cloning takes around 600mb. Then I guess less than 1gb 3gb.
Last edited by SHM on Sat Apr 30, 2016 4:08 pm, edited 2 times in total.
FG Pilot (2011-2018)
Prepar3d (2015 - 2023)
MSFS2020 (2020 - )
Image

User avatar
IAHM-COL
Posts: 6409
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

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

Postby IAHM-COL » Sat Apr 30, 2016 4:05 pm

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.
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

User avatar
IAHM-COL
Posts: 6409
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

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

Postby IAHM-COL » Sat Apr 30, 2016 4:08 pm

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
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

daweed
Posts: 56
Joined: Sat Apr 23, 2016 11:23 am

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

Postby daweed » Sat Apr 30, 2016 5:53 pm

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

daweed
Posts: 56
Joined: Sat Apr 23, 2016 11:23 am

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

Postby daweed » Sat Apr 30, 2016 5:55 pm

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:

User avatar
IAHM-COL
Posts: 6409
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

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

Postby IAHM-COL » Sat Apr 30, 2016 5:57 pm

:D
fixed.

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

Code: Select all

--fg-scenery=/path/to/terraGIT
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

User avatar
IAHM-COL
Posts: 6409
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

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

Postby IAHM-COL » Sun May 01, 2016 5:01 am

Code: Select all

git pull
install/Japan


Models uploaded to terraGIT

Terminal Of Sendai by SHM(RJSS)


Image

Narita (RJAA) OSM

SattVIew
Image

Image
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

User avatar
J Maverick 16
Posts: 757
Joined: Sun Nov 08, 2015 3:16 pm
Location: Northern-Italy
Contact:

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

Postby J Maverick 16 » Sun May 01, 2016 7:52 am

I've never seen an airport with such a lot of taxiways and only 2 runways... :D
Cheers, Mav
Breakin' the sound barrier every day!

Scenery designer, basic livery maker, aircraft developer (current project: F-16).
Using Thrustmaster FCS Flight Pack.
Follow me also on Instagram & Twitter @j_maverick16, Google+ and YouTube.


Return to “Airports”

Who is online

Users browsing this forum: No registered users and 7 guests