Tsukihime 1,489 Posted November 3, 2014 By default, the game only allows you to move in the four orthogonal directions: up, left, down, right. This script provides support for eight-directional movement in your game, adding support for diagonal movement. To move diagonally, hold down two direction keys simultaneously. This script also adds support for eight-directional character sprites, allowing you to face the appropriate direction when you are moving diagonally. Followers can use 8-dir sprites Events can use 8-dir sprites. And of course, you can trigger events diagonally. If you have 8-directional vehicles, they are also supported. You do not need diagonal sprites to use this script. Get it at HimeWorks! Share this post Link to post Share on other sites
mananas 10 Posted November 3, 2014 Good work! It's very useful and user friendly. I only have 1 question tho... The diagonal sprites work only with the 384x256 format? Keep it up! Share this post Link to post Share on other sites
Tsukihime 1,489 Posted November 3, 2014 (edited) So far, yes, as it assumes your sprites are 32x32. It is a clean way to support 32x32 sprites. Edited November 3, 2014 by Tsukihime Share this post Link to post Share on other sites
mananas 10 Posted November 4, 2014 I see I see. It's a good work nonetheless. Looking forward a version that supports other sizes. Cheers Share this post Link to post Share on other sites