ResonanceTools are a set of tools to parse and extract custom archives from the game Resonance Solstice
- ResonanceTools.HotfixParser.exe -> Parse
desc.bindownloaded by the game from the hotfix server, which contains all the informations for downloading game files - ResonanceTools.JABParser.exe -> Can extract game assets from the game custom archives
.jabused by the hotfix manager. Also can just save metadatas from the archive and save them in a.json - ResonanceTools.FactoryParser.exe -> Tables deserializer. This are tables containing game infos.
⚠️ As of now the tool only support language translation tables, found atTranslate/{lang}/Config/ConfigLanguage.binand not tables underBinaryConfig/
- ResonanceTools.HotfixParser.exe:
Usage: HotfixParser <input_file> <output_file>
Example: HotfixParser desc.bin output.json
- ResonanceTools.JABParser.exe:
Usage: JABParser <file.jab>/<directory> [--extract <outDir>] [--buffer <size>] [--json <meta.json>]
Example: JABParser myfile.jab --extract outputDir
- ResonanceTools.FactoryParser.exe:
Usage: FactoryParser <input_file> <output_file>
Example: FactoryParser ConfigLanguage.bin en.json