I'd like to only have HP, MP, STR, AGI, DEF as my game has no magic in it I'd like to get rid of the M.DEF and MAT attributes from Status menu and Equip menu. I don't want to systematically remove them just visually, I've tried a work around by editing the Window_Status section but it just doesn't want to seem to work. Any help would be appreciated.
Removing Certain Attributes from Status menu
● ARCHIVED · READ-ONLY
-
-
you'll need a plugin (editong the core files directly is a bad idea as that will prevent you from ever updating the core again), and that plugin needs to overwrite and rewrite the code for the scenes you want changed.
[move]Plugin Request[/move] -
I just want to note that the "hide a line (or certain stats) from the Status Menu" request has probably been made around 50 times since January. It would be well worth adding this question to an FAQ somewhere on the site (or pinning a thread explaining how it would be done in each Maker), and would definitely warrant a non-scripting solution to be added to the next version of RPG Maker.
-
@LadyBaskerville did a plugin to hide paramters, I think. But I cannot find it. :kaoback:
-
You can try my status menu plugin:
https://forums.rpgmakerweb.com/index.php?threads/icf-soft-status-menu.72882/
I hope this will be usefull. -
That works, but I need it to be for the equip menu too. Thanks for the help.You can try my status menu plugin:
https://forums.rpgmakerweb.com/index.php?threads/icf-soft-status-menu.72882/
I hope this will be usefull. -
Well if you're using Yanfly for all your menus try DreamX Show Parameters plugin. However, if you're not try SRD's Equipment Upgrade.
-
I accidentally double post, please delete this.
-
Sweet this is perfect! Thank you!Well if you're using Yanfly for all your menus try DreamX Show Parameters plugin. However, if you're not try SRD's Equipment Upgrade.
You can close this now, this has fixed my problems. Thank you