Fa1dz / GEOFS-LiverySelector

Unified livery handler addon for GeoFS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEOFS-LiverySelector

Unified livery handler addon for geofs.

This addon contains more than a hundred of new liveries and a brand new user interface to make it easier to use your favorite livery.

In the list of liveries you can find:

My goal was to put the liveries into one easy to use interface where you can select them fast with one click.

Features

For every supported aircraft you can find the list of avaliable liveries in the LIVERY menu. Here you can star your favourite liveries to show them on the top and search for any livery. I'm only planning to support real-life liveries, because most people do not want to share their personal liveries.

Loading local personal liveries is also a planned feature just as writing the full multiplayer visibility.

How to use

You can use LiverySelector without installation, or you can add it to your Tampermonkey browser addon.

Both versions download the list of newest aircrafts every time you start GeoFS, you don't have to do anything after installation.

Quick test without installation

You can use the LiverySelector without installation: just copy and paste the main.js into the browser console.

You need to do that every time you want to use LiverySelector. For the first time you need to paste this line into the console:

localStorage.favorites = "";

Install into Tampermonkey (recommended)

You can also find the Tampermonkey compatible version of LiverySelector in the Releases menu and add it to your Tampermonkey addon.

For the first time you need to paste this line into the console:

localStorage.favorites = "";

Aircrafts

In this time near all basic aircrafts are supported witch has originally more than one livery.The list of supported aircrafts with extra liveries is:

  • Boeing b737-700
  • Boeing b737-800
  • Boeing b737-8
  • Boeing b757-200
  • Boeing b767-300er
  • Boeing b787-8
  • Boeing b787-9
  • Boeing b787-10
  • Bombardier CRJ-700
  • P8 Poseidon
  • Airbus a220-300
  • Airbus a319-100
  • Airbus a320neo
  • Airbus a350-900
  • Airbus a350-1000
  • Airbus a380
  • Concorde
  • ATR-72
  • Embraer erj145LR

Planned aircrafts

I plan to support these aircrafts:

  • dc3
  • a320-214

Feedback

Comments and feedback are most welcome, just add them as a GitHub issue. Please fill out this anonymous survey, to help my work, and let me know which aircraft would you like to fly the most.

Known issues

  • Version 1 works no longer, please update to 2.0.0!

How to contribute?

I'm very happy if you contribute new liveries to this livery project!

At the time you can contribute liveries to the original Multiliveries aircrafts (b787-9, b787-10, b737-8, b737-800, a320neo, a220-300, a319-100), the b737-700, a350-900, a350-1000, b757-200, b767-300er, erj145lr and ATR 72-600.

Here you can find the maps, that you can paint out:

For these aircrafts (created by GX Development), instead of using maps, you can repaint the original texture files:

Note: In this project I'm only accepting real life liveries (historical planes, and planes on order are also welcome, I also accept liveries that were planned, and there is also at least one official picture drawn by the airline), so if you would like to fly with fictional liveries you can build your own liveries.json database. If you are done with a livery, send me as an issue or a pull request, so I can put it into the main datasbase, if you are sending it as an issue, please add a "livery" label too, to make the process faster.

Resources

Fonts and icons in the logo:

Sources of the liveries:

About

Unified livery handler addon for GeoFS.

License:MIT License


Languages

Language:JavaScript 100.0%