https://github.com/cloudyluna/thol_sprites_mini_parser
Sprites mini parser for two hours one life objects data format. made for my own personal use.
https://github.com/cloudyluna/thol_sprites_mini_parser
onelife
Last synced: 9 months ago
JSON representation
Sprites mini parser for two hours one life objects data format. made for my own personal use.
- Host: GitHub
- URL: https://github.com/cloudyluna/thol_sprites_mini_parser
- Owner: cloudyluna
- License: bsd-3-clause
- Created: 2025-02-13T14:06:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T18:01:52.000Z (over 1 year ago)
- Last Synced: 2025-05-12T11:48:42.361Z (about 1 year ago)
- Topics: onelife
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THOL sprites mini parser
An ad-hoc CLI tool to parse a subset of THOL's data, mainly a list of object
sprites and prints them as a JSON formatted text.
Tested to parse relevant subset of ***9617*** objects (for v20319 as of this writing).
Total referenced sprites from each object: ***60871***.
This tool does not cover transition, animation, sound, etc.
## Usage
- With `cargo`: `cargo run -- `
- Install and run: `cargo install --path . && tsmp `
## License
This software is released under the BSD-3-Clause license. See LICENSE file for
further details.