- Joined
- Sep 21, 2016
- Messages
- 36
- Reaction score
- 3
- First Language
- English
- Primarily Uses
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:
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.
Yanfly's Ace Message System: https://yanflychannel.wordpress.com/rmvxa/core-scripts/ace-message-system/
http://pastebin.com/5iBEcjsb
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.
# - 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.
Yanfly's Ace Message System: https://yanflychannel.wordpress.com/rmvxa/core-scripts/ace-message-system/
http://pastebin.com/5iBEcjsb
Last edited by a moderator:


