The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => Topic started by: jardantuan on December 22, 2011, 04:38:45 PM

Title: Mapping problems in VX
Post by: jardantuan on December 22, 2011, 04:38:45 PM
I'm fairly new to RMVX, and I've been having a problem trying to map certain things. The main problem I've had is the issue of conveying height in a map. To show you what I mean:

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi246.photobucket.com%2Falbums%2Fgg82%2Fjardantuan%2Fmap1.png&hash=b85e8ae48e5f76ccae3766d10606e82846f0406d)

Take this simplified map. It's fairly clear that the ground at the top is two levels higher than that at the bottom of the stairs. However, if I wanted to be able to walk down the side of this:

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi246.photobucket.com%2Falbums%2Fgg82%2Fjardantuan%2Fmap2.png&hash=9649b43853cea09cba2206f8f04c1c6885d48630)

Apologies for the drawings over the top but I couldn't think of a better way to explain what I mean. How can I make the ground above differentiate from that below? I've tried using the shadow tool - it looks slightly better, but there's still the issue of being able to walk between the top and bottom levels.
Title: Re: Mapping problems in VX
Post by: Nessiah on December 24, 2011, 08:53:51 PM
Try filling it in with the cliff tiles first? :D
Title: Re: Mapping problems in VX
Post by: Countdown on December 24, 2011, 10:29:06 PM
Add shadows along the right side and events on the cliff that won't let you pass.
Title: Re: Mapping problems in VX
Post by: CodeMaster on December 24, 2011, 10:52:09 PM
This is a script i found it is slightly complicated but the page in the link should explain, it allows you to walk on roof tiles but not walk off except when walking onto specified stair tiles so use this script and replace you top from with one of the roof tiles

Link:   http://www.rpgmakervx.net/index.php?showtopic=35549

I hope this helpsa= and if you use the standard tiles it should be plug and play
Title: Re: Mapping problems in VX
Post by: Countdown on December 25, 2011, 12:22:45 AM
That is one of my favorite scripts to use. Makes VX a load better. I'm hoping somebody is going to make it compatible with VXA!