Comments

Log in with itch.io to leave a comment.

Does this plugin work for MV as well? I was looking into using your Psudeo 3D plugin, and wanted to partner it with this one. Is that possible? Thanks.

(1 edit)

The Pseudo 3D plugin is designed to work with this one, or as a standalone plugin. However, this plugin isn't expected to behave properly of the box with MV.

An MV port of this plugin is already a planned release. Currently busy at the moment with client works, but I will be getting into it as soon as I have free time. 

Released the MV version of this plugin just now. You can get it here

Thanks for the response! I appreciate your time. I'll check it out now! 

(1 edit)

Am I able to change the FPS sprtie to show a different weapon that's equipped?

Like if the play has a sword equipped I can make it show that. And if they equip a dagger I can have it changed to a dagger sprite?

(1 edit)

I have added this feature in 1.1. Call the following script call to change the image:

 $gameActors.actor(actorId).setFpvBattlerName(battlerName);