- Joined
- Apr 29, 2012
- Messages
- 652
- Reaction score
- 364
- First Language
- Spanish
Special Transitions Version 1.00
Author: Orochii Zouveleki
Introduction
New kinds of transitions by using RGSS3 screen capture capabilities. Inspired on Fantasist's transition pack for RMXP. However this one was easier to do since RGSS3 has everything you need (?). So yeah!
Features
New kinds of transitions, besides the old fade patterns. Current version includes:

A.k.a. You should be learning some Ruby, hmm hmm? :trollface:
Screenshots


How to Use
Insert above Main as any other script. By default it includes an implementation for battle transition, set that one as you like by changing the values in the first section of the script.
Script
SpecialTransitions.rb
This script makes use of the following module I made. Just put it over Main the same as the other.
OZMath.rb
License
- CC0
Have a nice day!
Author: Orochii Zouveleki
Introduction
New kinds of transitions by using RGSS3 screen capture capabilities. Inspired on Fantasist's transition pack for RMXP. However this one was easier to do since RGSS3 has everything you need (?). So yeah!
Features
New kinds of transitions, besides the old fade patterns. Current version includes:
- Horizontal Bars
- Vertical Bars
- Zoom in
- Zoom out
A.k.a. You should be learning some Ruby, hmm hmm? :trollface:
Screenshots


How to Use
Insert above Main as any other script. By default it includes an implementation for battle transition, set that one as you like by changing the values in the first section of the script.
Script
SpecialTransitions.rb
This script makes use of the following module I made. Just put it over Main the same as the other.
OZMath.rb
License
- CC0
Have a nice day!
Last edited:

