Go to file
2023-12-23 13:00:11 -05:00
.github/workflows chore: add continuous integration 2023-11-19 22:55:01 +00:00
.vscode feat: initial ifsdump and xmldump 2023-11-19 13:25:39 -05:00
573file refactor(573file): add ifs_iter abstraction 2023-12-23 13:00:11 -05:00
ifsdump feat(ifsdump)!: dump root directly without toc 2023-12-23 13:00:11 -05:00
util fix: various portability fixes 2023-11-19 22:55:01 +00:00
xmldump feat: initial ifsdump and xmldump 2023-11-19 13:25:39 -05:00
.clang-format chore: add continuous integration 2023-11-19 22:55:01 +00:00
.gitignore feat: initial ifsdump and xmldump 2023-11-19 13:25:39 -05:00
LICENSE feat: initial ifsdump and xmldump 2023-11-19 13:25:39 -05:00
meson.build feat: initial ifsdump and xmldump 2023-11-19 13:25:39 -05:00
precompiled.h feat: initial ifsdump and xmldump 2023-11-19 13:25:39 -05:00
README.md feat: initial ifsdump and xmldump 2023-11-19 13:25:39 -05:00

Saltytools

A toolkit for dumping and perhaps some day re-packing the proprietary file formats used by various Konami arcade games. Currently implemented using a very pedantic style of C99, these tools are small and UNIX-y, and are designed to be chained together into game-specific asset dumping pipelines by means of shell scripts.

Similar projects

This toolkit is primarily intended to accommodate my own personal preferences and use cases, although maybe somebody else might find it useful as well. Similar tools with a richer feature set than this project can be found at the following location(s):

License

The Unlicense (see LICENSE file for details).