go light go light
Pages: [1]

Author Topic: Ask : Cut-In Screen In Battle  (Read 386 times)

0 Members and 1 Guest are viewing this topic.
AgielSora
**
Rep: +0/-0
Offline Offline
Level 47 (55%)
RMRK Junior
Ask : Cut-In Screen In Battle
« 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.
    My Current Project with Keira Entertainment
    Pacman Male
    *
    By Neptune's trident,
    Rep: +255/-883
    Offline Offline
    Level 73 (59%)
    You do not know how to tell a story!
    2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
    Re: Ask : Cut-In Screen In Battle
    « Reply #1 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.
    AgielSora
    **
    Rep: +0/-0
    Offline Offline
    Level 47 (55%)
    RMRK Junior
    Re: Ask : Cut-In Screen In Battle
    « Reply #2 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.
    My Current Project with Keira Entertainment
    Pacman Male
    *
    By Neptune's trident,
    Rep: +255/-883
    Offline Offline
    Level 73 (59%)
    You do not know how to tell a story!
    2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
    Re: Ask : Cut-In Screen In Battle
    « Reply #3 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.
    AgielSora
    **
    Rep: +0/-0
    Offline Offline
    Level 47 (55%)
    RMRK Junior
    Re: Ask : Cut-In Screen In Battle
    « Reply #4 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.
    My Current Project with Keira Entertainment
    Pacman Male
    *
    By Neptune's trident,
    Rep: +255/-883
    Offline Offline
    Level 73 (59%)
    You do not know how to tell a story!
    2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
    Re: Ask : Cut-In Screen In Battle
    « Reply #5 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.
    AgielSora
    **
    Rep: +0/-0
    Offline Offline
    Level 47 (55%)
    RMRK Junior
    Re: Ask : Cut-In Screen In Battle
    « Reply #6 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?
    « Last Edit: April 05, 2012, 06:55:19 AM by AgielSora »
    My Current Project with Keira Entertainment
    Acolyte Female
    *
    I am Mars' sole survivor
    Rep: +251/-31
    Offline Offline
    Level 75 (60%)
    There is a reason for that
    How can I help you? :Da^2 + b^2 = c^2Secret Santa 2012 ParticipantSilver - GIAW 10Silver - GIAW 9Bronze - GIAW HalloweenGold - Game In A Week VII
    Re: Ask : Cut-In Screen In Battle
    « Reply #7 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.
    AgielSora
    **
    Rep: +0/-0
    Offline Offline
    Level 47 (55%)
    RMRK Junior
    Re: Ask : Cut-In Screen In Battle
    « Reply #8 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.
    My Current Project with Keira Entertainment
    Nessiah Female
    *****
    Rep: +56/-14
    Offline Offline
    Level 82 (69%)
    I am the wood of my broom
    2010 Project of the YearProject of the Month winner for January 2010Project of the Month winner for January 2009Project of the Month winner for April 2010
    Re: Ask : Cut-In Screen In Battle
    « Reply #9 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)


    « Last Edit: April 16, 2012, 12:16:37 AM by Nessiah »

    Pages: [1]
     

    hi

    RMRK.net Theme Super Ultra Mega Beta

    Follow RMRK on Twitter Ask RMRK Questions on Formspring Get RMRK Updates via Windows Live

    Page created in 0.22 seconds with 24 queries.