Skip to content

Script for creating B78XH soft fork compatible liveries from Asobo default 787 ones.

License

Notifications You must be signed in to change notification settings

Heavy-Division/livery-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heavy Division Heavy Division

Livery Generator

Script for creating B78XH soft fork compatible liveries from Asobo default 787 ones.

❗❗❗ Known issue: Liveries without a "Model.cfg" will not convert

example

Instructions

This script can be run from the source code or via the downloadable executable.

Running the executable

Download the .exe from the releases tab. Open the command prompt and type the following:

generate single livery

<path to livery_generator.exe> --clone single --dir <path to livery>

generate multiple liveries

❗❗❗ Caution ❗❗❗

Make sure there are ONLY default 787-10 liveries in the liveries folder you point the script to.

<path to livery_generator.exe> --clone multi --dir <path to liveries folder>

Running from Source:

You will need to have Python installed on your machine to run the source code.

Download the source code as a zip file and extract it. Run the script by running the following command in the terminal:

python3 livery_generator/main.py --clone single --dir <path to livery> replacing the with the relative or absolute path of the livery.

generate multiple liveries

Group all of your Default B787 liveries into one directory, and run

python3 livery_generator/main.py --clone multi --dir <path to liveries directory> and the script will create b78xh liveries from all liveries in the directory.

The new Heavy Division 787 livery will be present in the same directory as the original livery, with a '_heavy_division_b78xh' suffix.

About

Script for creating B78XH soft fork compatible liveries from Asobo default 787 ones.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages