Skip to content

Converts Hogwarts Legacy language .bin file to and from JSON.

License

Notifications You must be signed in to change notification settings

insomnious/parseltongue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parseltongue

Parses Hogwarts Legacy language .bin files and converts to and from various formats, primarily JSON.

Usage

Parseltongue.exe <file> [command] [options]

Arguments

file: File to convert (will detect extension and use the necessary converter).

Options

--version       Show version information
-?, -h, --help  Show help and usage information

Commands

bin2json <file> Convert .bin to .json

json2bin <file> Convert .json to .bin

csv2bin <file> Convert .csv to .bin

Examples

Parseltongue.exe input.bin
Parseltongue.exe bin2json input.binary
Parseltongue.exe json2bin inputjson.txt
Parseltongue.exe csv2bin inputcsv.txt

If no command is supplied then it'll use the extension to determine what convertor to use. For example, if a .bin is used then it'll attempt to convert to JSON and if a .json is used then it'll attempt to convert to a bin.

About

Converts Hogwarts Legacy language .bin file to and from JSON.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages