The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX Ace => Topic started by: AgielSora on April 05, 2012, 05:00:22 AM

Title: Ask : Cut-In Screen In Battle
Post by: AgielSora on April 05, 2012, 05:00:22 AM
Hello.. Here I just want to ask about cut-in battle scene. Is it require a script or just a common event?
Please could anyone help me with this matter.
I apologize if my English was so bad. And thank you for your attention.

NB : If I posted this topic on the wrong place, please move it.
Title: Re: Ask : Cut-In Screen In Battle
Post by: pacdiggity on April 05, 2012, 05:01:34 AM
What maker are you using?

Either way, this probably doesn't belong here. I'll move it.
Title: Re: Ask : Cut-In Screen In Battle
Post by: AgielSora on April 05, 2012, 05:52:11 AM
What maker are you using?

Either way, this probably doesn't belong here. I'll move it.
ups.. sorry about that. I'm using RMVX Ace. I'm still newbie so i'm not quite understand and I'm not good in scripting. Some people said that it use a common event to make cut-in.
Title: Re: Ask : Cut-In Screen In Battle
Post by: pacdiggity on April 05, 2012, 06:03:43 AM
In the troops tab of the database, you'll see the section called Battle Event. In Condition, you can choose when the event plays, and you can plan it out like a normal event underneath that. Read the tooltips to get a better grasp of what things do. The Span decides when the event will run; if it is set to Battle it will only happen once in the battle, if it is set to Turn it will only happen once per turn, if it is set to Moment it will repeat until the conditions are no longer met.
Title: Re: Ask : Cut-In Screen In Battle
Post by: AgielSora on April 05, 2012, 06:12:09 AM
In the troops tab of the database, you'll see the section called Battle Event. In Condition, you can choose when the event plays, and you can plan it out like a normal event underneath that. Read the tooltips to get a better grasp of what things do. The Span decides when the event will run; if it is set to Battle it will only happen once in the battle, if it is set to Turn it will only happen once per turn, if it is set to Moment it will repeat until the conditions are no longer met.

thanks for your explanation. I'm quite understand that.

But, it is also applied for skill cut-in scene? for example, if the actor using a special skill then the cut-in scene will appear.
Title: Re: Ask : Cut-In Screen In Battle
Post by: pacdiggity on April 05, 2012, 06:17:04 AM
Ah, for that you would go into the skills tab, go to the effects menu and make a new one. Go to Other and select Common Event. Choose the common event you want to run then. You would make the event as usual in the common events tab.
Title: Re: Ask : Cut-In Screen In Battle
Post by: AgielSora on April 05, 2012, 06:28:45 AM
I See. I get it now. Thanks a lot for your simple explanation Pac!  ;) ;)

Edit: Sorry if I'm bothering you again. I've already make a common event for displaying my cut in picture. But my picture won't disappear until the battle over. Even if I put clear picture on the event. Should I setting its trigger? or what?
Title: Re: Ask : Cut-In Screen In Battle
Post by: Acolyte on April 05, 2012, 07:08:23 AM
Use the "erase picture" command in your common event, after you set a wait time to how long you want the picture to show.
Title: Re: Ask : Cut-In Screen In Battle
Post by: AgielSora on April 05, 2012, 07:13:28 AM
Use the "erase picture" command in your common event, after you set a wait time to how long you want the picture to show.

Yup I've already do that. I put 60 frames for waiting time. And after that I put clear picture. But It seems it still appear until skill end.
Title: Re: Ask : Cut-In Screen In Battle
Post by: Nessiah on April 16, 2012, 12:14:28 AM
An alternative that you can do is this (this is what I usually do).
Make 2 copies of the same skill

The first skill should have the mp/tp/whatever cost and calls a common event called cut in. Don't put any damage formula in it or effects in it. Use this http://yanflychannel.wordpress.com/rmvxa/utility-scripts/anti-fail-message/ so you can leave the messages blank and it won't say fail or whatever.

After that, inside the Cut-In Common event, do something like this. (just replace the script call with show picture, erase picture, whatsover)

(http://i.imgur.com/7mmXu.png)
(http://i.imgur.com/YKTt1.png)