✅ Game modding nightmare Unity + .net 6 + BepinEx
So I'm trying to get hunger and thirst frozen in ASKA, I'm able to get the attributes (63 tied to the Aska player character on joining the world) but I'm unable to make any locks or changes to those values, any locks or changes made result in the hunger and thirst still changing ingame.
What is going wrong with this code?
If it helps this is the dependencies being used with most of the data being held in SandSailorStudio.dll which I've found with ILSpy
https://paste.mod.gg/aydtwogctrma/0
BlazeBin - aydtwogctrma
A tool for sharing your source code with the world!


2 Replies
If your code is too long, you can post to https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code!
Okay so finally cracked it with these changes https://paste.mod.gg/zxlgstklfnwe/0 Hunger, Thirst and Temperature no longer dropping :catok:
The trick was to search for entries into the metadata then target the entries there that were found in the other folder structures within the SandSailorStudio.dll which was the VariableAttributes
BlazeBin - zxlgstklfnwe
A tool for sharing your source code with the world!