Releases: LUDevNet/Assembly
Releases · LUDevNet/Assembly
Tools v2
What's Changed
- Allow VarChar's to be used as primary keys by @Jettford in #2
- Improve XML support by @Xiphoseer in #3
- PKI generator by @Xiphoseer in #5
New Contributors
- @Jettford made their first contribution in #2
- @Xiphoseer made their first contribution in #3
Full Changelog: v0.7...v0.8
Tools Build
This release contains a set of tools to work with LU files.
Database tools
fdb-stat
print statistics on an FDB filefdb-index
lookup FDB entries by keyfdb-tables
show all tablesfdb-columns
show all columns of a tablefdb-copy
duplicate (and minify) and fdb-filefdb-to-sqlite
fast FDB to sqlite conversiontemplate-fdb
create an FDB with the same structure but no datasqlite-to-fdb
convert an SQLITE file to FDBxmldb-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 filessd0-encode
Encode .sd0 filespk-crc
Caculate the CRC associated with a resource pathpk-entries
list all entries in a PK filepk-file
find a single file in a PK file (by CRC)pki-list
show all data in a PKI filepki-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 fileread-zone
Print data on a zone file
Other tools are also available, but those aren't nearly as useful as these ones