Sorrow446 / HLAT-Hogwarts-Legacy-Appearance-Tool

Tool for appearance manipulation for Hogwarts Legacy written in Go.
20 stars 2 forks source link

HLAT---Hogwarts-Legacy-Appearance-Tool

Tool for appearance manipulation for Hogwarts Legacy written in Go.
Windows binaries

Why?

Usage

Create JSON appearance preset from save file:
hlat_x64.exe export -i HL-00-00.sav -o eve.json

Inject JSON appearance preset into save file:
hlat_x64.exe import -i eve.json -o HL-00-00.sav

Usage: main.exe --inpath INPATH [--outpath OUTPATH] [--orig-name] COMMAND

Positional arguments:
  COMMAND                import or export

Options:
  --inpath INPATH, -i INPATH
                         Path of input file. JSON appearance if import, save file if export.
  --outpath OUTPATH, -o OUTPATH
                         Path of output file. Save file if import, JSON appearance if export.
  --orig-name            Keep original character name.
  --help, -h             display this help and exit

Disclaimer