Comments

Log in with itch.io to leave a comment.

(1 edit)

Is it just me or does this plugin(MZ) not work even on your Sample project? I go to the Choice Pictures map in your Hakuen Studio Plugins project and none of the pictures come up. 

(+1)

Hi there!

I guess is just you. I tested here and it is working just fine on the sample project. Make sure you go into the plugin manager and enable the plugin there, because it is disabled by default.

YEP you're right I had to enable it, thanks!

Now to just troubleshoot why it's not working in my own project. Time to start copying pasting commands to see if its just my configuration

(+1)

Ah yes I needed to turn the switch on. It works~ 

Nice!

Have fun :)

Hey again! I was wondering if it's possible to dynamically show different pictures with this plugin based on a variable value, rather than a specific picture file in the Plugin Command. I'm trying to change which image shows based on whether different switches are on for each of the 4 choices.

Here's what the event looks like that I'm currently working in, before the choices appear:


And so in the Plugin Command, I have it set to this:

And then in my game, I'm receiving this console error when it tries to run that event:


My guess is that it's trying to read the "$gameVariables.value(93)" value as a literal string rather than what that value is equal to (in this case, "ZandraSelect1" or "ZandraSelect1_KO").

Do you know if there's anything I can do to achieve this, or if it's possible to read a variable value as a picture file in this plugin?

(+1)

Hi! ^^

I updated the plugin(2.1.0) and added this feature! Thanks for letting me know.
You just have to put EVAL-your formula here on the text field:

Example: EVAL-$gameVariables.value(id)

Please, download the new one and let me know if it is working :)

(+1)

This is awesome, thank you so much for making that update so quickly! It works perfectly now :D

Nice! :)

This looks like a really cool plugin! Do you have an example project of it working that you could provide? I imported the plugin into MZ and haven't had any luck; right now it gives me an error message of an "undefined x". I think if I saw it working in a project, it might be helpful for me to see what I could be doing wrong. Thanks!

(+1)

Hi there!

There is a sample project, but it is reserved only for my Patreons.

But I believe your error is because you don't have the same number of pictures for choices. If you have a choice with 4 options, you must have at least 4 pictures set up in the plugin command. But let's try to solve this. Can you send me a screenshot of your event and also a screenshot of the console tab(when the error triggers, press F8 or F12 and take a print of the console tab)?

An example of how to setup:



Thank you for your quick response and offer to help! After looking at the console errors some more and doing some testing additional testing just now, it looks like this plugin is actually conflicting with the VisuStella CoreEngine plugin. When I disabled that, it seemed to work properly, so I'm not sure what the conflict is exactly, but might be worth noting!

Here are the screenshots you requested though, in case it's something you'd like to look into for any updates:

(+1)

Hi!

I'm glad it works. Try switch positions in the plugin manager, like put my plugin below or above visustella. If this not work, there is nothing that I can do on my side to track the conflict, since the Visustella code is obfuscated, there is no way for me to take a look at it and see what caused the conflict. However, you can try to ask them for compatibility.

(+1)

Thank you! I just wanted to give you an update on this - after some more troubleshooting, I was able to get this plugin to work with VisuStella! I just had to download their most updated plugin version, and it seems that there's already something patched in that makes the two compatible now.

I appreciate your help with this :)

Oh very nice!

Thanks for letting me know! ^^