06-14-2010, 12:02 PM
That's a very good idea, outlandish. The image is not re-generated unless you delete it or specifically call the command for it, so your map will be used throughout the whole game.
In order to make the map appear/disappear you can either
1) call the commands "hide_passmap" and "show_passmap"
2) change the value of the boolean variable "$game_system.minimap_visible"
3) only in version 0.4.4, use a switch, the one configured at the line "HIDE_SWITCH_NUMBER=nn".
Of course you will have to do that in a common event that checks when the Y key is pressed and bla bla bla, i guess you know how to manage that part.
In order to make the map appear/disappear you can either
1) call the commands "hide_passmap" and "show_passmap"
2) change the value of the boolean variable "$game_system.minimap_visible"
3) only in version 0.4.4, use a switch, the one configured at the line "HIDE_SWITCH_NUMBER=nn".
Of course you will have to do that in a common event that checks when the Y key is pressed and bla bla bla, i guess you know how to manage that part.