3 stable releases
1.0.2 | Apr 15, 2022 |
---|---|
1.0.1 | May 23, 2020 |
1.0.0 | May 9, 2020 |
#1799 in Parser implementations
36 downloads per month
Used in flowtool
78KB
2K
SLoC
pmd_flow
This library can be used to read or write flow file used in the video game pokemon super mystery dungeon (and maybe gate to infinite and rescue team DX).
It can also dump to a json (or any format supported by the serde library) file, that can be manually edited and rewrited. Please see for this the program flowtool.
I have tested a rewritten flow file for the story of PSMD, and it work well.
It only suport the script_flow_data* file however, and can't be used to edit, for exemple, store script.
lib.rs
:
This library can read flow file, as used in Pokemon Super Mystery Dungeon.
While it can read and write the script_flow_data_us.bin
file used in this game, this library
isn't finished. It doesn't support different flow file used in this game, and there is many
assertion that crash the program rather than returning Error.
Dependencies
~0.4–1MB
~23K SLoC