mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-08 19:34:27 +00:00
6f70c110c4beacfeda824939b39991ec5ed3fac5
Data, DataTable, Func and FuncTable now just use String instead of providing a S: AsRef<str> generic.
Fixed `Pos` not decoding normal integers correctly. Unwrapper all string-encoded hex values to simply hex values. `Func` and `Data` now have some fields defaulted.
Dcb
Rust API for the PS1 game Digimon Digital Card Battle.
This API offers various entry points to modify the game file, in the .bin format, alongside a .cue.
Features
Currently supported features include:
-
Per-card editing.
Each card may be edited, including digimon, items and digivolves. Currently cards cannot be removed or edited, just added, however.
Planned features
-
Deck manipulation.
Currently half-implemented.
Would allow editing decks of opponents.
-
Save file modification.
Would allow the save files to be changed, such as player-decks, progress, cards unlocked, etc.
Description
Languages
Rust
99.9%
Python
0.1%