Holders Animated Battlers MV

● ARCHIVED · READ-ONLY
Started by Holder 5 posts View original ↗
  1. I've been searching around trying to update my scripts list for animatedbattlers.wordpress and I've not seen any scripts for MV to let people use my battlers with that engine.
    Is there a script out there that I've been overlooking?

    I know there's once again in RM a built in side-view battle system, however I have the layout format with a few different poses and structure the image itself differently.
    Been away for many years so any help getting back up to speed would be appreciated.
    Just as a side note I don't own or use MV, I create resources that can be used with any RPG Maker engine. :)
    Thanks
  2. Fantastic thanks Archeia, is there any configuration with that or is it ready to go?
  3. Holder said:
    Fantastic thanks Archeia, is there any configuration with that or is it ready to go?

    You just need to set notetags but it supports the "Holder Format" on get-go :)

    EDIT:
    I had to dig through my old files to get the configuration lmao.
    Here's a sample config of this sheet:
    Spoiler
    Holders1.png

    Spoiler
    Code:
    <Sideview Battler: Holders1>
    
    <Sideview Battler Frames: 4>
    
    <Sideview Battler Speed: 12>
    
    
    
    <Sideview Battler Size: 96, 96>
    
    
    
    <Sideview Battler Motion>
    
    Name: Walk
    
    Index: 0
    
    Loop
    
    </Sideview Battler Motion>
    
    
    
    <Sideview Battler Motion>
    
    Name: guard
    
    Index: 1
    
    Loop
    
    </Sideview Battler Motion>
    
    
    
    <Sideview Battler Motion>
    
    Name: wait
    
    Index: 0
    
    Loop
    
    </Sideview Battler Motion>
    
    
    
    <Sideview Battler Motion>
    
    Name: damage
    
    Index: 3
    
    </Sideview Battler Motion>
    
    
    
    <Sideview Battler Motion>
    
    Name: swing
    
    Index: 4
    
    </Sideview Battler Motion>
    
    
    
    <Sideview Battler Motion>
    
    Name: thrust
    
    Index: 4
    
    </Sideview Battler Motion>
    
    
    
    <Sideview Battler Motion>
    
    Name: skill
    
    Index: 6
    
    </Sideview Battler Motion>
    
    
    
    <Sideview Battler Motion>
    
    Name: spell
    
    Index: 7
    
    </Sideview Battler Motion>
    
    
    
    <Sideview Battler Motion>
    
    Name: item
    
    Index: 5
    
    </Sideview Battler Motion>
    
    
    
    <Sideview Battler Motion>
    
    Name: dead
    
    Index: 12
    
    </Sideview Battler Motion>
  4. That'll really help people like me that aren't sure about this sort of thing. I'll link to this topic next to the script link.