Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,474
First Language
Portuguese
Primarily Uses
victor-engine-script-title.png
battle-status-window-name.png




This plugin allows you to customize the battle status window display. You can change the layout, position of the content, add faces and other images and more.

Download:
Victor Engine - Battle Status Window

Credits:
Author: Victor Sant

Terms of Use
 
Last edited:

PixelMister

RPG Maker Enthusiast and General Artist
Veteran
Joined
Dec 3, 2012
Messages
87
Reaction score
153
First Language
English
Primarily Uses
RMMV
Victor Engine is starting to bulk up on very good plugins!


I will definitely use this in my game, as I struggle with javascript.


Just a question, does this edit information windows, like when selecting skills or magic for example?


* Post edit


screenshot_1_by_pixelmister-d9y0zxd.png



I encountered this problem, using no other scripts apart from your Basic Module and Battle Status Window Plugins; the fontsize for the 


characters names are extremely small in comparison to the rest of the font.


Nothing else has been edited.
 
Last edited by a moderator:

MikePjr

Artist
Veteran
Joined
Nov 7, 2012
Messages
776
Reaction score
479
First Language
English
Primarily Uses
This SHOULD help for sure with my Phantasy Star fan game.


I'm slowly waiting for all my needed plugins before i can really get the project off the ground.


This is a BIG help though.
 

PixelMister

RPG Maker Enthusiast and General Artist
Veteran
Joined
Dec 3, 2012
Messages
87
Reaction score
153
First Language
English
Primarily Uses
RMMV
Just an update on my previous issue.


I found where the problem was, and it is because of this plugin. Within the parameters section (the editable bit in MV), there is an incorrect part in the Name Display Section.


The values for; Font Size and Font Colour are incorrect - they pull information from the HP Settings - they should be [this.standardFontSize()] and [this.normalColor()] respectively.
 
Last edited by a moderator:

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,474
First Language
Portuguese
Primarily Uses
Just a question, does this edit information windows, like when selecting skills or magic for example?

This plugin is exclusive for the battle status window, other windows such as skills and item will need their own plugins, that will be made in the future. Adding options for other windows would make this plugin too much complex (it already have about 80 plugin parameters, adding parameters for other windows would at last double this number)

I encountered this problem, using no other scripts apart from your Basic Module and Battle Status Window Plugins; the fontsize for the 


characters names are extremely small in comparison to the rest of the font.

Just edit the Name Fontsize on the plugin parameters if something is not of your liking, This plugin is supposed to be edited, the defaults are there just because it needs something to start with.

The values for; Font Size and Font Colour are incorrect - they pull information from the HP Settings - they should be [this.standardFontSize()] and [this.normalColor()] respectively.

Actually, the name uses the HP font color by default, and the name fontsize seems correct here:

Code:
 * @param Name Fontsize
 * @desc Name display font size.
 * Default: this.standardFontSize() (allows script code)
 * @default this.standardFontSize()
 
Last edited by a moderator:

PixelMister

RPG Maker Enthusiast and General Artist
Veteran
Joined
Dec 3, 2012
Messages
87
Reaction score
153
First Language
English
Primarily Uses
RMMV
This plugin is exclusive for the battle status window, other windows such as skills and item will need their own plugins. Addin't options for other windows would make this plugin too much complex (it already have about 80 plugin parameters, adding parameters for other windows would at last double this number)

Ahh, I see - will there be plugins for skills and items?

Just edit the Name Fontsize on the plugin parameters if something is not of your liking, This plugin is supposed to be edited, the defaults are there just because it needs something to start with.

I gathered that, but it wasn't anything to do with previous font settings.

Actually, the name uses the HP font color by default, and the name fontsize seems correct here:

Code:
 * @param Name Fontsize
 * @desc Name display font size.
 * Default: this.standardFontSize() (allows script code)
 * @default this.standardFontSize()

Well, it didn't work for me:


This is what the script parameters show when the text shows up small:


screenshot_3_by_pixelmister-d9y2mmh.png



Having the parameter - Name Fontface set as this.hpColor(actor) which it is when the plugin is installed with no modifications causes the text to be small.


It needs to be this.standardFontFace() for it to work correctly.
 

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,474
First Language
Portuguese
Primarily Uses
Having the parameter - Name Fontface set as this.hpColor(actor) which it is when the plugin is installed with no modifications causes the text to be small.


It needs to be this.standardFontFace() for it to work correctly.

Yeah you're right, now I noticed that the version uploaded is different from the one I have here, I thought I saved it before sending, but it seems not. I will fix that.
 
Last edited by a moderator:

PixelMister

RPG Maker Enthusiast and General Artist
Veteran
Joined
Dec 3, 2012
Messages
87
Reaction score
153
First Language
English
Primarily Uses
RMMV
Yeah you're right, the version uploaded is different from the one I have here, I thought I saved it before sending, but it seems not. I will fix that.

Glad I could help; just didn't want anyone else to get the same problem I did - as it's something I thought to check by a fluke.


Works brilliantly otherwise by the way; and is compatible with Yanfly's Battle System Plugins (CTB but not ATB) (the ATB bar keeps flashing on and off if you try it) But would it be hypothetically possible to add support for the ATB using the custom parameters section at the bottom of the Plugin settings?.


It also supports more then 4 characters on the battle screen too.


Thanks for the plugin!
 

kovak

Silverguard
Veteran
Joined
Apr 3, 2016
Messages
1,266
Reaction score
1,572
First Language
PT - EN
Primarily Uses
RMMV
I get this error when using your script:

rpg_managers.js:1722 RangeError: Maximum call stack size exceeded
    at Game_Actor.onBattleEnd (/D:/Projects/Games/Project%20TimeWarp/js/plugins/VE_BattleStatusWindow.js:1268)
    at Game_Actor.onBattleEnd (/D:/Projects/Games/Project%20TimeWarp/js/plugins/VE_BattleStatusWindow.js:1268)
    at Game_Actor.onBattleEnd (/D:/Projects/Games/Project%20TimeWarp/js/plugins/VE_BattleStatusWindow.js:1268)
    at Game_Actor.onBattleEnd (/D:/Projects/Games/Project%20TimeWarp/js/plugins/VE_BattleStatusWindow.js:1268)
    at Game_Actor.onBattleEnd (/D:/Projects/Games/Project%20TimeWarp/js/plugins/VE_BattleStatusWindow.js:1268)
    at Game_Actor.onBattleEnd (/D:/Projects/Games/Project%20TimeWarp/js/plugins/VE_BattleStatusWindow.js:1268)
    at Game_Actor.onBattleEnd (/D:/Projects/Games/Project%20TimeWarp/js/plugins/VE_BattleStatusWindow.js:1268)
    at Game_Actor.onBattleEnd (/D:/Projects/Games/Project%20TimeWarp/js/plugins/VE_BattleStatusWindow.js:1268)
    at Game_Actor.onBattleEnd (/D:/Projects/Games/Project%20TimeWarp/js/plugins/VE_BattleStatusWindow.js:1268)
    at Game_Actor.onBattleEnd (/D:/Projects/Games/Project%20TimeWarp/js/plugins/VE_BattleStatusWindow.js:1268)
 
 

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,474
First Language
Portuguese
Primarily Uses
@kovak


The plugin is working fine, another plugin is conflicting with it. And I suppose you've come from the post asking for support with YEP Battle Status, so don't use this plugin together with the battle status, both plugins do the same thing, so they will conflict.


If it's not the battle status, you will need to find exaclty wich plugin is conflicting with it.


Saying "Yanfly plugins" don't help, I need the exact plugin that is causing the issue.
 
Last edited by a moderator:

kovak

Silverguard
Veteran
Joined
Apr 3, 2016
Messages
1,266
Reaction score
1,572
First Language
PT - EN
Primarily Uses
RMMV
I'll look for it, but it has to be related with the battle screen, right?
 

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,474
First Language
Portuguese
Primarily Uses
I'll look for it, but it has to be related with the battle screen, right?

Anything that might mess with the battle or actors can cause this.
 

kovak

Silverguard
Veteran
Joined
Apr 3, 2016
Messages
1,266
Reaction score
1,572
First Language
PT - EN
Primarily Uses
RMMV
i've tested this plugin with the main VE plugin alone and the same error happened :/


The error stopped only when i've disabled the VE Battle Status Window, do i need anything else besides the main VE plugin?
 
Last edited by a moderator:

kovak

Silverguard
Veteran
Joined
Apr 3, 2016
Messages
1,266
Reaction score
1,572
First Language
PT - EN
Primarily Uses
RMMV

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,474
First Language
Portuguese
Primarily Uses
Updated the plugin


@kovak check if the update solve your issue.
 

kovak

Silverguard
Veteran
Joined
Apr 3, 2016
Messages
1,266
Reaction score
1,572
First Language
PT - EN
Primarily Uses
RMMV
@Victor Sant it worked and the window skin is now gone :v

wH9dypz.jpg
 

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,474
First Language
Portuguese
Primarily Uses
it worked and the window skin is now gone :v
Code:
 > Adde back opacity and frame opacity plugin parameters.

You should check the plugin parameters and update the new plugin parameters values (probably the plugin is not recoginizing the new parameters).
 

kovak

Silverguard
Veteran
Joined
Apr 3, 2016
Messages
1,266
Reaction score
1,572
First Language
PT - EN
Primarily Uses
RMMV
oh, i see, but everytime i try to update lines like these


"this.standardBackOpacity()"

idk if i have to place something between the () thing or to replace the entire line
 

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,474
First Language
Portuguese
Primarily Uses
you don't need to change it, just open the plugin on the plugin parameter and save to refresh the parameters.
 

Latest Threads

Latest Posts

Latest Profile Posts

TSR
A bit too busy for game dev this week, so I'll just throw an old screen shot today: a glimpse at my battle sys. It's custom ATB. Have a nice weekend!
Capture d’écran, le 2022-08-24 à 22.57.51.png
I finally beat Tears of the Kingdom! That was legit the best boss fight ever in the entire Zelda series. It has everything: skill, thrill, spectacle, chill,... EVERYTHING.
I have, once again, started something I'm not sure I can finish.
1685883019629.png
Already got a few downloads on my demo, I'm so happy! :kaoluv:
Here's a screenshot of my newest map. Take in consideration that I'm no mapper at all. :p

quicktrip-dungeon002.jpg

Forum statistics

Threads
131,629
Messages
1,221,714
Members
173,365
Latest member
nnjhieu111
Top