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-statprint statistics on an FDB filefdb-indexlookup FDB entries by keyfdb-tablesshow all tablesfdb-columnsshow all columns of a tablefdb-copyduplicate (and minify) and fdb-filefdb-to-sqlitefast FDB to sqlite conversiontemplate-fdbcreate an FDB with the same structure but no datasqlite-to-fdbconvert an SQLITE file to FDBxmldb-to-fdbconvert 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-decodeDecode .sd0 filessd0-encodeEncode .sd0 filespk-crcCaculate the CRC associated with a resource pathpk-entrieslist all entries in a PK filepk-filefind a single file in a PK file (by CRC)pki-listshow all data in a PKI filepki-findfind a single entry in a PKI file (by CRC)md5-sumMD5 sum of a file (same as https://linux.die.net/man/1/md5sum)
Map tools
read-lvlPrint data on a level fileread-zonePrint data on a zone file
Other tools are also available, but those aren't nearly as useful as these ones