Formations - 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) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: Formations (/thread-2679.html) |
Formations - Claihm - 03-04-2008 Side View Battle [Formations]
by Claihm Originally posted at http://www.k3.dion.ne.jp/~claimh/rgss/index.html Introduction Part of Claihm's Side View Battle System, this script allows you to position the actor battlers anywhere on the battlescreen. Demo The Demo Script Formations(English Translation) Formations(Japanese Version) Instructions Place this below Scene_Debug or below your battlesystem (if compatible) but above Main. Within the Battle_Formation module is the FORM array. In this array, you can specify a number of different formations for your battlers... whether they are set in a straight line, have a zig-zag layout, or fight in a T-formation. The sample scripts shows 5 different layouts (from 0 to 4) and you can choose any of these with the $game_system.battle_formation value from a script or map event script call. Compatibility It may work with most 'default-based' battlesystems, but I cannot guarantee its compliance with SDK systems. Credits and Thanks Obvious thanks to Claihm for making this system, and to whoever made babelfish which I used for the basic translations. Claihm's Terms and Conditions http://www.k3.dion.ne.jp/~claimh/rgss/index.html (Apparent Broken Link) Terms and Conditions (Limited Rights) |