Japan: Spring 2016 [May 7th and 8th]

May 5th and 6th, 2018
User avatar
IAHM-COL
Posts: 6413
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Japan: Spring 2016 [May 7th and 8th]

Postby IAHM-COL » Thu Apr 14, 2016 4:41 pm

elgaton wrote:Quick heads up for all ATCs: Wolfram Wagner (the author of OpenRadar) has released a new version to address the airport download problems - I would suggest getting them while you can.


Thanks Elgaton
I downloaded the update, and succesfully launched in RJBB.
Looking forward to practice session on May 1st

You may want to invite pilots to join and help the practice session on Curtis' Forum?

IH-COL
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?

Octal450
Posts: 2185
Joined: Sun Oct 18, 2015 2:47 am

Re: Japan: Spring 2016 [May 7th and 8th]

Postby Octal450 » Thu Apr 14, 2016 5:06 pm

@ElGaton,

That plan sounds good. We can try it out on the 1st

Regards,

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

Re: Japan: Spring 2016 [May 7th and 8th]

Postby J Maverick 16 » Thu Apr 14, 2016 6:52 pm

Currently I don't know if I'll be able to perform ATC at Yokota since I yet haven't solved my PC issues, it's a matter of time and I hope to fix it in time for that.
Regards, 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.

User avatar
legoboyvdlp
Posts: 1757
Joined: Mon Sep 14, 2015 9:49 pm
Location: Venezuela

Re: Japan: Spring 2016 [May 7th and 8th]

Postby legoboyvdlp » Sat Apr 16, 2016 9:18 pm

Sorry, May 1st is N/A for me. 23d is the only free day -- I will be away over the May 1st weekend.
Sorry I couldn't let you know earlier.
The 6th will also work -- or else the 22nd.


By the way,

@elgaton, I prepared the SID files for RJGG -- working on STARS.

Is it fine to ignore the RNAV SIDS, since the waypoints do a) not exist in FlightGear b) are not in OpenRadar and c) the RNAV's are practically the same as the old-fashioned SIDS? I can prepare an ATIS saying 'RNAV SIDS available on request' or something...
~~Legoboyvdlp~~
Maiquetia / Venezuela Custom Scenery
Hallo! Ich bin Jonathan.
Hey!
Avatar created by InSapphoWeTrust CC BY-SA 2.0, https://commons.wikimedia.org/w/index.p ... d=27409879

elgaton
Posts: 105
Joined: Wed Nov 04, 2015 10:43 am

Re: Japan: Spring 2016 [May 7th and 8th]

Postby elgaton » Sat Apr 16, 2016 11:10 pm

legoboyvdlp wrote:Sorry, May 1st is N/A for me. 23d is the only free day -- I will be away over the May 1st weekend.
Sorry I couldn't let you know earlier.
The 6th will also work -- or else the 22nd.

Not a problem for me - I'm fine either with rescheduling on the 6th, or performing some extra one-on-one training with you on the same date. I think the 22nd is too near.

legoboyvdlp wrote:Is it fine to ignore the RNAV SIDS, since the waypoints do a) not exist in FlightGear b) are not in OpenRadar and c) the RNAV's are practically the same as the old-fashioned SIDS? I can prepare an ATIS saying 'RNAV SIDS available on request' or something...

I usually create them both and prepare Route Manager files as well, but you have a point - I'll check the charts in the morning.

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

Re: Japan: Spring 2016 [May 7th and 8th]

Postby IAHM-COL » Tue Apr 19, 2016 9:32 pm

terraGIT: JAPAN IS UP

Hi All

As terraGIT progresses northbound, more and more world is available via github :mrgreen:
Recently, the transfer has succesfully upload every part of the World South of n50 latitude (that is up to n40 tiles and Down)

This includes 99% of the territory of Japan, that we expect to see available for the next festival. Therefore, Japan can be now installed and enjoyed via terraGIT.

Efforts are being made to add new patches with new layouts and enhacements by the Festival development team, allowing us to enjoy a much renewed Japan on the Festival via terraGIT :D

I also included installation and de-installation scripts to facilitate installing the country.

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

Currently the content in terraGIT is identical to terraSync, but we will attemp uploading major updates on this region for the Festival

If you clone and prepare now, you can update simply by doing


Code: Select all

git pull
install/Japan


(the install script also manages updates!)

or

Code: Select all

git pull
git submodule update


Have fun everyone!
IH=COL
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?

Octal450
Posts: 2185
Joined: Sun Oct 18, 2015 2:47 am

Re: Japan: Spring 2016 [May 7th and 8th]

Postby Octal450 » Thu Apr 21, 2016 2:49 am

Good day gentlmen,

Oscar and I tested his work on RJTT OpenRadar so far, VERT NICE, just left is SID/STAR labels, and a few more taxiways.

To update our status.

Oscar will be GND and TWR as RJTT_TW
I will be APP and DEP as ATC411 and RJTTcAPP

We will be hoping to come on at the same times, but if one of us isn't awake yet (me), or is already asleep (oscar) the other will take full control, but hopefully that won't be needed, I will be trying to be as long as possible awake!!!

Notice: I will have two PCs open, since its easier for me that way, hence the two usernames.

Regards,

User avatar
Side
Posts: 59
Joined: Sat Sep 19, 2015 2:33 pm

Re: Japan: Spring 2016 [May 7th and 8th]

Postby Side » Thu Apr 21, 2016 2:10 pm

IAHM-COL wrote:terraGIT: JAPAN IS UP

Code: Select all

install/japan

IH=COL


Check this, caps sensitive in linux

Side

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

Re: Japan: Spring 2016 [May 7th and 8th]

Postby IAHM-COL » Thu Apr 21, 2016 2:31 pm

Thanks
Just fixed it to

Code: Select all

install/Japan
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: 6413
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Japan: Spring 2016 [May 7th and 8th]

Postby IAHM-COL » Thu Apr 21, 2016 7:10 pm

it0uchpods wrote:Good day gentlmen,

Oscar and I tested his work on RJTT OpenRadar so far, VERY NICE, just left is SID/STAR labels, and a few more taxiways.


Regards,



Just to keep sources compiled in a clear place, would you mind sending the RJTT open radar files to
https://github.com/ElGaton/festival-flightgear-may-2016

(it can be a PR)
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 “The Festival”

Who is online

Users browsing this forum: No registered users and 28 guests