Sorry to bother someone but anyone know if it's possible to cheat infinite items? My gameplay style would be to farm something really good and then go for a run with all my stuff but if i loose i have to start from scratch
There are two ways you can approach this problem. You can:
1) edit your save file to increase your maximum load by a ton and giving yourself multiple copies of each item in the game
or
2) unpack the game and edit the game's plugins, so you don't waste your items when you use them.
Technically you can do both of these things at the same time.
The first solution is a bit tricky because there are a lot of items, and you would have to analyze the save file in order to find exactly how to edit your stats and inventory. I personally gave up on this, but if you're determined enough I think you can crack the code.
The second solution, while simpler, relies on what you can find during your exploration. It doesn't give you all the items, it just prevents you from losing them. You could have infinite Soul Drops and Health Potions just by having one of each, because you can use them for an unlimited number of times without consuming them.
None of these solutions helps you with the fact that you can only select a limited number of items to carry with you once you die and return to the hub. I think there's a way to increase the number of items via soul imprints, which makes me think that there is a parameter that determines how many items you can keep. If there is, there's a function that uses this number, and you just have to multiply it by 1000 and BAM, you can keep 1000 times more items than before. This can already be done with the chest in the church: the save file contains the exact capacity of the chest, but since it's dynamically calculated base on how many times it's been expanded, if you only edit the save file that change you made would be quickly overridden by the number correcly calculated by the game. How to fix this? Easy: change the function that calculates the room in the chest, so it always returns the number you want.
There's a lot you can do by changing the code inside the plugins to cheat. It's fairly easy, but I'm just too lazy to do it.