Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/storycraft/unity-utage-book

Library for reading and writing unity Utage visual novel engine book scenario file
https://github.com/storycraft/unity-utage-book

Last synced: 6 days ago
JSON representation

Library for reading and writing unity Utage visual novel engine book scenario file

Awesome Lists containing this project

README

        

# unity-utage-book
Library for reading and writing unity Utage visual novel engine book scenario file

This project is not documented. See examples for usage.

## Examples

### extract
Extract book scenario file to json
* usage: `cargo run --example extract --features=serde < input.book > output.json`

### repack
Repack unpacked json file to book
* usage: `cargo run --example repack --features=serde < input.json > output.book`