Alder's Blood Prologue

Ask about cheats/tables for single player games here
Post Reply
User avatar
The Mogician
Table Makers
Table Makers
Posts: 734
Joined: Sat Mar 04, 2017 12:00 am
Reputation: 531

Alder's Blood Prologue

Post by The Mogician »

Got the game in my sights for quite a bit, and the prologue (demo) just came out. I tried my luck on it without avail. It would be nice to find the health and stamina for the player character.

So far I tried:
1. Direct scans. No luck. I tried 4 byte, float and double. Two floats display the stamina value but changing them doesn't do a thing.
2. Unknown initial scans. No luck here either. Did a few all and increase decrease scans. Found about 30 values but they all doesn't do anything. I did notice that if you lock it the stamina at max level, even if you spend some of it, the spent bars seem to have a different color of shading than the normally spent ones.
3. Searched for consumed values. I thought maybe they track how much stamina/health was spent instead of how much is left? No luck on this either.

Thought might as well

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 874
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1496

Re: Alder's Blood Prologue

Post by cfemen »

so i was a bit curious and gave it a quick look:

:shock: a game that is using Unity's ECS Job System = entity pool system... :roll:

values are 4 bytes
5 stamina bars = 50

every var ingame is a component entity in an array of components, everytime a value changes the component system does replace the entity from a stack list(pool system) = every new value is a new address in memory.
game accesses the vars with the component array + ID
_components[B4] is stamina
_components[48] is health.

game is btw incredible unstable Oo

okay attached a table with a debug feature + stamina pointer.
i didnt bother to make a script for health, its the same system like stamina.
Attachments
Alder's Blood Prologue.CT
(181.81 KiB) Downloaded 54 times

yusifi
Noobzor
Noobzor
Posts: 5
Joined: Fri Oct 18, 2019 5:10 am
Reputation: 1

Re: Alder's Blood Prologue

Post by yusifi »

Game was recently released. Can you update?

Post Reply

Who is online

Users browsing this forum: dontha3, YandexBot