Sorrow446/HLSE-Hogwarts-Legacy-Save-Editor

> > Is there a way I can do it as well? I download it again and replace the files in the folder. But that is not enough? @Sorrow446

Sorrow446 opened this issue · 1 comments

          > > Is there a way I can do it as well? I download it again and replace the files in the folder. But that is not enough? @Sorrow446

Download Git installer from https://git-scm.com/download/win and install it. Download Go installer from https://go.dev/ and install it.

Create a directory and open a prompt within that directory and git clone --recursive https://github.com/Sorrow446/HLSE-Hogwarts-Legacy-Save-Editor.git cd HLSE-Hogwarts-Legacy-Save-Editor go build

this will make a main.exe and this is the binary to use the same way.

but you might get an error lol...

panic: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub

Originally posted by @StealUrKill in #11 (comment)

That's an issue with the 32-bit binary. Cgo should be enabled by defualt.

Mistake.