whocares8128 / GI-Status-Tracker

3dmigoto config that defines global variables which track various player states.
GNU General Public License v3.0
27 stars 5 forks source link

Wetness status might not be working properly #4

Open Matis-R opened 4 days ago

Matis-R commented 4 days ago

It appears that the wetness tracker is not updating properly anymore. This has been an issue in the past it seems, so I'm guessing this is a matter of a hash value not being up to date? I tried to fix it myself with the buffer hunting feature, but my attempts were unfruitful.

To be clear, only the wetness detection seems to be broken. Swimming, gliding, and climbing all still work.

lupomikti commented 3 days ago

Did some investigating and it seems it was the PS hashes for Drops and Clumps that changed. Working for me with the following:

Drops - ec1f2fef5db01aad Clumps - b9707c413ce793db

Edit side note: I also tried to find the buffer hashes used in the file but could not get any matches. The clumps and drops were on the same IB for me, not different ones. Similarly I couldn't find separate IBs or VBs for the Drop Down and Jump Up icons. Not sure what I'm missing here because the hashes in the files seem to be working appropriately?