Library for parsing and writing Breath of the Wild Event Flow files
Project description
Library for parsing and writing Nintendo EventFlow binary files
evfl
is able to parse and rewrite every single event flow found in
Breath of the Wild, both flowcharts (bfevfl) and timelines (bfevtm).
Usage
import evfl
flow = evfl.EventFlow()
with open('Animal_Master.bfevfl', 'rb') as file:
flow.read(file.read())
flowchart = flow.flowchart
# Real documentation is nonexistent at the moment. I'm sorry.
with open('Animal_Master_Modified.bfevfl', 'wb') as modified_file:
flow.write(modified_file)
Tests
Unit and integration tests can be executed by running python3 -m unittest discover
.
License
This software is licensed under the terms of the GNU General Public License, version 2 or later.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
evfl-1.2.0-py3-none-any.whl
(28.8 kB
view details)
File details
Details for the file evfl-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: evfl-1.2.0-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbfb7c68a99ccbc2942636a7153fe9bae7d869ada31c0cdf441145cc71a4ffde |
|
MD5 | 46b62cb021fb642ac5853ffff555d539 |
|
BLAKE2b-256 | b53c49415ce6123f36ad2352610baf07170b695a599739da91cf13f3bf11d343 |