First beta of VEAF Tools V6
·
37 commits
to develop/v6-new-build-system
since this release
First beta of VEAF Tools V6
VEAF-CT-v6.mp4
Status
Completed features:
- convert any mission (non VEAF, old-style VEAF, v6 VEAF) to a v6 VEAF folder
- build and extract VEAF missions
- inject radio presets
Missing features:
- inject aircrafts
- inject flight plans
- inject weather and time versions
Minimalistic user guide:
- download
veaf-tools-updater.exefrom this release; put it on your computer, in your mission folder. - run the
veaf-tools-updater updatecommand; it'll download all the necessary files, including theveaf-tools.exeprogram - depending on what you intend to do, follow these steps:
- Converting an existing mission file
- use the
veaf-tools convertcommand (the--helpoption describes everything); e.g.veaf-tools convert test.miz - edit the files in the
srcfolder - build (see below)
- use the
- Building a mission from source
- use the
veaf-tools buildcommand (the--helpoption describes everything); e.g.veaf-tools build test- withtestbeing your mission name) - if you don't want the VEAF triggers to be injected, use the
--no-veaf-triggersoption; this is useful if you want to extract and build community missions (I've done this for the excellent Foothold missions).
- use the
- Extracting files from a mission file to your src folder
- use the
veaf-tools extractcommand (the--helpoption describes everything); e.g.veaf-tools extract test- withtestbeing your mission name)
- use the
- Injecting radio presets into your mission file
- use the
veaf-tools inject-presetscommand (the--helpoption describes everything); e.g.veaf-tools inject-presets test- withtestbeing your mission name); by default it will use thesrc/presets.yamlfile - see thesrc/presets.mddocumentation.
- use the
Contact me on Discord if (when!) you encounter a bug and we'll work it out.
Remember, this is a beta and bugs will occur!!!!