Page 1 of 8

Heroes of Hammerwatch

Posted: Sat Mar 03, 2018 5:59 am
by Iosiff
Requesting any options. Cant find even gold. Need help.

Re: Heroes of Hammerwatch

Posted: Sun Mar 04, 2018 4:42 am
by nastyvirgin
need help +1, I can find money in town, but can't cheat it, doesn't work.

Re: Heroes of Hammerwatch

Posted: Sun Mar 04, 2018 7:11 am
by Iosiff
damn we need pro cheaters help here, something wrong with it :D

Re: Heroes of Hammerwatch

Posted: Sun Mar 04, 2018 1:02 pm
by luke1970
+1.

I tried a lot of combinations and multiplier but can't find anything on dungeon or in town. I found the 2 HP floats too like Leo but it looks to me as it's only the visual, I can see the HP getting back to 1 from decimals but I can't change it. Is also changes every time I change floor. We really need more experts here!

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 12:18 am
by Toemik
+1

I'd consider myself to be decently good at finding the initial memory location and editing it. Been doing it for a couple of years now. But I'm having a strangely hard time with this one. My guess is that it's obfuscated somehow - perhaps decreasing into negatives and then swapping to positive elsewhere in the code, or a multiplicative/divisor or some sort. Maybe tacked on a few zeros to the result and remove them after. Something interesting.

I did a few checks using "all" data types and by increasing or decreasing values. Still didn't find anything.

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 1:32 am
by Aluwen
+1

Tried about everything I can think of but I still can't come up with any values, wonder why the devs went to such lengths to mask the values.

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 1:58 am
by luke1970
Me too, I started to suspect it was server side after a while, but then I firewalled the .exe and tried again. Checking all data types too for unknown values I found out a 4bytes incremental prime number for gold in the dungeon, but that is visual only too, it's unbelievable.

Will keep trying tomorrow.

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 5:18 am
by nastyvirgin
luke1970 wrote:
Mon Mar 05, 2018 1:58 am
Me too, I started to suspect it was server side after a while, but then I firewalled the .exe and tried again. Checking all data types too for unknown values I found out a 4bytes incremental prime number for gold in the dungeon, but that is visual only too, it's unbelievable.

Will keep trying tomorrow.
I've found the 4 bytes number of gold yesterday, but cant find it now, even use all type search?

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 7:12 am
by Aluwen
Scanned all the positive values from 0 to 1000000 and went to the gambling house, scanning for value increases when I won and decreases when I lost.
Ended up with nothing (Y) I don't know if what I did was wrong but at this point I give up, hope some expert will help us an figure it out.

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 8:39 am
by Sol
Yeah, it's strange to see the increase in security be so drastic between the first game and this one...maybe they wanted to make the online experience more stable for people, but it's cooperative play anyway, so I don't really see the point.
Hopefully someone with more expertise can lend us all a hand with this one, otherwise I guess I'll be waiting for ch to come out with a table.
In the meantime I s'pose it'll just be grinding a few town upgrades here and there....

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 11:39 am
by adamapple
until a proper cheat table comes out i found that hex editing the assets.bin file allowed me to increase gold/ore gain, search for
amount">1
amount">2
etc
and replace them all with
amount">9

remember to backup your assets.bin first

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 3:37 pm
by nastyvirgin
adamapple wrote:
Mon Mar 05, 2018 11:39 am
until a proper cheat table comes out i found that hex editing the assets.bin file allowed me to increase gold/ore gain, search for
amount">1
amount">2
etc
and replace them all with
amount">9

remember to backup your assets.bin first
opening a 100MB file as txt will takes a long while...hope it works.

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 3:42 pm
by Kadaji
Are you Serious as .txt XD?

Use HxD (hex editor) much easier

8-)
Spoiler
Image

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 3:54 pm
by luke1970
adamapple wrote:
Mon Mar 05, 2018 11:39 am
until a proper cheat table comes out i found that hex editing the assets.bin file allowed me to increase gold/ore gain, search for
amount">1
amount">2
etc
and replace them all with
amount">9

remember to backup your assets.bin first
This is great!

I changed some of the amounts and food for HP/MP regain got also a x9 boost.

I can speed up the game and still enjoying it without spoiling too much with cheats.

Re: Heroes of Hammerwatch

Posted: Mon Mar 05, 2018 3:55 pm
by SomeGuyOnline
Kadaji wrote:
Mon Mar 05, 2018 3:42 pm
Are you Serious as .txt XD?

Use HxD (hex editor) much easier

8-)
Spoiler
Image
What exactly did you change to get like 14 mil ore and 700 mil gold?
I can only set the values to all nines like adamapple said.