ENEMY BATTLE ANIMATIONS IN RPG2K
Posts
Pages:
1
I thought I would make this thread to help spruce up RPG2k battles. As it is now most games that use the default battle system have enemies that simply announce they're attacking you and then proceed to shake the screen a little.
Well, here's what you should do instead: create a battle script in the enemy group section that formulates the damage, ie: make a formula that deducts damage from the target hero's defense or whatever you want, then have it display a battle animation of the enemy hitting you.
Now, download Cherry's BEVC patch here: bevc
This is the greatest patch ever for rpg2k. It will allow you to copy the battle script from the enemy group and paste it as a common event. The drawback is that you can't edit it once it's in common events but to work-around that you can copy it back to the enemy group and edit it there.
Now make a line of code in any common event that calls the script you just pasted there and copy that into the enemy group. Now your enemy will call the common event script and you have a semi-custom battle system.
yo check it:
I guess there's really no point in this topic except to show off Cherry's awesome patch, go download it at once!
Well, here's what you should do instead: create a battle script in the enemy group section that formulates the damage, ie: make a formula that deducts damage from the target hero's defense or whatever you want, then have it display a battle animation of the enemy hitting you.
Now, download Cherry's BEVC patch here: bevc
This is the greatest patch ever for rpg2k. It will allow you to copy the battle script from the enemy group and paste it as a common event. The drawback is that you can't edit it once it's in common events but to work-around that you can copy it back to the enemy group and edit it there.
Now make a line of code in any common event that calls the script you just pasted there and copy that into the enemy group. Now your enemy will call the common event script and you have a semi-custom battle system.
yo check it:
I guess there's really no point in this topic except to show off Cherry's awesome patch, go download it at once!
Pages:
1













