HIDE MAP BY REGION
Posts
Pages:
1
I curently trying to make a script that will hide all sprite not from a spécific region. The idea is to create house like in dragon warrior 1. When we are inside a house, we dont see outside. and when we are ouside we dont see inside. Any bright idea? Note: I dont want to use any kind of teleportation.
The way I would do it is to load the data for two maps into memory and toggle between the two data sets depending on where the player is.
What maker are you using? If it's RMXP, you'll probably want to modify the Game_Map class. As long as you're using the same tileset for both maps, you shouldn't have to alter tileset data. Just @map.data and such.
What maker are you using? If it's RMXP, you'll probably want to modify the Game_Map class. As long as you're using the same tileset for both maps, you shouldn't have to alter tileset data. Just @map.data and such.
I use Vx Ace.But I dont want to use another map for this. Im sure they hace a way of doing it like playing with the tone of each case or load a fitig bitmap.
Pages:
1














