Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> Help with RPG XP (General Question about Battles), I need some help with battles in RPG Maker XP.
animalxing
post Dec 22 2011, 01:48 AM
Post #1


Level 1
Group Icon

Group: Member
Posts: 11
Type: Developer
RM Skill: Beginner




Hello! This is my first topic/post. I doubt I'm doing this forum-thing right, but anything to get some insight to my problem. Well, its not really a problem, more of a question. Or is it a request? *new to this*

My problem/question is this; I want to do something called a Cut-In. It looks like this *from the script screen-shots in the next link*: Picture

Basically, its a thing when for example I use a special skill, *or any skill* A "Cut-In" picture appears BEFORE the skill executes *EX: the battle animation begins and damage is dealt to an enemy.* I've seen it in a battle system once, and thought it was really cool.

So, I tried finding out how it was done, searching on google and all, I never knew what it was called until I FINALLY found the name. After searching for it I found this script: Cut In Skill Animation Unfortunately it was for VX and not XP. mellow.gif

So I looked at it and couldn't make heads or tail of what it did... I searched on google more and found nothing else. I gave up on trying to find a script and went to manual attempts. Ex: Stupidly played around with common events, conditional branches and pictures. *not very great with RPG Maker* sweat.gif

In the end, I did manage to sort of make it work, using the default move "Cross Cut" to test with, I made it use a common event, which I labeled "Battle" and this is what the common event looked like:

It sort of worked, aside from the picture not being properly in place, but I can just use trial and error for that. My main problem is that the skill *As in animation and damage caused* would play BEFORE the common event, meaning that though the event did activate, it happened AFTER the skill was performed... pinch.gif

*coughs* I'm sure everything I've done probably wasn't necessary, but I suck at RPG Maker and have pretty much, NO knowledge of scripting... But if someone could please help me! Be it making a script that would work with XP, or just a helpful explanation of how to I-don't-know, pause the skill or something. It would be REALLY, REALLY appreciated!!!

PS: If you think this should be.. Moved?? *I think that's the word.* somewhere else *heaven knows how I do that* please tell me, anything to get this noticed and hopefully solved/helped! happy.gif
Go to the top of the page
 
+Quote Post
   
SleepingSirenx
post Dec 22 2011, 02:41 AM
Post #2


The SMT Maniac
Group Icon

Group: Revolutionary
Posts: 125
Type: Developer
RM Skill: Undisclosed




Atoa's Tankentai support this kind of "Cut-in" effects. I think you should try that battle system.

In terms of events. I think you should have specified if it's autorun or a parallel process, and what switch will be used for it to switched ON.


__________________________

My First Game .... Yeah .... ~♥
I'm In Need Of A Team To Help Me WIth The Development Of My Game PM Me. :)
- DEMO's On Progress!

I Support This Projects!



Please Teach Me How To Script. :(
I'm Learning How To Script. But Still Teach Me How To Script :)
Damn THERMODYNAMICS! Makes My Head Spin!
Go to the top of the page
 
+Quote Post
   
animalxing
post Dec 22 2011, 08:17 PM
Post #3


Level 1
Group Icon

Group: Member
Posts: 11
Type: Developer
RM Skill: Beginner




QUOTE (SleepingSirenx @ Dec 22 2011, 02:41 AM) *
Atoa's Tankentai support this kind of "Cut-in" effects. I think you should try that battle system.

In terms of events. I think you should have specified if it's autorun or a parallel process, and what switch will be used for it to switched ON.


I see, I'll try the switches again. And I do understand that I should try using the battle system, but I was hoping I could find another way, as I don't really like using it... I usually use the RTAB battle system... Or the ATB *i think it was called* battle system. Thats why I'm looking for a general way to make the Cut-In's work...

Thank you for the idea though, I'll try working more with the autorun and parallel process!
Go to the top of the page
 
+Quote Post
   
SleepingSirenx
post Dec 22 2011, 11:32 PM
Post #4


The SMT Maniac
Group Icon

Group: Revolutionary
Posts: 125
Type: Developer
RM Skill: Undisclosed




I see. Well, every battle has it's own weaknesses so I respect your decision of using RTAB. smile.gif

Common Events is usually active throughout the game, so after the batlles, I suggest you turn it off to prevent lagging. ( and yes lagging is one of the true enemy of RMXP )

Well, goodluck and post again if you have any problems.

Cheers ~SSx


__________________________

My First Game .... Yeah .... ~♥
I'm In Need Of A Team To Help Me WIth The Development Of My Game PM Me. :)
- DEMO's On Progress!

I Support This Projects!



Please Teach Me How To Script. :(
I'm Learning How To Script. But Still Teach Me How To Script :)
Damn THERMODYNAMICS! Makes My Head Spin!
Go to the top of the page
 
+Quote Post
   
animalxing
post Dec 23 2011, 09:27 PM
Post #5


Level 1
Group Icon

Group: Member
Posts: 11
Type: Developer
RM Skill: Beginner




QUOTE (SleepingSirenx @ Dec 22 2011, 11:32 PM) *
I see. Well, every battle has it's own weaknesses so I respect your decision of using RTAB. smile.gif

Common Events is usually active throughout the game, so after the batlles, I suggest you turn it off to prevent lagging. ( and yes lagging is one of the true enemy of RMXP )

Well, goodluck and post again if you have any problems.

Cheers ~SSx


Ah, yes. I did that, the only problem is, that I did get it working, of course, the battle move and damage caused happened BEFORE the actual cut in... I would us a switch, but in the end, I don't know how to make the switch turn on, as in the skills window I can only have it use a common event. If there was a way to just delay the battle skill and show and erase the cut in picture then play the skill animation and show the damage done, that would be handy... Autorun and parallel process don't seem to do anything, though I've tried turning on a switch before battle and parallel procees/autorun, but it gives me a black screen... sleep.gif

RPG Maker is hard...

Thanks so much for helping me though! If you have another suggestions, I'd love to know! biggrin.gif
Go to the top of the page
 
+Quote Post
   
SleepingSirenx
post Dec 24 2011, 08:58 PM
Post #6


The SMT Maniac
Group Icon

Group: Revolutionary
Posts: 125
Type: Developer
RM Skill: Undisclosed




Can you show me now the Common Event Set-up for the Cut-in? If it's okay with you. smile.gif

RPG Making is not that hard. The learning curve for XP is much steeper than in the VX, but XP owns, I swear that. Just try to experiment on every single details to make out the best on this great Game Making system.

Well then.

Edit : About the image getting in last than the skill animation, would you rather add a little "Wait" command? Just time it out right so that it will show before the skill animation.

This post has been edited by SleepingSirenx: Dec 24 2011, 08:59 PM


__________________________

My First Game .... Yeah .... ~♥
I'm In Need Of A Team To Help Me WIth The Development Of My Game PM Me. :)
- DEMO's On Progress!

I Support This Projects!



Please Teach Me How To Script. :(
I'm Learning How To Script. But Still Teach Me How To Script :)
Damn THERMODYNAMICS! Makes My Head Spin!
Go to the top of the page
 
+Quote Post
   
animalxing
post Dec 25 2011, 12:50 PM
Post #7


Level 1
Group Icon

Group: Member
Posts: 11
Type: Developer
RM Skill: Beginner




QUOTE (SleepingSirenx @ Dec 24 2011, 08:58 PM) *
Can you show me now the Common Event Set-up for the Cut-in? If it's okay with you. smile.gif
RPG Making is not that hard. The learning curve for XP is much steeper than in the VX, but XP owns, I swear that. Just try to experiment on every single details to make out the best on this great Game Making system.

Well then.

Edit : About the image getting in last than the skill animation, would you rather add a little "Wait" command? Just time it out right so that it will show before the skill animation.


Sure, the Common Event is the same as the first post. The battle move looks like this.

The only thing i changes is the common event part.

I tried using the wait command, but it still only happens after the battle move executes...

Lol, RPG Maker isn't hard, I agree. I've been using it for almost a year now, though I know my knowledge of it is still low.Still, I'd rather it any day then VX. Though I do us it too.

I experiment with different things these days, (happy.gif ) I hope to get better at it, all my friends use it and they seem to rely on me to help them... huh.gif lazyness... They don't bother reading the tutorials out there... *sighs*

Thanks again for the help! smile.gif
Go to the top of the page
 
+Quote Post
   
SleepingSirenx
post Dec 27 2011, 03:13 PM
Post #8


The SMT Maniac
Group Icon

Group: Revolutionary
Posts: 125
Type: Developer
RM Skill: Undisclosed




I see nothing wrong for the Skill Tab. How about the Common Events Tab? Would you show it to me? If its still show after the skill animation, I suggest you go to Scripting means if eventing really frustrate you.


__________________________

My First Game .... Yeah .... ~♥
I'm In Need Of A Team To Help Me WIth The Development Of My Game PM Me. :)
- DEMO's On Progress!

I Support This Projects!



Please Teach Me How To Script. :(
I'm Learning How To Script. But Still Teach Me How To Script :)
Damn THERMODYNAMICS! Makes My Head Spin!
Go to the top of the page
 
+Quote Post
   
animalxing
post Dec 31 2011, 01:11 AM
Post #9


Level 1
Group Icon

Group: Member
Posts: 11
Type: Developer
RM Skill: Beginner




QUOTE (SleepingSirenx @ Dec 27 2011, 03:13 PM) *
I see nothing wrong for the Skill Tab. How about the Common Events Tab? Would you show it to me? If its still show after the skill animation, I suggest you go to Scripting means if eventing really frustrate you.


Ah! Sorry it took so long to reply! The common events tab looks like this: http://postimage.org/image/jopszarl7/

ignore the other ones under it, i was testing other things.

*sighs* I don't know what wrong with it... The wait command doesnt really do anything except delay the picture...

*shrugs* Maybe there's something wrong that i did??

( -.-)
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 19th May 2013 - 11:39 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker