From 82ed11dc3d18ff563b37ef950418b50f4a72a588 Mon Sep 17 00:00:00 2001 From: Sorrow446 <47045733+Sorrow446@users.noreply.github.com> Date: Fri, 10 Feb 2023 02:48:26 +0000 Subject: [PATCH] Update README.md --- README.md | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5391b60..c46a2d3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,45 @@ -# HLSE---Hogwarts-Legacy-Save-Editor +# HLSE - Hogwarts-Legacy-Save-Editor Save editor for Hogwarts Legacy written in Go. + +# Usage + +Set inventory size to 100 and galleons to 1000 and overwrite: +`hlse_x64.exe -i HL-00-00.sav --inventory-size 100 --galleons 1000` + +Set first and last name and write to out.sav: +`hlse_x64.exe -i HL-00-00.sav --first-name "first name" --last-name "last name" -o out.sav` + +Probe save: +`hlse_x64.exe -i HL-00-00.sav -p` +``` +Name: first name last name +XP: 2000 +House: Hufflepuff +Galleons: 1000 +Inventory size: 100 +``` + +``` +Usage: hlse_x64.exe --inpath INPATH [--outpath OUTPATH] [--xp XP] [--galleons GALLEONS] [--first-name FIRST-NAME] [--last-name LAST-NAME] [--inventory-size INVENTORY-SIZE] [--probe] + +Options: + --inpath INPATH, -i INPATH + Path of input save file. + --outpath OUTPATH, -o OUTPATH + Path of output save file. + --xp XP Set XP. + --galleons GALLEONS Set Galleons. + --first-name FIRST-NAME + Set character first name. + --last-name LAST-NAME + Set character last name. + --inventory-size INVENTORY-SIZE + Set inventory size. + --probe, -p Probe save file and exit. + --help, -h display this help and exit + ``` + +# Disclaimer +- I will not be responsible for any possibility of save corruption. +- Hogwarts Legacy brand and name is the registered trademark of its respective owner. +- HLSE has no partnership, sponsorship or endorsement with Avalanche Software or Warner Bros. Games.