World Scenery with Submodules

Talking about the core development, vent steam ... censoring free but no guarantee, "they" will listen.
D-ECHO
Posts: 436
Joined: Sat Jan 30, 2016 10:55 am

Re: World Scenery with Submodules

Postby D-ECHO » Fri Apr 29, 2016 1:41 pm

Removed out of this toxic forum.
Last edited by D-ECHO on Tue Dec 31, 2019 2:39 pm, edited 1 time in total.

User avatar
LesterBoffo
Posts: 766
Joined: Tue Sep 15, 2015 3:58 am
Location: Beautiful sunny, KOTH

Re: World Scenery with Submodules

Postby LesterBoffo » Fri Apr 29, 2016 4:05 pm

As someone who doesn't use Git what are my options to get this new scenery/

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

Re: World Scenery with Submodules

Postby IAHM-COL » Fri Apr 29, 2016 4:09 pm

:( not much.
you need to git to get it, really

Just cloning and fetching is easy. But that's one of the real limitations here. It is a good system for developing, but it requires git even for distribution. :(
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
SHM
Posts: 1960
Joined: Mon Sep 14, 2015 3:32 pm
Location: India

Re: World Scenery with Submodules

Postby SHM » Fri Apr 29, 2016 4:12 pm

Git isn't really hard. Just some commands which you can copy paste or I guess a git GUI can also work.

At the end its really worth it.

SHM
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: World Scenery with Submodules

Postby IAHM-COL » Fri Apr 29, 2016 4:15 pm

yes. But I recommend Lesbof try this first (and go easy on the beginning by just getting Japan ready for the festival)

viewtopic.php?f=16&t=455

The terraGIT directory is what you need to tell fgRUN is your scenery directory (above your terrasync directory) that's all
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
LesterBoffo
Posts: 766
Joined: Tue Sep 15, 2015 3:58 am
Location: Beautiful sunny, KOTH

Re: World Scenery with Submodules

Postby LesterBoffo » Fri Apr 29, 2016 4:35 pm

SHM wrote:Git isn't really hard. Just some commands which you can copy paste or I guess a git GUI can also work.

At the end its really worth it.

SHM


Git that works with my old OS is a problem. I've already been down that route before.

Honestly? There's no option to download the scenery needed as zip files?

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

Re: World Scenery with Submodules

Postby IAHM-COL » Fri Apr 29, 2016 4:45 pm

there is an option indeed, if you care to know it.

But you will need to patch and build yourself, so if you are ready; here it goes

1. Download terraGIT and unzip

https://github.com/FGMEMBERS-TERRAGIT/terraGIT/archive/master.zip

That is your scenery base, but it contains NO tile!

2. verify that inside terraGIT you have got a "Terrain" and and "Objects directory". If not, create them (you should have them, thou)

3. Get a tile, example, Japan is (among others) in e130n30

So, here is the tile Link

https://github.com/FGMEMBERS-TERRAGIT/e130n30
Then there there are 3 branches. Terrain Branch and Object branch is what you care.

Then you will need to Download them as

https://github.com/FGMEMBERS-TERRAGIT/e130n30/archive/Terrain.zip
and
https://github.com/FGMEMBERS-TERRAGIT/e130n30/archive/Objects.zip

And then unzip them in the proper directories, renaming appropriately

example

terraGIT/Terrain/e130n30
and
terraGIT/Objects/e130n30

(building the scenery yourself locally)

1. This is extremely cumbersome.
2. The whole world (which git and the scripts manage automatically) consists of 530 Tiles, with 2 branches each. To unzip, rename, etc.
3. Just japan has 4 Tiles (99% of territory)
4. To update, whereas in git you use 2 commands, via ZIPs you will need to redownload, and unzip the whole content everytime

So,
I don't call that an option. Technically, it exist.

alternative B, is that you try again, following exactly what I say here: viewtopic.php?f=16&t=455
If you manage, you will be rewarded. (effort -> reward relationship ;) )
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
LesterBoffo
Posts: 766
Joined: Tue Sep 15, 2015 3:58 am
Location: Beautiful sunny, KOTH

Re: World Scenery with Submodules

Postby LesterBoffo » Fri Apr 29, 2016 4:50 pm

Well I've reinstalled the GitGui for windows maybe I can work out something to get it going, commandlines are my downfall...

User avatar
LesterBoffo
Posts: 766
Joined: Tue Sep 15, 2015 3:58 am
Location: Beautiful sunny, KOTH

Re: World Scenery with Submodules

Postby LesterBoffo » Fri Apr 29, 2016 5:02 pm

Image

I suppose this isn't going to work? ( if things go in their usual fashion..)

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

Re: World Scenery with Submodules

Postby IAHM-COL » Fri Apr 29, 2016 5:09 pm

dont do it.
(unless you have 300GB of scenery for all the world!!)

It will work, but you will get the whole thing right away (with the recursive clone of submodules)

If you have 300GB to spare for world scenery, then go ahead and clone; wait for long time (a report said 48 h) and then you are set for golden.

If you want to control what parts of scenery you want to install, simply uncheck recursive cloning off.
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?


Return to “Core Development”

Who is online

Users browsing this forum: No registered users and 9 guests