I hope this is the right place to ask for script advice/assistance.
Okay so, Earlier, I managed to eliminate message window bordering, and made the transparency in windows uniform by editing that Window.png file. I didn't like the result, so instead I chose to eliminate the transparency by adding "self.back_opacity = 255" to the Window_Base default script. So now the message/text windows are the way I like them.
However.
I also wanted to have name windows so I used yanfly's Ace Message System script to get them. Unfortunately, the name windows are the same color as the text windows. I want to change the color of the name window, but I don't know how. The script only has the following options for the name window:
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# - Name Window Settings -
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# The name window is a window that appears outside of the main message
# window box to display whatever text is placed inside of it like a name.
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
NAME_WINDOW_X_BUFFER = -20 # Buffer x position of the name window.
NAME_WINDOW_Y_BUFFER = 0 # Buffer y position of the name window.
NAME_WINDOW_PADDING = 0 # Padding added to the horizontal position.
NAME_WINDOW_OPACITY = 0 # Opacity of the name window.
NAME_WINDOW_COLOUR = 15 # Text colour used by default for names.
As a bypass, I tried to use a large picture to color the window with the \pic[x] command provided by the script, however, the picture is limited in size to the number of lines of text there are.
Is there a script somewhere that allows me to change the background color of specific windows? Is there a command as simple as "self.back_opacity = 255" that I can use to choose which windows have which colors? I'd really appreciate some help.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.