RPG Maker MV

RPG Maker MV

Creating an event that opens a secret corridor
Hello everyone! (again)
So, I am trying to create an event where if the user has two pieces of knowledge they can trigger a switch that would open up a secret corridor. I was trying to figure out how to create hidden key items, and how to make it so a portion of the wall moves or disappears to create a hidden pathway.
< >
Visar 1-9 av 9 kommentarer
BossGalaga 6 feb, 2019 @ 18:04 
Make the wall piece that you want to move or be triggered an event itself, like a door. It can either be changed to an open state/graphic or changed to passable or you can actually move/slide the event over itself, using the conditional switch pages.
Hajami 7 feb, 2019 @ 2:24 
Do you have a Picture of how this would look like Ingame on the Map?
There are many different kinds of Secret corridors i can think of, so maybe a few more details would be helpfull to find the solution with the least work for you.
Senast ändrad av Hajami; 7 feb, 2019 @ 2:27
How do I share a screen pic for this?
Hajami 7 feb, 2019 @ 14:06 
Uploading to Filehoster and posting a Link, or uploading as Artwork for MV and than linking it.
Not sure how to upload custom screenshots in steam, but pictures as artworks work in steam.
Senast ändrad av Hajami; 7 feb, 2019 @ 14:07
BossGalaga 7 feb, 2019 @ 18:28 
Ursprungligen skrivet av The Sprinkler:
https://steamcommunity.com/sharedfiles/filedetails/?id=1648294549&fileuploadsuccess=1

Did this work?

You tell us? You would have to create the tiles as events, which could be triggered to be passable or moved/opened/etc., or create a copy of that specific wall tile and then trigger a change in its passability settings, or alternatively trigger a player movement or teleport. There are a number of ways to do it.
Senast ändrad av BossGalaga; 7 feb, 2019 @ 18:29
The Sprinkler 7 feb, 2019 @ 20:28 
I was just asking if the screen shot worked. How do I create a trigger for the walls to move or disappear? I've tried finding something like it in the events settings, but I couldn't seem to find it :(
Caethyril 8 feb, 2019 @ 3:03 
The usual approach for this kind of thing is to make the door an event (and possibly the passageway behind it).

Only upper-layer tiles (pages B~E) are selectable for events. You'll probably want character sprites matching the wall & wall-top. I'd suggest using one of the default, distinctly-not-secret-looking door sprites for now if you're unsure about the eventing.

The simplest (and laziest) option is to make it vanish when opened using event page conditions. Another option is to move the event one space to the right/left or wherever with a move route. Alternatively you could make a "secret" version of a standard door. I'm guessing you know how to do all these, and the problem is getting the appropriate sprite? =)

Event sprites (see the images in your project's characters subfolder) are fairly easy to do. Using GIMP I made a simple "opening wall sprite" with three different opening directions (left, middle, right). It was basically just a copy+paste from the tileset, and it works OK with right-click map > Quick Event > Door: image link[drive.google.com]

For the "wall top" tiles, again, an image editing app is your friend. ^_^ I'd suggest simply copying the tile into an upper-layer tileset page (B~E) and marking it as star-passable in the tileset. Other options could be to make a character sprite with its own animation like the door I linked above. Or make those tiles events and use a move route to make them fade out "gradually" (e.g. 10 steps of -25 opacity, wait x frames) when the door is opened.

One thing to bear in mind when copying from autotiles is the way they combine in-game. To make the door sprite I linked, I used a 24 px grid size. Counting from left-to-right, the first 24 px "column" of a wall autotile is used for left-hand edges, the second and third are used alternatingly for middle tiles, and the fourth is used for right-hand edges. This means that to get the "normal" wall tile you need to copy column 3 to the left of column 2, if that makes sense. Ground and wall-top tiles are similar, except in both directions: you need to copy four 24 px squares to get the "normal" tile. :lunar2019deadpanpig: The blog post I linked in your other thread may help you to make sense of this autotile stuff! =D
Senast ändrad av Caethyril; 8 feb, 2019 @ 3:07
Captain Crummy 11 feb, 2019 @ 11:19 
OR you could make one event, that only activates when your two information piece SWITCHES are active that teleports the player to an identical map, with the passage way tiles removed.

As you might notice from this thread. There are easily about 5 different ways to do it, and even more when you start thinking about it.

Chose the option that suits your game best.
< >
Visar 1-9 av 9 kommentarer
Per sida: 1530 50

Datum skrivet: 6 feb, 2019 @ 17:18
Inlägg: 9