The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => Topic started by: Werefang on February 18, 2011, 10:18:24 PM

Title: [VX]Over/Under bridges
Post by: Werefang on February 18, 2011, 10:18:24 PM
So first off, I use RPG Maker VX.

My current project contains an area with 2 raised terraces connected by a wooden bridge over a lower floor.
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi772.photobucket.com%2Falbums%2Fyy3%2FA_J_Werefang%2FBridgefail.jpg&hash=544182a2633648afa692e428eabeac26692ac084)
At the ladder are switch inducing events for OVER and UNDER conditions:
The Bridge is intended to toggle between "Below Character" and "Above Character"
Shadows indicated where the Player cannot step if they are on the bridge
Gray rocks show where players cannot step to if they have gone down the ladder.

Currently, I am using events across this large zone (events along the bridge; events to prevent someone from stepping off the bridge) and a switch to activate other events (turning the bridge events to be above the player, invisible walls above the cliffs, and turning off the blocking events to the north and south of the bridge).

I was wondering if there was an easier way of going about this rather than filling the screen with events.

EDIT: Also, since I'm here, how would I deal with default shadows that are beside walls below the ledge.
Title: Re: [VX]Over/Under bridges
Post by: Mjustin on February 20, 2011, 04:34:00 PM
The way I would do it is make two separate tile sets: one where the bridge is under the player and one where it is above the player. Make one map using each tile set, and use parallel process events to check the player's location and determine when to switch the player to each map.