Can't wait for MV compatibility!
Viewing post in Player Text Input Plugin [RPG Maker MV +MZ] comments
Thanks! I'm having trouble making it work though. If I follow the example exactly, the placeholder text is only "Enter", and the message closes before I can type anything. If I reduce the placeholder text, same thing happens. Also, why does the example have 5 parameters? (what is "John"?).
If I remove the first parameter I get a blank window in which I can type and it doesn't close, but eventually I get the missing image error and I can't leave that window.
Waiting for fixes :)
Thanks for the feedback.
Working on fixing it right now.
It seems that manual configs are leading to that behavior in some cases.
However if you use the plugin command with no config it should work fine with the party leader image.
The "John " in the example is misleading and i forgot to remove it. It was ported from the origin plugin cause MZ has a speakerName displaying on top of the Text Window.
Will let you know once i upload the update
Regarding the params - yes, there are default params: Party Leader image and placeholder text.
It might make sense to remove them to create a default empty window as it seems to be the most prevalent use case of the community.
Regarding the issue you described with the window opening. I can't replicate it in my environment so i might need a little help to debug it. Are you on a Windows or Mac? Which version of MZ are you using and what is the version of your core script?
Thank you so much for supporting the project with your feedback
Please download the updated version of the plugin (1.1.2).
I changed the default params for no actor image and no placeholder text.
I also tried to fix the bug you report by changing the logic of the synching window displays that could be affected on windows but i have no way to test the plugin in a windows myself.
Would be awesome to knoe if this worked for you