bdat

Crates.iobdat
lib.rsbdat
version0.5.0
sourcesrc
created_at2022-10-23 16:32:24.712555
updated_at2024-04-05 17:57:20.412158
description(De)serialization library for Monolithsoft's BDAT file format
homepage
repositoryhttps://github.com/RoccoDev/bdat-rs
max_upload_size
id695240
size278,290
Rocco (RoccoDev)

documentation

README

bdat-rs

Crates.io Version GitHub Release GitHub Actions Workflow Status docs.rs (with version)

A library to read and write MONOLITHSOFT's proprietary BDAT format, used for data tables in all Xenoblade games.

Usage

Refer to the documentation for detailed info on how to use the library.

You may also find other projects that use the library useful:

  • This repository includes a command-line tool to convert BDAT tables to various formats.
  • Recordkeeper is a save editor for Xenoblade 3 and Future Redeemed that reads game data from BDAT tables.

If you have a project that uses the library, feel free to add it to the list by submitting a PR.

License

The bdat-rs library is dual-licensed under both Apache-2.0 and MIT.
The bdat-toolset executable is licensed under the GPLv3.

Credits

Commit count: 173

cargo fmt