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]Cut-Scenes

0 Members and 1 Guest are viewing this topic.

pokeball AxoOffline
**
Rep: +0/-0Level 84
Ok I've started a new game and I'm sorta new to Rpg Maker VX and i have trouble with creating Cut-scenes so i can start the main story for my game. It would be a great help if anyone of you could teach me how to creat Cut-Scenes since i have no idea how to make any at all.  ;8
« Last Edit: December 31, 2008, 03:16:27 PM by Leventhan »

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
Well. It depends a lot on what you want to have happen. A lot of event commands you'll be using are the Display Text, Movement, Screen Scrolling. You might use Show Animations if you want to have effects or a small screen battle between characters. Sound Effects should be used if you do that, or just in general. Basically, imagine your cutscene as part of the game that the player cannot control the character. Everything is the same as though the player would play except you control the character movements. Also, the cutscene is usually contained within one event set as Autorun. If you don't want your player's character to be seen, start the game out with that actor in the database with no graphic at all. Then when your character first appears, use the event command Change Actor Graphic to have him appear. There's a lot that goes into making a good cutscene. It's hard to explain all of it, but I'm sure there are tutorials else where.

pokeball AxoOffline
**
Rep: +0/-0Level 84
Allright Thanks

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
If you have any specific questions on the functions of any event commands related to cut screens, feel free to ask.

pokeball AxoOffline
**
Rep: +0/-0Level 84
 OK i found out the how to make one but when i leave the House where the cut scene was made and came back in the cut scene starts again...i placed a Erase Event in there and a switch so when this certain thing is activated this event plays then i turned the switch off but now I'm not sure what to do now

***
Rep:
Level 89
Koopa Troopa!
Create a switch, make a second page for the event that caused the cutscene and select the condition "Switch _WHATEVER_" is on, then put nothing there. At the end of the first page, put "Turn Swithc _WHATEVER_ on". At least, that's how it's done in RMXP.

pokeball AxoOffline
**
Rep: +0/-0Level 84
Sorry but i don't understand what your trying to say

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
Axo, I think what he means to say, is at the end of the event where you placed your 'erase event' command, replace that with a switch command. Create a new switch called "Cutscene OFF". When your cutscene is over, turn that switch on. Now to make it work, you need to create a new "Event Page" after your cutscene event page. Leave this new page blank and have it only turn on when Switch "Cutscene OFF" is on.

Also, just a quick note about "erase event" commands. That command only holds true while you're on the map, so if you were to leave the map and come back to it, that event will refresh. That is why your cutscene replays after you leave and come back to that map.