hi! I'm working on my own rpgmaker game but i can't find any good resources on UI editing or anything like that. I love how duck soup's looks and i was just wondering if you'd be able to share any info or resources on knowing how to edit that stuff. if not though that's totally ok i'm just curious :)
hello !! good luck with your game, and sure !! rpgmakers ui is a bit tricky if you're not familiar with the engine as it doesn't exactly make it intuitive
basically, to get the ui in DUCK SOUP, i did 3 things:
use a plugin to get the portrait busts
use a plugin to get the text
recolor an image within rpgmaker to get the ui outline and style
the portrait busts can be implemented with a plugin outlined here: https://youtu.be/mZARyO-yaz4 !! basically, its just a plugin that allows you to replace the little portrait squares in rpgmaker with busts that can show anywhere you want on screen. It's very flexible and i highly recommend it!
for the custom font, i used the ve_sfont plugin as i used an image file in order to get the font i wanted. this is completely optional as you can just replace the text file within rpgmaker instead, which is far easier, but i was addicted to that old rpgmaker font look so... here ya go ! https://victorenginescripts.wordpress.com/rpg-maker-mv/sfont/
and finally, rpgmaker's ui can be edited by editing the ui file itself! a tutorial can be found here: https://youtu.be/hjo9UOEIWh4 but basically:
rpgmaker has a little file within your game files that looks something like this:
from this itty bitty image, it determines how it'll create the menu ui! you can edit this image to give the ui a different look :>
and that is my knowledge... hope it helps!