Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

This looks like an excellent plugin, but I keep getting the error "Cannot read property 'createParameters' of undefined." This is in a new project with no other plugins, and I made no changes to the plugin's default settings.

EDIT: I didn't realize it required another plugin to work, lol! The plugin works great, but would it be possible to make it compatible with VisueMZ Element Status Core so that you can add the new parameters into the status menu? When I try to add them in to the settings that determine which parameters shown, it only enters a blank space.

Hi there!

Thanks for using it! Sorry about the error, I forgot to add a warning on the plugin telling the user that he needs my core plugins.

Could you please edit this page to include that? I wasted 2.5 hours trying to get this plugin to work before I saw this comment

(+1)

So sorry! I see that I didn't add the warning on the MV plugin version, only on MZ. 

Will do it for sure!

Awesome, thank you a ton!

(1 edit) (+1)

Hi! I'm also trying to achieve this... I created a new custom param (Magical Hit rate - shortname: mhit) with this plugin and I'm trying to create a bridge Custom parameter in the VisuStella CoreEngine, with the JS: user.cparamBase(0). And then, I plug this in the Status menu window with the VisuStella ElementStatusCore.

It doesn't crash... but it only shows 0 for my new custom parameter... What may I be doing wrong?

EDIT: I should be using user.cparamBase(0) to obtain the flat property! Now is working like a charm, showing in stats menu with VisuStella plugin!