Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 687 Bytes

File metadata and controls

27 lines (16 loc) · 687 Bytes

Feezfuzz

Overview

Feezfuzz is a parser for .fbs files for Zanzarah. The ultimate goal is streamlining modding Data files as much as possible.

Prerequisites

  • Python 3.10 (lower versions might work, but are not tested)

Usage

python -m pip install feezfuzz
cd /your/path/to/Zanzarah/Data/
python -m feezfuzz

Make sure to change the path to Zanzarah folder to whatever your path is.

Be aware that the currently available scripts are WIP.

License

Feezfuzz is licensed under the MIT license.

Implemented based on documentation from ZZdocs and studying an MIT-licensed parser from zzio.