Sorrow446 / HLSE-Hogwarts-Legacy-Save-Editor

Save editor for Hogwarts Legacy written in Go.
62 stars 4 forks source link

Talent points #11

Closed maffboss closed 1 year ago

maffboss commented 1 year ago

@Sorrow446 I tried too add them with the last commits I saw in Github, but it did not seem too work. Is it already working too add talent points or am I too fast trying it out?

Sorrow446 commented 1 year ago

It should be working, yep. Was there no error?

maffboss commented 1 year ago

What is the argument for it then @Sorrow446 ? --talentpoints --talent-points

image

StealUrKill commented 1 year ago

What is the argument for it then @Sorrow446 ? --talentpoints --talent-points

image

He has not updated the binaries so it should not be working

maffboss commented 1 year ago

If I download the files and just update it manually it doesnt work? Hmmm okay... Then I will wait!

StealUrKill commented 1 year ago

If I download the files and just update it manually it doesnt work? Hmmm okay... Then I will wait!

I tried compiling them but i am not familiar with go. I get these errors

command-line-arguments .\main.go:66:31: undefined: ItemPairs .\main.go:75:40: undefined: ItemPairs .\main.go:81:16: undefined: ItemPairs .\main.go:89:12: undefined: ItemPairs .\main.go:104:20: undefined: Args .\main.go:105:11: undefined: Args

Sorrow446 commented 1 year ago

If I download the files and just update it manually it doesnt work? Hmmm okay... Then I will wait!

I tried compiling them but i am not familiar with go. I get these errors

command-line-arguments .\main.go:66:31: undefined: ItemPairs .\main.go:75:40: undefined: ItemPairs .\main.go:81:16: undefined: ItemPairs .\main.go:89:12: undefined: ItemPairs .\main.go:104:20: undefined: Args .\main.go:105:11: undefined: Args

go run main.go structs.go or go build main.go structs.go

maffboss commented 1 year ago

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

image

Sorrow446 commented 1 year ago

If I download the files and just update it manually it doesnt work? Hmmm okay... Then I will wait!

I only update the binaries after a few changes otherwise people would get tired of constantly updating. https://gofile.io/d/kcdbCS

StealUrKill commented 1 year ago

If I download the files and just update it manually it doesnt work? Hmmm okay... Then I will wait!

I only update the binaries after a few changes otherwise people would get tired of constantly updating. https://gofile.io/d/kcdbCS

yes sir, i actually got it to build. appreciate the feedback

StealUrKill commented 1 year ago

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.

StealUrKill commented 1 year ago

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

Sorrow446 commented 1 year ago

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

maffboss commented 1 year ago

@Sorrow446 When do you think you make a release for this one? I already see a update in the read me hehe!

StealUrKill commented 1 year ago

@Sorrow446 When do you think you make a release for this one? I already see a update in the read me hehe!

he pasted the link to one. it is confirmed working by me lol

maffboss commented 1 year ago

Works! Thanks!