Skip to content

ResonanceTools are a set of tools to parse and extract hotfix custom archives from the game Resonance Solstice

License

Notifications You must be signed in to change notification settings

formagGinoo/ResonanceTools

Repository files navigation

ResonanceTools

ResonanceTools are a set of tools to parse and extract custom archives from the game Resonance Solstice

Tools:

  1. ResonanceTools.HotfixParser.exe -> Parse desc.bin downloaded by the game from the hotfix server, which contains all the informations for downloading game files
  2. ResonanceTools.JABParser.exe -> Can extract game assets from the game custom archives .jab used by the hotfix manager. Also can just save metadatas from the archive and save them in a .json
  3. ResonanceTools.FactoryParser.exe -> Tables deserializer. This are tables containing game infos. ⚠️ As of now the tool only support language translation tables, found at Translate/{lang}/Config/ConfigLanguage.bin and not tables under BinaryConfig/

Usage:

  1. ResonanceTools.HotfixParser.exe:
Usage: HotfixParser <input_file> <output_file>
Example: HotfixParser desc.bin output.json
  1. ResonanceTools.JABParser.exe:
Usage: JABParser <file.jab>/<directory> [--extract <outDir>] [--buffer <size>] [--json <meta.json>]
Example: JABParser myfile.jab --extract outputDir
  1. ResonanceTools.FactoryParser.exe:
Usage: FactoryParser <input_file> <output_file>
Example: FactoryParser ConfigLanguage.bin en.json

About

ResonanceTools are a set of tools to parse and extract hotfix custom archives from the game Resonance Solstice

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages