The Deep Paths Labyrinth Of Andokost (Steam)

Upload your cheat tables here (No requests)
Post Reply
User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

The Deep Paths Labyrinth Of Andokost (Steam)

Post by Marc »

Hi all,

another dungeon crawler. Not bad for $4,99 but I got it on sale for $0,99 :wub:



Anyway, the table has the following features:
  • script: party receives no damage
  • script: spells do not cost mana
  • script: damage dealt to enemies is always calculated as critical, means damage is multiplied with 2
  • script: do not decrease the amount of arrows when using the bow
  • edit/Freeze Health
  • edit/Freeze Mana
  • edit/Freeze character stats (Strength, Dexterity, Intellect, Vitality)
  • edit the experience points each character has
have fun,
Marc

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
TheDeepPaths.CT
added script for unlimited arrows
(25.03 KiB) Downloaded 97 times
TheDeepPaths.CT
added Mana and character stats
(23.63 KiB) Downloaded 72 times
TheDeepPaths.CT
(17.73 KiB) Downloaded 60 times
Last edited by Marc on Sun Jan 05, 2020 3:56 pm, edited 1 time in total.

Joshuan
Expert Cheater
Expert Cheater
Posts: 165
Joined: Sun Jan 05, 2020 11:37 am
Reputation: 28

Re: The Deep Paths Labyrinth Of Andokost (Steam)

Post by Joshuan »

Thank you very much Marc !

Could you please add the option that your arrows are not reduced when you shoot ?
The lack of infinite arrows prevents me from playing with my favorite team in this game.
If you run out of arrows there is not much left to do for your archer.

Have a great new year !

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: The Deep Paths Labyrinth Of Andokost (Steam)

Post by Marc »

A good year to yoo, too. Glad you like the table.

Script for unlimited arrows added :)

Joshuan
Expert Cheater
Expert Cheater
Posts: 165
Joined: Sun Jan 05, 2020 11:37 am
Reputation: 28

Re: The Deep Paths Labyrinth Of Andokost (Steam)

Post by Joshuan »

Hi Marc,

It is amazing how skilled some people are.
I wish I could do the same. Then I would not need to bother others.
Fortunately we have people like you, this forum and this wonderful piece of software.

I just noticed that you are the same guy who made the Dungeon Of Dragon Knight cheat table.
Man, I owe you so much.
Glad you are a dungeon crawler fan just like me :)

I am still quite at the beginning of this game (Andokost).
I wonder if the automap feature is broken or whatnot. Cannot see/find it.
Without it I will easily get lost... :roll:

Thanks again.
Maybe we will meet again in another modern dungeon crawler game thread.
I am eagerly waiting for the upcoming: [Link] , [Link] and [Link]


Did you play [Link] already ?
I plan to do it someday soon.

My recommendations of my last played very good modern dungeon crawlers I enjoyed (in case you didnt know about them yet):
[Link] <-- best game I played so far (its a little bit like: The Bards Tale 4)
[Link]
[Link]
and Legend of Grimrock 1+2 of course

Thanks again and enjoy playing :)

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: The Deep Paths Labyrinth Of Andokost (Steam)

Post by Marc »

Hi Joshuan,

thanks, thats very kind of you. The word "talented" might be questionable, I'm just a guy with a cheat engine and too much free time on his hands (as the real talented people would say).

You linked some very interesting titles, had to bookmark some of them. My pile of shame will increase :lol:
And yes, most likely we will cross our pathes there again...

Operencia will be bought if it will be released on Steam or GoG. I really do not want a third, fourth or even fifth game client on my PC.

have fun,
Marc
Last edited by Marc on Sat Feb 29, 2020 6:15 am, edited 1 time in total.

cob
Noobzor
Noobzor
Posts: 13
Joined: Sat Feb 29, 2020 1:36 am
Reputation: 4

Re: The Deep Paths Labyrinth Of Andokost (Steam)

Post by cob »

Marc,

Just wanted to extend my thanks and my admiration for your generous and so skillful help.

Now at last I can fully enjoy this game, that was a little too hard for me.

I found gold and arrows with cheat engine (4bytes exact) but couldn't number of health potions or life or skills, not even to save my life.

If you have time, only ask you what search to use (didn't find anything with floating or array of byte)

No matter, thanks a million man !!!!

Dan

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: The Deep Paths Labyrinth Of Andokost (Steam)

Post by Marc »

As far as I could find out, there is no real counter.-variable. Instead the inventory is a long list of items and the game dynamically counts the amounts stacked. A search with DNSpy took me to the following function:

Code: Select all

	' Token: 0x0600051F RID: 1311 RVA: 0x00024594 File Offset: 0x00022994
	Public Function CountItemByCaption(itemCaption As String) As Integer
		Dim num As Integer = 0
		For Each itemData As ItemData In Me.Inventory
			If itemData.Caption = itemCaption Then
				num += 1
			End If
		Next
		Return num
	End Function
Sad thing is: I could not find out where the game does the "remove one item", so my conclusion was that it's not worth the effort :)

Post Reply

Who is online

Users browsing this forum: admantx, Bing [Bot], coccocbot-web, FMineC, freet1mma, nomed44, seanseano, sleekz, YandexBot