LeoLunar64 wrote: ↑Wed Jan 29, 2025 4:06 pm
Still nothing on infinite items, nobody was able to make it. I tried to do it myself, even gpt said how to do it, but still nothing, items are frozen on 3, i tried on coins, but when i spend them all, they just dissappear, just as usual. Not even add or nop are working. Could some good coder make this cheat?
I believe this has something to do with the UI.
When searching for values, you often only find memory addresses for numbers/text, which are display in the HUD. So you can freeze this values, but the real inventory still decreases.
This is also when looking for ammo and so on.
I also think, that coins and similar stuff is stored differen to ammo. With ammo, you have an exact number, and not linked to the gun.
Coins are probably not strored as "coin x3", but as "coin, knife, scissor, coin, coin, pipe, pipe, and, so, on", and only in the HUD it ist displayed as three things from same type.
So you would need to find the array for the inventory, find out which item in the array is what kind of stuff and then modify the function, which removes the item from the inventory array.
Unfortunately, this is far beyond my skills