Free Plug-ins to edit battle HUD?

Status
Not open for further replies.

WetRat

Veteran
Veteran
Joined
Mar 18, 2022
Messages
32
Reaction score
18
First Language
English
Primarily Uses
RMMZ
This is driving me insane because I can’t seem to find a free plug-in that lets me to edit the in-game battle HUD. I’m using SRD’s HUD Maker Ultra to customize my battle HUD, but the in-game HUD still exists. I saw someone say there’s a way to make that HUD invisible but I’ve never been able to find anyone explaining how to do that.

I want to keep the “fight” “item” and enemy selection part of the HUD but I want everything else to go away since I have the HUD customizer but I can’t find any plug-ins for MZ that’ll let me do that for free. I know SRD had a plug-in for MV that let you do this but it seems like he never made one for MZ
 

ATT_Turan

Forewarner of the Black Wind
Veteran
Joined
Jul 2, 2014
Messages
7,629
Reaction score
5,399
First Language
English
Primarily Uses
RMMV
Why do you have 3 threads going about the same topic of customizing your battle interface? It makes it much harder for you to get good help, because people might be saying things in one thread while other people are replying to you in another.

You already had responses in your first thread about customizing the Battle UI, it makes sense for you to ask followup questions there.
 

WetRat

Veteran
Veteran
Joined
Mar 18, 2022
Messages
32
Reaction score
18
First Language
English
Primarily Uses
RMMZ
Why do you have 3 threads going about the same topic of customizing your battle interface? It makes it much harder for you to get good help, because people might be saying things in one thread while other people are replying to you in another.

You already had responses in your first thread about customizing the Battle UI, it makes sense for you to ask followup questions there.
Because no one I ask is actually helping they are just saying “go look for them” I have been looking for them and I can’t find any. I can’t be the only person with MZ trying to edit my battle ui I don’t understand why this is so difficult I’m just frustrated. Any plug-ins I do find that seem like they’ll help me with what I want have zero tutorials or videos explaining how to use them so I don’t even know what to do with them
 

Kenen

Veteran
Veteran
Joined
Apr 3, 2012
Messages
431
Reaction score
459
First Language
English
Primarily Uses
RMMZ
Hiding the default battle status window (if that's all you want to do here) could be done as simply as:
JavaScript:
const _Window_BattleStatus_initalize = Window_BattleStatus.prototype.initialize;
Window_BattleStatus.prototype.initialize = function(rect) {
    _Window_BattleStatus_initalize.call(this, rect);
    this.alpha = 0;
}
Window_BattleStatus.prototype.drawItem = function(index) { };
And that wouldn't break anything, off the top of my head. I don't have time to double-check right now, but I think some of the default code just references the window's coordinates in other functions, so this should be fairly safe.
 

Shaz

Global Moderators
Global Mod
Joined
Mar 2, 2012
Messages
45,524
Reaction score
16,416
First Language
English
Primarily Uses
RMMV

@WetRat please do not make multiple posts for the same thing. Give people time to think/answer, and if you don't get an answer after 72 hours, you can bump your post.

Closing

 
Status
Not open for further replies.

Latest Threads

Latest Profile Posts

Learn how to do custom face parts with my latest tutorial!
Generatorpartsfromscratch.png
The Legion
T7T0hR2.gif
Made a title screen, and by ''made'' I ofc mean I slapped a simple title on some cool art I bought xD This side project might be fun.

sIMPLE.png
CDF.png

Trying for a Classical RPG with Pokemon Elements. Capture monsters like Zombies and Harpys and use them on your team.
ow28O4A.png

Astarte in her usual demeanor: mocking people.

Forum statistics

Threads
129,872
Messages
1,205,843
Members
171,049
Latest member
Azkaelika
Top