[COMPLETED] [REQUEST] Bleak Faith: Forsaken

Ask about cheats/tables for single player games here
User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 455
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 198

Re: [REQUEST] Bleak Faith: Forsaken

Post by sanitka »

dzordzb wrote:
Tue Mar 14, 2023 11:29 pm
If somebody could post how to edit the number of perk tokens I would be quite thankful.
And if handler echos can somehow be added that would be amazing as well
anything, what is in inventory, can be found as inventory is a linear list of two 4 byte values - itemID and count
id < 200 seem to be consumables
id about 3000 seem to be crystals
id about 5000 equipment

what does it mean "linear list" ?
id, cnt, id, cnt, id, cnt, id, cnt ... last item id, cnt
order seem to be the same as when looking at ALL items in your backpack

so if you find one inventory item you found them all ;)

User avatar
manfightdemon
Noobzor
Noobzor
Posts: 9
Joined: Fri Mar 17, 2023 2:15 am
Reputation: 1

Re: [REQUEST] Bleak Faith: Forsaken

Post by manfightdemon »

Can someone make table for items = inventory.

User avatar
manfightdemon
Noobzor
Noobzor
Posts: 9
Joined: Fri Mar 17, 2023 2:15 am
Reputation: 1

Re: [REQUEST] Bleak Faith: Forsaken

Post by manfightdemon »

sanitka wrote:
Wed Mar 15, 2023 12:45 am
dzordzb wrote:
Tue Mar 14, 2023 11:29 pm
If somebody could post how to edit the number of perk tokens I would be quite thankful.
And if handler echos can somehow be added that would be amazing as well
anything, what is in inventory, can be found as inventory is a linear list of two 4 byte values - itemID and count
id < 200 seem to be consumables
id about 3000 seem to be crystals
id about 5000 equipment

what does it mean "linear list" ?
id, cnt, id, cnt, id, cnt, id, cnt ... last item id, cnt
order seem to be the same as when looking at ALL items in your backpack

so if you find one inventory item you found them all ;)
Can you help with crystals im lost everytime i load CE the numbers changes. How to search the crystals number as you said 3000

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 455
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 198

Re: [REQUEST] Bleak Faith: Forsaken

Post by sanitka »

manfightdemon wrote:
Fri Mar 17, 2023 4:58 am
Can you help with crystals im lost everytime i load CE the numbers changes. How to search the crystals number as you said 3000
find it once using standard way (by tracking count) and then write down value with address 4 bytes less (count address - 4), it is itemID, it does not change
next time you can use group search to find both values (id & count) at once

User avatar
patka
Table Makers
Table Makers
Posts: 224
Joined: Sun Jul 05, 2020 11:09 am
Reputation: 244

Re: [REQUEST] Bleak Faith: Forsaken

Post by patka »

manfightdemon wrote:
Fri Mar 17, 2023 2:22 am
Can someone make table for items = inventory.
I'm working on it

User avatar
manfightdemon
Noobzor
Noobzor
Posts: 9
Joined: Fri Mar 17, 2023 2:15 am
Reputation: 1

Re: [REQUEST] Bleak Faith: Forsaken

Post by manfightdemon »

sanitka wrote:
Fri Mar 17, 2023 6:10 am
manfightdemon wrote:
Fri Mar 17, 2023 4:58 am
Can you help with crystals im lost everytime i load CE the numbers changes. How to search the crystals number as you said 3000
find it once using standard way (by tracking count) and then write down value with address 4 bytes less (count address - 4), it is itemID, it does not change
next time you can use group search to find both values (id & count) at once
Thank you for replay but i dont understand im new to CE. can you send me any crystals id or how write down the value or count address -4

User avatar
manfightdemon
Noobzor
Noobzor
Posts: 9
Joined: Fri Mar 17, 2023 2:15 am
Reputation: 1

Re: [REQUEST] Bleak Faith: Forsaken

Post by manfightdemon »

sanitka wrote:
Fri Mar 17, 2023 6:10 am
manfightdemon wrote:
Fri Mar 17, 2023 4:58 am
Can you help with crystals im lost everytime i load CE the numbers changes. How to search the crystals number as you said 3000
find it once using standard way (by tracking count) and then write down value with address 4 bytes less (count address - 4), it is itemID, it does not change
next time you can use group search to find both values (id & count) at once
LOOK what i mean is everytime i start the game the address changes like this item its one item but address is changed for example :
159AFA1CB54
2533339CB54
i know is the last 4 digits is the item id and i can change the value. But how to search the last 4 digits CE shows 0 result

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 455
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 198

Re: [REQUEST] Bleak Faith: Forsaken

Post by sanitka »

manfightdemon wrote:
Fri Mar 17, 2023 5:24 pm
sanitka wrote:
Fri Mar 17, 2023 6:10 am
manfightdemon wrote:
Fri Mar 17, 2023 4:58 am
Can you help with crystals im lost everytime i load CE the numbers changes. How to search the crystals number as you said 3000
find it once using standard way (by tracking count) and then write down value with address 4 bytes less (count address - 4), it is itemID, it does not change
next time you can use group search to find both values (id & count) at once
LOOK what i mean is everytime i start the game the address changes like this item its one item but address is changed for example :
159AFA1CB54
2533339CB54
i know is the last 4 digits is the item id and i can change the value. But how to search the last 4 digits CE shows 0 result
Plz do yourself a favor and go through basics of searching and cheating ;).
Yes, address changes in 99% of time thus you have to search by value or better by set of values.

User avatar
patka
Table Makers
Table Makers
Posts: 224
Joined: Sun Jul 05, 2020 11:09 am
Reputation: 244

Re: [REQUEST] Bleak Faith: Forsaken

Post by patka »

Here is my table:

viewtopic.php?f=4&t=23906

User avatar
manfightdemon
Noobzor
Noobzor
Posts: 9
Joined: Fri Mar 17, 2023 2:15 am
Reputation: 1

Re: [REQUEST] Bleak Faith: Forsaken

Post by manfightdemon »

sanitka wrote:
Fri Mar 17, 2023 10:07 pm
manfightdemon wrote:
Fri Mar 17, 2023 5:24 pm
sanitka wrote:
Fri Mar 17, 2023 6:10 am


find it once using standard way (by tracking count) and then write down value with address 4 bytes less (count address - 4), it is itemID, it does not change
next time you can use group search to find both values (id & count) at once
LOOK what i mean is everytime i start the game the address changes like this item its one item but address is changed for example :
159AFA1CB54
2533339CB54
i know is the last 4 digits is the item id and i can change the value. But how to search the last 4 digits CE shows 0 result
Plz do yourself a favor and go through basics of searching and cheating ;).
Yes, address changes in 99% of time thus you have to search by value or better by set of values.
will do. one last Q? How can i search for address only :ive found most of crystals but there is special one and only have 1 in game and difintly the address will be the same . these all crystals address :
288E5E4E70C
288E5E4E6FC
288E5E4E6EC
288E5E4EE64
288E5E4EE6C
288E5E4EE74
288E5E4EE7C

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 455
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 198

Re: [COMPLETED] [REQUEST] Bleak Faith: Forsaken

Post by sanitka »

manfightdemon wrote:
Sat Mar 18, 2023 12:07 am
will do. one last Q? How can i search for address only :ive found most of crystals but there is special one and only have 1 in game and difintly the address will be the same . these all crystals address :
288E5E4E70C
288E5E4E6FC
288E5E4E6EC
288E5E4EE64
288E5E4EE6C
288E5E4EE74
288E5E4EE7C
This one would be quicker and easier using right click on address and Browse this memory region and check it there, as I wrote (and is shown in patka's table) all items are in memory one after another (id, count, id, count, id, count ...), both ID and count are 4 byte values.

Locked

Who is online

Users browsing this forum: qzer, sharthZ23, Tw1tche5