(XP) Removing fade in from facesets with Dubealex's Advanced Message System?

Doinathing

That Guy
Veteran
Joined
Sep 4, 2020
Messages
89
Reaction score
54
First Language
English
Primarily Uses
RMXP
I would like to try and remove the fade in from facesets with Dubealex's Advanced Message System. I don't like it, and I think it look weird. Any help is appreciated!
 
Last edited:

KK20

Just some XP Scripter
Veteran
Joined
Oct 11, 2018
Messages
281
Reaction score
106
First Language
English
Primarily Uses
RMXP
I'm not familiar with that script. I only know of the edits he made to Wachunga's MMW, and I see no reference to face sets there, nor in any of the other scripts within his collection.
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
You should post a link to the script so people can see what you're talking about. Post a link, copy/paste the whole script.
 

slimmmeiske2

Little Red Riding Hood
Global Mod
Joined
Sep 6, 2012
Messages
7,842
Reaction score
5,225
First Language
Dutch
Primarily Uses
RMXP

I've moved this thread to Script Support. Please be sure to post your threads in the correct forum next time. Thank you.

 

Doinathing

That Guy
Veteran
Joined
Sep 4, 2020
Messages
89
Reaction score
54
First Language
English
Primarily Uses
RMXP
Ah! I Remember now, it was Dubealex's! heretic made alot of scripts, so I thought it was his, sorry!
 

Doinathing

That Guy
Veteran
Joined
Sep 4, 2020
Messages
89
Reaction score
54
First Language
English
Primarily Uses
RMXP
I'm not familiar with that script. I only know of the edits he made to Wachunga's MMW, and I see no reference to face sets there, nor in any of the other scripts within his collection.
It wasn't Heretic, it was Dubealex.
 

TeiRaven

Veteran
Veteran
Joined
Apr 22, 2013
Messages
57
Reaction score
61
First Language
English
Primarily Uses
RMXP

Here's the script for reference, but I'm not sure exactly what you mean by the fade in. I don't notice any fade-in when I'm using it.

EDIT: I am not at all sure why the link description says it adds a rock, paper, scissors minigame. It does a lot of things, but it sure does not do that.
 

Doinathing

That Guy
Veteran
Joined
Sep 4, 2020
Messages
89
Reaction score
54
First Language
English
Primarily Uses
RMXP

Here's the script for reference, but I'm not sure exactly what you mean by the fade in. I don't notice any fade-in when I'm using it.

EDIT: I am not at all sure why the link description says it adds a rock, paper, scissors minigame. It does a lot of things, but it sure does not do that.
Uh, gimmie a sec. Does the forum support video files?
 

Doinathing

That Guy
Veteran
Joined
Sep 4, 2020
Messages
89
Reaction score
54
First Language
English
Primarily Uses
RMXP
Ok, @TeiRaven, Here's the video. Looks like you get a very miniscule preview of my game!
 

TeiRaven

Veteran
Veteran
Joined
Apr 22, 2013
Messages
57
Reaction score
61
First Language
English
Primarily Uses
RMXP
Ahh, that IS a subtle fade. I see it in mine too, now that you mention it. I don't have any wisdom on how to change it, but I see what you're talking about.
 

Doinathing

That Guy
Veteran
Joined
Sep 4, 2020
Messages
89
Reaction score
54
First Language
English
Primarily Uses
RMXP
Ahh, that IS a subtle fade. I see it in mine too, now that you mention it. I don't have any wisdom on how to change it, but I see what you're talking about.
I see. Well, I'll search trough the script, just incase.
 

KK20

Just some XP Scripter
Veteran
Joined
Oct 11, 2018
Messages
281
Reaction score
106
First Language
English
Primarily Uses
RMXP
The fading in and out is a common behavior of the Window_Message class. This is not solely attributed to Dubealex's script.
Code:
  def update
    super
    # If fade in
    if @fade_in
      self.contents_opacity += 24
      if @input_number_window != nil
        @input_number_window.contents_opacity += 24
      end
      if self.contents_opacity == 255
        @fade_in = false
      end
      return
    end
Since it appears the script just rewrites Window_Message#update, you can make the changes directly to Dubealex's script. If you want the contents_opacity to be 255 all the time, you just have to comment out the line
Code:
self.contents_opacity = 0
 

Doinathing

That Guy
Veteran
Joined
Sep 4, 2020
Messages
89
Reaction score
54
First Language
English
Primarily Uses
RMXP
NVM I think i figured it out.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,090
Members
137,587
Latest member
Usagiis
Top