Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.14 KB

My Fantasy Tools logo
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.

Requiremends

  • Blender 4.0 or later
  • Python 3.11
  • CMake 3.19 or later
  • C/C++ compiler

Building

Build project:

cmake -B build -DCMAKE_BUILD_TYPE=<type>
cmake --build build --target mflib mftools --config <type>
cmake --install build --component mft

Usage

Blender Add-on

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).

C++ Library

tbd: The libary has an api to read MFT level files and stream level data for use with a game engine.