Pre-rendered background game tools
This project is a pipeline for making pre-rendered background games in the style of PS1 Resident Evil and Final Fantasy. The tools are intended as a end-to-end solution from the creation of the backgrounds in Blender to the loading of the data in your game engine of choice.
- Blender 4.0 or later
- Python 3.11
- CMake 3.19 or later
- C/C++ compiler
Build project:
cmake -B build -DCMAKE_BUILD_TYPE=<type>
cmake --build build --target mflib mftools --config <type>
cmake --install build --component mft
The Blender add-on automates exporting a Blender scene into an MFT level. After building and installing the project, the mft_blender_addon
directory can be zipped and installed using the Install from disk
option in Blenders settings. Pre-built addons can be found in the releases (Windows and MacOs only).
tbd: The libary has an api to read MFT level files and stream level data for use with a game engine.