DAVID1234'S PROFILE

Search

Filter

[RMVX ACE] how to add enemy special attack animation?

author=pianotm
You don't do anything with enemies in Galv's. Galv's sideview battle script doesn't handle enemies. It only adds player sprites and coordinates to the screen. That's all it does. Nothing but the heroes. Those are all that script cares about. To deal with the enemies, you change them in the regular VX Ace database as usual. I suggest you find sideview graphics for enemies, too. Some of the RTP, you can get away with moving it to the side and making it look sideview, but most, you can't.
what if I use victors engine? Will I be able to assign body animation to a character skills?

And btw how do I add skills to actor?
also how do i change the atk power of skills

[RMVX ACE] how to add enemy special attack animation?

author=pianotm
That should work the same as front view. If you're using Galv's you can't really do anything super fancy anyway. It'll still be using the front view system to display enemy battlers. It's up to you to position them for side view use. The skill being used has the animation assigned. Assign the relevant skill to the enemy. When the enemy uses the skill in battle, the animation assigned to the skill will play. If you want something that can do fancier animations, like fully animated enemies, you're going to have to switch to something like Victor Engine or Battle Symphony.
how do i assign animation to skill for the enemy in galv's script?

[RMVX ACE] how to add bigger sprites in side view battle system for the actor?

author=coelocanth
VX Ace doesn't have side view built in, so you'll need to specify which scripts you're using for side view.

Have you tried making a sprite sheet with the same layout but just bigger? That works for the map sprites.
im using galv scripts

[RMVX ACE] how to add enemy special attack animation?

author=pianotm
Well, to just add an attack animation, you need to give the enemy an attack ability that has that animation. If you can't find one of a shooting arrow, you'll have to make one. In the animation tab, you'll find that you have a bunch of animation sheets to choose from to make new animations. If you can't find specifically what you want, then you'll either need to make a new graphics for it yourself, or find an animation sheet that matches what you're looking for searching Google.
actually I meant the enemy using a special attack in side view battle system.I would like the enemy body to be animated while using a special attack. I have no idea how to do it

[RMVX ACE] how to add enemy special attack animation?

like for example if I want the enemy to shoot an arrow,he has to look like he is actually shooting an arrow. So how do I do this?

[RMVX ACE] how to add bigger sprites in side view battle system for the actor?

how to add bigger sprite for the character animation in sideview?

how do i add a trading card game plug in for rpg maker mv?

author=kory_toombs
The most complex trading card for RPG Maker I have seen is Triple Triad. Most are pretty simple and work on a rock, paper, scissor mechanic. You're not going to be able to have very complex rules or card mechanics.

This is the most complex https://m.youtube.com/watch?v=ZUUQXcB4_7s&t=118s

But the problem with it is the events and switches are not in english so it's really hard for me to make my own game using the events

how do i add a trading card game plug in for rpg maker mv?

author=pianotm
Well, if you have the plugin, drop it into your plugin folder. I'm on my laptop otherwise I'd tell you what it was. Just find the folder full of .js and .json files. You should have a folder for plugins in there for it. Then in the editor, go to the plugins option at the top. You'll have a dropdown menu with all of your available plugins in it. You can add it from there.

sorry i forgot to say i don't have a card battle system plugin. am looking for one in the style of yugioh , magic the gathering or duel masters

[RMVX ACE] need help finding a list of scripts coding and what they means

Is there any scripts coding lists for rpg maker vx ace and what they mean?if so where can I find it?

how do i add a trading card game plug in for rpg maker mv?