Deciheximal
Member
I'd like to change the map tileset by event. I'd like to create multiple tilesets with small differences between them, winter/fall/summer/spring, night/day, peace/ruin, etc. I could even see this used for animated water. However the closest option I see is "Change Map Settings" on page two of the event buttons, which contain Panorama graphic, Fog graphic and Battleback graphic. Is there a script text I can paste in to change the tileset graphic?
I did some searching and came across @tilemap.tileset = RPG::Cache.tileset($game_map.tileset_name). Replacing the variable with a specific tileset name in quotes fails.
I did some searching and came across @tilemap.tileset = RPG::Cache.tileset($game_map.tileset_name). Replacing the variable with a specific tileset name in quotes fails.