Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

A Type Error

A topic by sugarandhoney created Nov 06, 2025 Views: 166 Replies: 5
Viewing posts 1 to 6

Hello! I just bought this plugin today and the demo does not seem to be working. As soon as I am transported from the prePlatformer map I am greeted with a type Error. It says "this.offsetBodyPosition is not a function." Maybe the downloadable version is different than the version than the web demo? In the demo you talk to Kasey. In the downloadable version you talk to some guy. I am also using the RMMV version. 

Thank you! I can't wait to use your plugin when I can!

Developer (2 edits)

I initially did not add the new map to the MV version, but I was sure it still had the updated version of the plugin. Either way I wasn't getting the error you were having. Was it a consistent error upon map load or does it only happen at times? 

Anyways, I have just pushed an update to the MV demo with the new Volley Pal map and ladder event.  See if the error persists and If I did just forget to update the demo. If you have MZ, I recommend you using that one instead. MV has limited lines for script calls so I had to one line all of them, and it's not gonna be user friendly to look at and study. 

I,too have an error with the demo. Only that i can´t even get to the talking part. "$gamePlayer.removeBodyPart" is not a function." 

This happens directly after starting a new game.

Same error here! Can't use your plugin..... Shame!

Is there a way to get an older version? I don´t really care about that volleyball mini game.

Developer

I did not see that there were new comments until now as I wasn't notified by itch's notification system, so I apologize for this late reply. I have subscribed to this post so I will be notified from now on, but consider joining the discord and tagging me there instead for faster responses.


You need to update your nwjs versions if you are using the MV version of the plugin. The plugin uses es6+ syntaxing that isn't usable with the default nwjs version that MV comes with. You can check this link on how to do that.