Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

how to make scene?Please help

hello
I'm newbie here
i want to ask about making scene and teleport the scene from map1 to map 2

it will be help if you show me the demo,because i dont understand English too much

Thx for helping


[sorry 4 my bad English] :biggrin:
 
Well, I considered just saying "Autorun events and Transfer Player," but then I remembered that a while back, somebody asked me how you made a cutscene, and I'd created a bunch of screenshots.

So I hope by "Demo" you meant "A lot of screenshots you can study," because that's what you're getting.

Warning: I created all this over a year ago. There's a lot of little things that I'd do differently today from a directorial viewpoint, but it works fine, and this should get the idea across.

With no further ado, I give you: The Big Backstory Flashback Scene from Shana of the Ghosts.

First, we begin with the trigger for the cutscene. This isn't the intro to the game, so something has to start the whole thing off. In this case, it's a Player Touch event on a bridge tile that the player is going to step on when they first cross the bridge.

Cutscene1.png

Cutscene1B.png

Cutscene1A.png

What all this means: The "Control Switch: Running Allowed OFF" is there because I'm using an evented system to allow the character to run. I just turned that system off, because Parallel Process events that use Set Move Route will interrupt other Set Move Route commands, ruining the cutscene.

These days, I'd have set the event to Through ON in the first place, but in this case I SMR'd the event to Through, changed the graphic to another party member, and then had it move out from the player to show them talking, and then moved them back, erasing the graphic, when they were done talking. After that, I have the party walk towards the edge of the map, and have the sky grow dark, using Change Screen Tone. (The screen will, in fact, be entirely black, letting me cover up certain things that I'm doing.)

Shot two is the rest of that event's code-- I included it to demonstrate an important concept in order of operations. First, I turned Self Switch A ON. As the third screenshot shows, after this, the event will do nothing.

After that, I used Transfer Player to move the scene to the campsite. It was very important that this be the last command in the script-- once the player moves to another map, any events on this map stop processing immediately, including this one.

From here, we find the party camping.

Cutscene2.png

Cutscene2A.png

This is an Autorun event on the new map. It will run automatically, not allowing player input, until told to stop, as soon as the player enters the map.

Note that I change the player's graphic (To one of Shana, reclining) before I bring up the lights with Change Screen Tone again. This is one technique to cover up those moments where I blatantly change the player's graphic for a cutscene. Also note that I don't Change Screen Tone back to normal-- this is camping at night, and I don't want it to be as bright as day.

Most of the rest of the code here is standard tricks-- I use Set Move Route to cause events to walk around, Show Text for dialog, and Show Animation for cute little graphics bits like sweatdrops.

I have a lot more of this, but I'm going to pause here, because this shows you the basic tricks that you wanted, including how to Transfer the player mid-cutscene.

If you really want, I can show you the other... uh... two dozen screenshots that are part of that cutscene, but it'd be a very, very long post, and this should be enough to get you started.
 
Sorry 4 asking the same topic
But , i really2 do not understand if you just give me the picture :blush:

if you dont mind
Would someone give me a demo in the game
:blank:
i mean , the example in the rpgxp

sorry troubling you

thx :smile:
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top