Groladine

Warper
Member
Joined
Sep 22, 2023
Messages
4
Reaction score
0
First Language
French
Primarily Uses
RMXP
Hi !
I was wondering if it is possible to disable the fade out effect after messages (I would like the messages to close directly the same way they pop up when you talk to a char etc.). Mainly because when I set a custom windowskin and change it back after the message we can briefly see the base windowskin at the end and it's kinda ugly. But also to gain some time when reading lots of messages one after the other.

I am not a good scripter and I can't find a way in the scripts. Is there ?
Thanks for any answer and sorry if my english is not so good.
 

KK20

Just some XP Scripter
Regular
Joined
Oct 11, 2018
Messages
495
Reaction score
204
First Language
English
Primarily Uses
RMXP
In the script Window_Message, locate this near the bottom
Code:
    # If message which should be displayed is not shown, but window is visible
    if self.visible
      @fade_out = true
      self.opacity -= 48
      if self.opacity == 0
        self.visible = false
        @fade_out = false
        $game_temp.message_window_showing = false
      end
      return
    end
Change the self.opacity -= 48 line to this
Code:
self.opacity = 0
 

Groladine

Warper
Member
Joined
Sep 22, 2023
Messages
4
Reaction score
0
First Language
French
Primarily Uses
RMXP
Thanks a lot !!! Works like a charm ! :LZSexcite:
 

Latest Threads

Latest Profile Posts

Tfw I was too slow to post in the latest AI art thread :'(

I had a doozy lined up, too
Updated my game's development post with the first video of it in action!


'Milestone Get!' :p
Heh, heh. I've been experimenting with a naughty word detector Common Event and using scripts to check certain strings. I never thought I would see such language in computer code. I would post a screen shot, but it probably wouldn't be appropriate, even with a Spoiler. But it certainly makes me laugh and it works great.

Forum statistics

Threads
136,809
Messages
1,270,280
Members
180,567
Latest member
CaptainAwf
Top