Parseltongue (language file converter)
Tool to convert Hogwarts Legacy language .bin files to and from various formats, primarily JSON. It can be used by dragging and dropping a file in windows onto the executable or via the command line.
Usage
Drag-and-drop
Drop a .bin, .json or a .csv file onto the tool and it will use the below conversions. This is the same as the command line usage of Parseltongue.exe
- .bin > .json
- .json > .bin
- .csv > .bin
If anything more specific than this is needed, then the command line will need to be used
Command Line
Parseltongue.exe [command] [options]
Arguments
: File to convert (tool will use file extension to determine what to do. See above.).
Options
–version: Show version information
-?, -h, –help: Show help and usage information
Commands
For specifying a certain convertor:
bin2json : Convert .bin to .json
json2bin : Convert .json to .bin
csv2bin : Convert .csv to .bin
Examples
‘Parseltongue.exe language.bin’ will output ‘language-modified.json’
‘Parseltongue.exe language.json’ will output ‘language-modified.bin’
‘Parseltongue.exe json2bin language_json.txt’ will output ‘language_json-modified.bin’
Notes
CSV conversion has only been tested with a .csv exported from Google Sheets.