Script for creating B78XH soft fork compatible liveries from Asobo default 787 ones.
❗❗❗ Known issue: Liveries without a "Model.cfg" will not convert
This script can be run from the source code or via the downloadable executable.
Download the .exe from the releases tab. Open the command prompt
and type the following:
<path to livery_generator.exe> --clone single --dir <path to livery>
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>
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.
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.