Ok, here's my tutorial on making your character graphic change, when you change armor.
It works perfectly, the only catch is, you have to have the sprite for each and every armor.
Two Ways:
You can make it, so every combo of armor can change the sprite
Or just one piece or a two pieces
Either way, it's a few sprites to make it.
I'll post the sprites I made, I used the
Black Water Sprite Gen to make my sprites, just because it's easier to get more of the same kind and look.
Ok, here we go:
For one character graphic
- Go into common events and create a common event called: [character name] Sprite Switch
Please note! When doing a branch, pick the second tab to chose the armor that's equipped.
<>Conditional Branch: Hero [character name] [name of equip] equipped
<>Change Hero Graphic: [cname] [name of equip]
<>
: Else Handler:
<>
: End
Now, that's just for ONE ITEM OF ARMOR. And no combos.
Repeat that in the next slot for every item you want to switch graphics.
Now, if you wish to have combos, do this:
<>Conditional Branch: Hero [character name] [name of equip] equipped
<>Change Hero Graphic: [cname] [name of equip]
<> Now, here, add another branch for combos, and change the graphic to include the shield, or helmet, etc...and if you want more things, you'll have to keep repeating this process
: Else Handler:
<>
: End
Just for help:
Want to see it head on?
Download it!Ok, I admit, I'm not good at writing and explaining things.
But if you download it and looks at the image, I'm sure it'll come out!