RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[Resolved] A tutorial on simple cutscenes

0 Members and 1 Guest are viewing this topic.

*
RMRK's dad
Rep:
Level 86
You know, I think its all gonna be okay.
For going the distance for a balanced breakfast.Project of the Month winner for June 2009For being a noted contributor to the RMRK Wiki2013 Best WriterSilver Writing ReviewerSecret Santa 2013 Participant
Hello, I'm a tad incompetent at eventing a cutscene. Try as I might, I can't seem to coordinate movement and dialogue without the system freezing. I simply don't know what I'm doing.

The particular scene I was trying to make was "X" in a locked cell aggravates the guard into coming into the cell where "X" dispatches him. I thought I had it, but as soon as "X" is done with their dialogue, the game freezes. I am using switches to make the two events play off of each other but evidently I'm doing it wrong. ???
« Last Edit: October 10, 2009, 08:51:06 AM by EvilM00s »
:tinysmile:

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
Don't use AutoRun events, use Parallel Processes.

****
Rep:
Level 83
I use AutoRun events all the time for cut scenes. They don't drop the FPS as much as Parallel Process.
The key is, is to use a self-switch at the end to turn off the AutoRun

EXAMPLE:
--1st page of event--
conditions: None
event:
    Show_Text: Hello, this is a cutscene.
    -do more things-
    Self Switch A = ON
Trigger:
    AutoRun
--2nd page--
condition: Self Switch A == ON
event: None
Trigger: Action

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
FPS doesn't really matter when you're doing a cutscene since you should be able to control everything. Anyways, it does that because it stops all other processes besides whatever event is currently on Autorun. You treat Parallel Process and Autorun the same anyways, so the self switch thing is constant. You should always be doing that anyways when using either process unless it's supposed to repeat.

****
Rep:
Level 83
True.
However, the player can still move if you are using Parallel.So really you aren't controling everything. AutoRun stops everything, which helps in a cut scene.

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
Why would use even use the player in a cutscene? Just make him transparent and use character events.

****
Rep:
Level 83
That is what I do.
But what I mean, is that the player can still move. He may be transparent, but still can move. AutoRun doesn't let that happen

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
I'm not certain how your cutscenes are, but GENERALLY there are places on a map players can't move from or to. Not events, but just straight up map terrain. You put the player in the middle of some trees or on a rock it can't move from. Problem solved.

****
Rep:
Level 83
Well...Thats true.

I guess it really depends on your prefernce.

*
RMRK's dad
Rep:
Level 86
You know, I think its all gonna be okay.
For going the distance for a balanced breakfast.Project of the Month winner for June 2009For being a noted contributor to the RMRK Wiki2013 Best WriterSilver Writing ReviewerSecret Santa 2013 Participant
Thanks to both of you for your input. It seems I have some choices to make! I'll give it another go and between the two of you, I'm sure I will be able to get the scenes done. I can't wait!

Edit: Yes, I'm on the right track, now. Thanks and RESOLVED!
« Last Edit: September 19, 2009, 10:40:33 PM by EvilM00s »
:tinysmile:

**
Rep: +0/-0Level 83
actually the thing is you can still press [esc] and go to the menu. so technically i disagree, grafikal. for event-based cutscenes, autorun should seem the best option. (though there are script-based alternatives.)

*
Rep:
Level 102
2014 Best Non-RM Creator2014 Biggest Narcissist Award2014 Biggest Forum Potato2013 Best IRC Chatterbox2013 Best Game Creator (Non-RM)Participant - GIAW 112012 Most Successful Troll2012 Funniest Member2012 Best Use Of Avatar and Signature space2012 Best IRC ChatterboxSecret Santa 2012 ParticipantProject of the Month winner for November 2009For being a noted contributor to the RMRK Wiki2010 Most Successful Troll2010 Biggest Forum Couch Potato2010 Best IRC Chatterbox
You can disable menu access.

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009