Skip to content

Releases: LUDevNet/Assembly

Tools v2

08 Jan 08:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7...v0.8

Tools Build

13 Oct 13:08
Compare
Choose a tag to compare

This release contains a set of tools to work with LU files.

Database tools

  • fdb-stat print statistics on an FDB file
  • fdb-index lookup FDB entries by key
  • fdb-tables show all tables
  • fdb-columns show all columns of a table
  • fdb-copy duplicate (and minify) and fdb-file
  • fdb-to-sqlite fast FDB to sqlite conversion
  • template-fdb create an FDB with the same structure but no data
  • sqlite-to-fdb convert an SQLITE file to FDB
  • xmldb-to-fdb convert an XML DB to an FDB

The tool fdb-diff is included but doesn't do anything yet. Feel free to send a PR.

Patcher tools

  • sd0-decode Decode .sd0 files
  • sd0-encode Encode .sd0 files
  • pk-crc Caculate the CRC associated with a resource path
  • pk-entries list all entries in a PK file
  • pk-file find a single file in a PK file (by CRC)
  • pki-list show all data in a PKI file
  • pki-find find a single entry in a PKI file (by CRC)
  • md5-sum MD5 sum of a file (same as https://linux.die.net/man/1/md5sum)

Map tools

  • read-lvl Print data on a level file
  • read-zone Print data on a zone file

Other tools are also available, but those aren't nearly as useful as these ones