Skip to content

Sprites mini parser for two hours one life objects data format. made for my own personal use.

License

Notifications You must be signed in to change notification settings

cloudyluna/thol_sprites_mini_parser

Repository files navigation

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 -- <objects directory path>
  • Install and run: cargo install --path . && tsmp <objects directory path>

License

This software is released under the BSD-3-Clause license. See LICENSE file for further details.

About

Sprites mini parser for two hours one life objects data format. made for my own personal use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published