Page 1 of 1

The Dwarves

Posted: Mon Apr 10, 2017 4:36 pm
by STN
Made by Csimbi

This game looks pretty good.
Expected a hack and slash, but I was pleasantly surprised.

Anyway, I made some scripts.
I did not merge them because you can't activate them all at once.
The following scripts are included:
- Food Updater; this will make sure that you consume 0 food when you move on the map. Enable at the main menu or else it won't work.
- XP updater; allows you to mod the XP your dwarfs gain. Can be enabled/disabled at any time, but not before you have gained at least once during the current session.
- Health Reader; this is a hook that can be destined for many things. For now, it only gives you god mode and infinite action points. Can be enabled/disabled at any time, but not before you have entered combat at least once during the current session.

Enjoy!

Re: The Dwarves

Posted: Tue Oct 09, 2018 5:32 am
by aurafort
is there an update to this table?

Re: The Dwarves

Posted: Thu Nov 22, 2018 5:55 pm
by Marc
Here's my attempt on this game, using the GoG Version. No idea if it will work on the steam-version, but feel free to check it out.

The only feature it has is to keep health of all party members up and always maximum action points.
(A fight must have been started in your playing session, otherwise the code it searches for will not be in memory)
Hints for people who want to cheat it themselves
We can not see the numbers of our healt in combat, but it is storead as float, the values are not round numbers, the values for max health and action points are right beneath.
Use the mono dissector and take a look at KingArt.Dwarves.Combat.Combatant and KingArt.Dwarves.Combat.Party:PartyManager:GetResource.
Update 2018-11-25:
Could not really find the memory addresses for money, food and XP. Dunno why, but using the mono features, I smashed something together which sets food and gold to 1000. You can adjust the value in the script to any amount you like.

For those of you who want to make their own cheats, i recommend looking at "KingArt.Dwarves.Combat.Combatant" and "KingArt.Dwarves.Combat.Party:PartyManager:GetResource+74" :)

Update 2019-11-02:
  • checked with GoG-Version v1.2.1
  • changed scripts from AOB Scan to mono-addresses
  • added one-hit-kill
  • added experience
  • food and gold are now filled with different values (999 food and 100.000 gold)
  • enabled hotkeys to turn cheats on and off
best regards,
Marc

Re: The Dwarves

Posted: Fri Nov 23, 2018 3:23 pm
by beguiler
It works on the steam version also. Thanks.

Re: The Dwarves

Posted: Fri Sep 15, 2023 6:05 am
by Rainierius
thank you.