DoubleX RMVXA Enhanced YSA Battle System: Classical ATB Tutorial

 DoubleX        2,165    0

As the main theme of ECATB is to give you as much control and freedom as possible while still keeping it as user-friendly as possible, while the reality is that you can easily get lost in its gigantic user configurations, this tutorial is made. Although fully utilizing ECATB needs decent scripting proficiency, it still tries to target as many of you as possible, so this tutorial is divided into various levels targeting users with various scripting proficiencies. If you think you belong to level x, you're advised to read from Level 1 to Level x, although you might learn something extra if you read Level x + y as well. Bear in mind that you can always freely ask me for help, so it's ok if you still can't figure out things yourselves even after reading this tutorial. I'll try to give you a working answers for your needs, and I'll even try to explain how things work if you want. Read More

DoubleX RMVXA Variable Pointers Tutorial

 DoubleX        1,511    0

This topic aims to aid users understand how to fully utilize this script. It assumes you've basic pointer, script call and game variable knowledge, and little scripting proficiency, but you still might gain something if you don't meet the above assumptions. Read More

Basic knowledge to the default RMVXA battle flow implementations

 DoubleX        1,890    0

This topic aims to share my understandings to the default RMVXA battle flow implementations, and I'll only share basic stuffs here. However, you're still assumed to have at least iittle scripting proficiency(having written at least few basic Ruby codes) and basic knowledge to the default RMVXA battle flow on the user level(At least you need to know what's going on on the surface when playing it as a player). Read More

Create Your Own Music-resuming Pause Screen

 xTsukihime        2,306    0

Does your pause screen pause the music playing in the background? After watching this short video you will learn how create a pause screen using events to stop the BGM when you pause your game and then resume the music from where it left off afterwards. Read More

Create your own Pause Screen

 xTsukihime        1,766    0

Not sure how to create a pause screen? Watch this video to get started on eventing your own pause screen from scratch! All you need is a picture for your pause screen. Read More

Camera Control Techniques for your Game

 xTsukihime        7,827    1

Sometimes, you may want to focus the camera on a different object, or an arbitrary position on the map. For cut-scenes where the player is not involved, for example, you would typically have to set the player's graphic to transparent and then move the player to the cut-scene's location.  After the cut-scene is over, you would then move the player back to where they were. Read More