- Joined
- Jul 16, 2016
- Messages
- 5
- Reaction score
- 1
- First Language
- Indonesia
- Primarily Uses
Hello, I've read on the FAQs section of Theo Allen's Sideview Battle System, and I noticed that it may work with Holder's Animated Battlers...

And in #TSBS - Config 1 on Line 32 & 33, there is a setting to set up the battler spritesheet.
Here, I set it up to have the script read 4 x 14 spritesheets, because Holder's Animated Battlers consists of 4 frames and 14 rows.
And while it does work, I believe the spritesheet has to be split up into 3, according to TSBS.
The question is, does anyone have found any way to split the spritesheet in order it to work with TSBS?
Or maybe I should refrain from using these two together?

And in #TSBS - Config 1 on Line 32 & 33, there is a setting to set up the battler spritesheet.
Here, I set it up to have the script read 4 x 14 spritesheets, because Holder's Animated Battlers consists of 4 frames and 14 rows.
Code:
# ===========================================================================
MaxRow = 14
MaxCol = 4
# ---------------------------------------------------------------------------
# Setting the ratio size of the sprite
# MaxRow for row to down
# MaxCol for side column /*note: like a frames */
#
# so if you input MaxRow = 4 and MaxCol = 3 then the ratio size of your
# spriteset must be 3 x 4
# ===========================================================================
And while it does work, I believe the spritesheet has to be split up into 3, according to TSBS.
The question is, does anyone have found any way to split the spritesheet in order it to work with TSBS?
Or maybe I should refrain from using these two together?
