Giter Club home page Giter Club logo

evfl's Introduction

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.

evfl's People

Contributors

gingeravalanche avatar leoetlino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

evfl's Issues

unable to convert it to plain text

Hello,i am trying to export to plain text the event files from 1 2 switch but i am unable.
I dont know if the fact the files are .bin files are related.
i upload the files
Thank you
Eventos.zip

totk files have dictionary / variables

Some (approx. 8) appear to have non-zero values in the Entry Point at

  • 0x08 Dictionary*
  • 0x10 VariableDef*

Dictionary is easily parsed by using DicReader

VariableDef does not appear to have a reader.

Working on a solution

Files that fail to parse:

  • DmF_SY_Camp.bfevfl
  • DmF_SY_SleepBed.bfevfl
  • DmF_SY_SleepHotel.110.bfevfl
  • DmF_SY_SleepHotel.bfevfl
  • EightHeroStatues_After.bfevfl
  • GerudoGreeting.bfevfl
  • Gerudo_UrbosaWeapon.bfevfl
  • GiantHorse.bfevfl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.