Main Menu
  • Welcome to The RPG Maker Resource Kit.

Change Fade Time

Started by pacdiggity, February 08, 2012, 11:57:18 AM

0 Members and 1 Guest are viewing this topic.

pacdiggity

Change Fade Time
Version: 1.0a
Author: Pacman
Date: February 23rd, 2012

Version History




  • <Version 1.0a> 2012.02.23 - Updated for increased efficiency
  • <Version 1.0> 2012.01.31 - Original Release

Planned Future Versions


  • Nothing yet. Suggest something!

Description



This script will alter the number of frames it takes to fade the screen in and out (with the default commands). This is done with a simple script call. You can also set an individual fadein or fadeout to have a different number of frames.

Features


  • Those things I said in the description.

Screenshots

N/A. There isn't an observable graphical change.

Instructions

Paste above Main, follow instructions in script header.

Script



Get it at Pastebin.

Credit




  • Pacman

Thanks


  • Countdown, for the request
  • TDS for pointing me in the right direction for this (unintentionally, naturally)

Support



Post here or PM me.

Known Compatibility Issues

I overwrote two methods in Game_Interpreter. This shouldn't effect any other scripts, unless they also rewrite those specific methods.

Demo



Eh. Nah.

Author's Notes



VISIT MY BLOG PLZ.
No, seriously. Do it.

Restrictions

Credit required in all usage of the script. Free for use in non-commercial projects For commercial projects, contact me.
it's like a metaphor or something i don't know

pacdiggity

Updated for increased efficiency.
it's like a metaphor or something i don't know

Mushu

Very very nice, does fadein/fadeout(n) set it to that value or just use it at that value so there isn't a reset involved?

pacdiggity

It just uses the value. It's there for specific calls where you want to keep the old value.
it's like a metaphor or something i don't know

Twilight27

Since you said suggest something (lol), how about a fade in effect from the exterior to the interior. Like an enclosing circle or the top and bottom gradually getting darker until they meet at the centre.

Or have both of those fading methods, but the ability to stop the fade at a point (Like when the spotlight is on the character or to focus on something)
Cookie :3

Mushu

Quote from: Twilight27 on April 29, 2012, 08:59:20 PM
Since you said suggest something (lol), how about a fade in effect from the exterior to the interior. Like an enclosing circle or the top and bottom gradually getting darker until they meet at the centre.

Or have both of those fading methods, but the ability to stop the fade at a point (Like when the spotlight is on the character or to focus on something)
..or have the same effect as the battle fade where you can change out the picture so it fades differently based on that. It would be much simpler that way.