Save-Point
Side-View Battles - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Side-View Battles (/thread-2731.html)



Side-View Battles - RPG Advocate - 03-03-2008

Side-View Battles
by RPG Advocate
saved from Phylomortis.Com


Introduction
This script is a simple script to implement side-view battles. Modification is required if you want the characters to walk up to the monsters and attack, for instance.

Originally, the first block of code in his script should replace Game_Actor#Screen_X. The second block should replace Game_Actor#Screen_Y. The last block should replace Window_BattleStatus#Update. Now, it has been retooled to be a simple plug-n-play script.

If you want to change the arrangement of the party members on the battle screen, play around with the return values of Game_Actor#Screen_X and Game_Actor#Screen_Y until you find something you like. Please note that the coordinates provided in this script are intended to be used with battler images the size of map sprites. If you keep the full-size battler sprites, this script will make your battles look really stupid.


Demo
>Click<


Script
Side-View Battles