An alternative menu screen that uses “busts” as the main form of Actor selection. Also contains an HP Bar window and Side-View Battler window.
Look at the code or download the Plugin:
An alternative menu screen that uses “busts” as the main form of Actor selection. Also contains an HP Bar window and Side-View Battler window.
Look at the code or download the Plugin:
Is there any way to change an actor Bust with an event or with a class? I wanted to make changeable outfits that change both the map sprite and the menu bust.
Just reporting back that with my limited knowledge of java and a bit a searching in the plugin I found a way to do it with a script call:
$dataActors[ID].ams_bs_bust = “filename”
where ID is of course the Actor’s ID and filename is the new bust, the problem with this is that the change is only temporary: everytime you reload the game the plugin checks the bust from the notetags again, so it’s necessary to set a common event that changes it every time you load the game.
I’ve just tried the script call and it gives me a weird “unexpected Token ILLEGAL” error. Do you know what that means? Thank you for providing the script call by the way, I really need this for my game.
The code gives an error when it is misspelled.
Use this:
$dataActors[x].ams_bs_bust = “filename”;
X = ID Actor
filename = filename not .png
I am very new to rpg maker and I want to know how I can do a common event to solve the problem. I have no idea and when I tried to investigate it only confused me more. :,3
So I use this plugin but I have an issue, whenever I select “skill” or “status” to change to the next character the character bust doesn’t show up until I select back to the previous one and then back to the next one again, is there any way to stop this? tried on a clean project and this still happens so I believe this is caused by the software’s version.
I’m trying this plug-in but when I try to put my own images, it says ‘failed to load image’ and I’m not sure why.
It works, but when i scroll through my party the busts aren’t there until i scroll back toward them.
Im obliged for your blog. Much many thanks. Keep beginner as guide to.
Great plugin as always
Is there a way to change the width of the gold window?
I looked in the file, but my coding isn’t good enough at all to even know where to begin…