Dave the Diver

Upload your cheat tables here (No requests)
throwaway17
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Dec 01, 2023 10:19 pm
Reputation: 16

Re: Dave the Diver

Post by throwaway17 »

update for v1.0.1.1270
  • added debug section with these:
    • saved inventory item
    • saved cooking study
    • seahorse racer
    • staff
    • staff hire
  • the scripts should be a bit faster
PodRED wrote:
Tue Jan 16, 2024 3:30 pm
Modifying ingredients does not currently work for the latest game version.

Making changes in the table appears to edit them, but changes do not persist once game is saved and reloaded or between days and the original ingredient number comes back.
I added the "saved" version of the inventory item and cooking study script for that reason.

DaveTheDiver 1270.ct
(74.57 KiB) Downloaded 1199 times


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

sb05
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Oct 13, 2023 1:14 am
Reputation: 0

Re: Dave the Diver

Post by sb05 »

03/11 Hotfix is out (v1.0.2.1307). I would assume the table needs to be updated, but I have been running Steam in Offline mode when I play so I am not forced to update (have game set to Update On Launch).

Anybody willing to test/verify that it needs an update?

ajguil4d
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Sep 10, 2021 12:25 am
Reputation: 1

Re: Dave the Diver

Post by ajguil4d »

It does need an update sadly. I am trying to figure out how to update the table, so we will see how that goes.

Renoube
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Jan 23, 2024 9:14 am
Reputation: 0

Re: Dave the Diver

Post by Renoube »

Thank you very much for this code, but it no longer works with the update :(
Is it easy to update it? :oops: :oops:
Thanks again for everything, it's really too kind of you to have taken the time to do this for me.
throwaway17 wrote:
Tue Jan 30, 2024 5:24 pm
Renoube wrote:
Tue Jan 23, 2024 9:32 am
Hello everyone, thank you for your work on this wonderful game.

I've been exploring the world of Cheat Engine for a few weeks now, and I'm fascinated by the work that has been done.

As part of a student project, I would like to find a way to remove all the fish from the Blue Hole, as shown in this video : [link-removed]

( I think the person used After Effects to remove the fish. I would like them to disappear in gameplay)

It would greatly help me in my studies, so if anyone has any ideas on how to achieve this, I would appreciate it. Thank you! Renoube
Add this script and it should do what you want. (Only valid for latest version: 1270)

Code: Select all

define(hook1,"GameAssembly.dll"+29BA660)
define(hook2,"GameAssembly.dll"+29BBC50)
define(hook3,"GameAssembly.dll"+29BC760)
define(bytes,48 8B C4 4C 89 40 18)

[ENABLE]

assert(hook1,bytes)
assert(hook2,bytes)
assert(hook2,bytes)

hook1:
  ret
hook2:
  ret
hook3:
  ret

[DISABLE]

hook1:
  db bytes
hook2:
  db bytes
hook3:
  db bytes

Post Reply