cantpickaname
Member
- Jan 27, 2020
- 228
- 361
- 106
Thanks, I'll check the debug log.make sure your patch is the last one in the queue which mean if you have other patch like patch2 patch3, your patch name will be patch4
secondly there is a debug log in savedata folder
Regarding the patch order, that should not be an issue, I've ordered it correctly. It works well as long as I'm not adding new functions, that is, when I override a function, the new behavior works correctly. The problem only occurs when I add new functions to the file then it breaks, saying "Member testFunction does not exist".
The fact that it says that my testFunction does not exist implies that it recognizes and overrides the calling function correctly (getFaceNameByShame) but the new function doesn't make it into the final object.
I'm starting to think that this is a limitation of the game engine and how it loads patch files and that there isn't much I can do in this regard. If you know how to get around this please lmk