Jump to content

LttP-style Map Display

Overview
Creator: MoscowModder Updated: 15 Apr 2015 Tags: Global Downloads: 102
Rating[?]: Rating: 4.33/5 (2 ratings)
View Script Download Package
(884.39 KB)
Information

Description Setup Reviews Comments

Gégé  

Edited 16 April 2015 - 04:39 PM
Nice script, thanks :)
Posted Image
 

Anthus  

Posted 08 December 2014 - 05:14 PM
This is really cool. Quick question, does this show different floors on the side of the map picture (if there are any) or have any indicator of different floors?
 

jsm116  

Posted 20 November 2014 - 10:12 AM
Brilliant script! The only problem I had was with this line:
Screen->DrawTile(7, mapX, mapY, MAP_TILE_BG, 11, 7, MAP_TILE_CSET, -1, -1, 0, 0, 0, 0, true, 128);
The setup calls for an 11x6 tile background, but the draw command utilizes an 11x7 block. Just change the second 7 to a 6 (or change your background to 11x7) and it works perfectly!

Thanks for sharing!
 

kurt91  

Posted 02 June 2014 - 01:54 AM
Sorry if this is the wrong place to ask this, but I'm trying to set up the script and need to double-check something.

With how the "Chest" icon works, does that simply check if the screen item has been collected? A lot of my items aren't actually inside of chests, but I'd like to mark them on the map and have the icon disappear or change when the screen item has been picked up.