Page 1 of 1
One Deck Dungeon
Posted: Thu Aug 02, 2018 8:00 am
by Kibleguy
Wish i had the aptitude to make my own tables. Something to help with unlocking things would be really appreciated.
Re: One Deck Dungeon
Posted: Fri Nov 05, 2021 11:36 am
by Froschkopf
I am going to "re-open" this in hope someone takes pity on us and helps out...
I tried to cheat that thing over several hours and got really frustrated on the way.
What I did:
- I checked the mono .net thingy (I am not really good with that.. too much assembler needed
)
I found a few "good looking" methods and change the parts I thought were "unnecessary" into CodeThatDoesNothing
Only thing I achieved through that was a game crash.
- I searched for the values "the old way" and found current life lost, potions left and the hourglass numbers
- Changing those values just ended in them changing back on their own (prbly pointers)
- So I searched for those pesky pointers and found none. Every pointerscan ended in zero results after a while..
- Last but not least: I froze the values. Mostly game crashing..
Only thing that kinda worked: freezing the "current life lost" values, so you won't get any more damage.
Only works with regular mobs and traps (not bosses for some reason) and if you "would get killed" you get killed anyway.. so you can only take less damage than your max life.
This is obviously kinda helpful but still incredibly complicated and circumstantial.
Please help and point me in the right direction? <3
Oh yeah.. if relevant: (mono results)
in Handelabra.OneDeckDungeon.Engine.HeroCardSideDefinition are the following methods to be found:
set_Health, set_Magic, set_Strength, set_Agility [seems to me like it's exactly what I need... not sure how to use that though]
Re: One Deck Dungeon
Posted: Fri Nov 05, 2021 2:23 pm
by LeFiXER
It was probably the fact that the original poster didn't follow the template:
viewtopic.php?f=2&t=6436
Re: One Deck Dungeon
Posted: Sat Nov 06, 2021 3:43 pm
by Froschkopf
Oh.. thanks for the info. I will open a new topic for that then.
Have a great weekend!
Edit: I uploaded a cheat table for the game in another post.
It grants god mode for first hero... more or less.
Code: Select all
https://fearlessrevolution.com/viewtopic.php?f=2&t=18077&p=219720#p219720