Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(5 edits)

TypeError: Cannot set property '_neededCustomUpdate' of undefined

I get this error when I load this set up with YEP_ItemCore. I have been able to narrow the incompatibility down to your plugin and YEP_ItemCore by checking what happens if they are unloaded. Unloading either of them removes the error.  Do you happen to know why this is happening?

Update. I should have predicted by it seems to happen specifically when armors are able to be independent. This should at least narrow down a fix, but I don't know enough about how either mod functions to figure out what exactly is happening.

Update 2. I've determined that the load order does not matter. I have moved ItemCore to the top of the load order and it still gives the same error.

Update 3. I have tried enabling mid-game note parsing. Error persists.

Update 4. Turning off Dynamic Actors also removes the error. Whatever the issue is, it definitely has to be a conflict revolving around Dynamic Actors.