Wednesday, February 13, 2013

Posted by Dead Skull On 2/13/2013 05:04:00 PM


Visual Battlers Introduction
Last Updated: 2012.07.24
Download Link
Visual Battlers is a very simple script that shows actors in battle using their default character sets. The actions and movements are alike Final Fantasy 1, only move forward and backward when start and finish actions. The script can be used with or without Ace Battle Engine. This is a good base script to create graphical changes to your games. Remember to put this BELOW all Yanfly Scripts.




1
 
PARTY_DIRECTION  This option is to set the coordinates and what direction the 
                 actors are facing.
BASE_X           This sets the X coordinate of the battlers.
BASE_Y           This sets the Y coordinate of the battlers.
MOD_X            This sets the distance between the battlers in the X coordinate.
MOD_Y            This sets the distance between the battlers in the Y coordinate.
 

1

1
To change the direction of the battlers in-game.  Make sure to set this in the map before any battle occurs. You only need to set it once. Put the code below in a script call:

$game_system.party_direction = n

0 komentar: