- Joined
- Oct 11, 2015
- Messages
- 424
- Reaction score
- 171
- First Language
- Dutch
- Primarily Uses
- RMMV
Advanced Minimap v. 1.41
Author: Squirting Elephant
More Screenshots:
Features:
Instructions (more info can be found in the help section of the plugin):
Script & Downloads:
Download v1.41
Required Script (Core Script)
Download Master Demo (HIGHLY recommended for new users!)
Required&Optional Files:
View attachment Minimap default images.zip
Old Versions:
Known Bugs:
- Closing the Minimap menu with Fog of War active 'freezes' the game. This seems to only occur on maps bigger than 119x119 and could possibly be an RPG Maker MV bug.
License:
Attribution 4.0 International (CC BY 4.0) (https://creativecommons.org/licenses/by/4.0/)
FAQ:
Old Attachments
Author: Squirting Elephant
More Screenshots:
Features:
- Shows a minimap based on a mapshot or a custom image of the map or based on a generated image based on your tile-tags. So you can now generate your own overworld maps if you want (in FF6-style and whatever you want).
- Compatible with Yanfly's "Main Menu Manager".
- Can show realtime events on the minimap. It can (among others) show moving events on the minimap as well!
- Unless you'd like to use the advanced options, no coding or plugin commands or notetags required at all.
- Also has a menu where you see a list of all the events and POI's with an optional teleportation ability and a few more features.
- Optional: Renders the actual active/live player graphic onto the minimap
- Optional: Blinking player icon
- Optional: Only shows the map(s) when the party possesses a specific item
- Optional: Supports teleportation to events and POI's. Can be disabled globally and per map
- Minimap can be aligned on all 4 sides of the screen, with custom positions
- Automatically attempts to load a minimap for each map.
- Supports POI's through plugin command (for advanced users)
- Has plugin commands to control the minimap
- Supports skipping frames for all maps or for specific maps to increase performance for supersized maps
- Supports event-notes, event-comment-notes and map-notetags
- Optional: Maintain aspect ratio
- Optional: has leading zeros in minimap image names
- Has 2 map-modes: Autofit and Scroll
- Comes with basic debugging options (disabled by default)
- Suports manual scrolling. This can be enabled/disabled through a parameter and map-notetags
- Adjust the zoom-scale to your liking
- Supports a minimap overlay
- No known conflicts with other scripts
- Use mapshots from other maps for the current map
- Supports map-passability overlay (automatically generated) with support for 'impassability by movement direction'
- By using comment-tags in events you can effectively remove them from the minimap when switching the event-page. This way an opened chest for example can be removed from the minimap
- Etc.
- Compatible with Yanfly's "Main Menu Manager".
- Can show realtime events on the minimap. It can (among others) show moving events on the minimap as well!
- Unless you'd like to use the advanced options, no coding or plugin commands or notetags required at all.
- Also has a menu where you see a list of all the events and POI's with an optional teleportation ability and a few more features.
- Optional: Renders the actual active/live player graphic onto the minimap
- Optional: Blinking player icon
- Optional: Only shows the map(s) when the party possesses a specific item
- Optional: Supports teleportation to events and POI's. Can be disabled globally and per map
- Minimap can be aligned on all 4 sides of the screen, with custom positions
- Automatically attempts to load a minimap for each map.
- Supports POI's through plugin command (for advanced users)
- Has plugin commands to control the minimap
- Supports skipping frames for all maps or for specific maps to increase performance for supersized maps
- Supports event-notes, event-comment-notes and map-notetags
- Optional: Maintain aspect ratio
- Optional: has leading zeros in minimap image names
- Has 2 map-modes: Autofit and Scroll
- Comes with basic debugging options (disabled by default)
- Suports manual scrolling. This can be enabled/disabled through a parameter and map-notetags
- Adjust the zoom-scale to your liking
- Supports a minimap overlay
- No known conflicts with other scripts
- Use mapshots from other maps for the current map
- Supports map-passability overlay (automatically generated) with support for 'impassability by movement direction'
- By using comment-tags in events you can effectively remove them from the minimap when switching the event-page. This way an opened chest for example can be removed from the minimap
- Etc.
Instructions (more info can be found in the help section of the plugin):
1. Make a mapshot of your map or paint your own map. I personally use: http://forums.rpgmak...orange-mapshot/ but this one probably works too: http://forums.rpgmak...les/?hl=mapshot
2. Make sure the mapshot is a png file (not a jpg!).
3. Rename the mapshot to the map-id and make it (by default) 3 numbers total.
Example for map id 1: 001.png
Example for map id 16: 016.png
4. Place the mapshots (do NOT resize them) in <project folder>/img/minimap/
Example: D:\MyAwesomeGame\img\minimap\001.png
5. Place the Window_Minimap.png (see attachment) in your <project>/img/system/ folder. You can obviously also use your own.
6. Copy the Overlay.png to <project folder>/img/minimap/ (or just disable the overlay in the parameters).
7. Install this script: Silvers Keybinding and make sure to put it above the minimap script.
- If you prefer to use automatic generated maps instead, use the map-notetags and you then obviously do not require mapshots of course.
- For info on the plugin commands, doubleclick this plugin and press [Help...].
To make it compatible with Yanfly's Main Menu Manager:
1. Download & Install YEP_MainMenuManager.js
2. Configure the parameters as follow:
Menu Name: "Map"
Menu Symbol: SEMap
Menu Show: true
Menu Enabled: SE.Minimap.Menu.Enabled
Menu Main Bind: this.commandSEMap.bind(this)
2. Make sure the mapshot is a png file (not a jpg!).
3. Rename the mapshot to the map-id and make it (by default) 3 numbers total.
Example for map id 1: 001.png
Example for map id 16: 016.png
4. Place the mapshots (do NOT resize them) in <project folder>/img/minimap/
Example: D:\MyAwesomeGame\img\minimap\001.png
5. Place the Window_Minimap.png (see attachment) in your <project>/img/system/ folder. You can obviously also use your own.
6. Copy the Overlay.png to <project folder>/img/minimap/ (or just disable the overlay in the parameters).
7. Install this script: Silvers Keybinding and make sure to put it above the minimap script.
- If you prefer to use automatic generated maps instead, use the map-notetags and you then obviously do not require mapshots of course.
- For info on the plugin commands, doubleclick this plugin and press [Help...].
To make it compatible with Yanfly's Main Menu Manager:
1. Download & Install YEP_MainMenuManager.js
2. Configure the parameters as follow:
Menu Name: "Map"
Menu Symbol: SEMap
Menu Show: true
Menu Enabled: SE.Minimap.Menu.Enabled
Menu Main Bind: this.commandSEMap.bind(this)
Script & Downloads:
Download v1.41
Required Script (Core Script)
Download Master Demo (HIGHLY recommended for new users!)
Required&Optional Files:
View attachment Minimap default images.zip
Old Versions:
Known Bugs:
- Closing the Minimap menu with Fog of War active 'freezes' the game. This seems to only occur on maps bigger than 119x119 and could possibly be an RPG Maker MV bug.
License:
Attribution 4.0 International (CC BY 4.0) (https://creativecommons.org/licenses/by/4.0/)
FAQ:
Q: I get an error. Help me!
A: When the error occurs:
1. Press [F12] in your game and a console will open (goto window mode if you were fullscreen to see it by using [F4]). I need the details of the error from that console + (if applicable) a short description of what you did and possibly the map-notetags.
2. Also try disabling ALL other plugins and check if the error still persists.
3. If you upgraded from an older minimap version (with different parameters), you may have to delete the plugin in the [F10] manager in RPG Maker MV. For some reason MV does not automatically detect parameter changes in plugins and this can cause crashes.
4. Try setting the debug mode parameter to true. This parameter can be found under the "Advanced & Debug" section near the bottom of the minimap-parameters. This will show more info.
Q: I'm generating the map but it's entirely green!
A: Make sure that you configured the map generator parameters correctly. Then if you used the tile-tags, make sure you actually set them ([F9] > Tilesets > Terrain Tag).
If you use regions then make sure you actually added regions to the map.
Q: I deployed the project but now the generated maps no longer work but the mapshots do work.
A: Remove the plugin from your project using F10 in the editor (remember parameter settings) and add it again and restore your old parameter settings again. Now deploy the project again and it should work. I believe this to be an RPG Maker MV bug.
Q: I get no minimap at all.
A:
1. Delete the plugin from the Plugin Manager and re-add it (this will reset all parameters).
2. Delete all map-notetags for the map you are testing.
3. Double- or tripple-check the filenames of the mapshot(s) (if not generating) and make sure that it matches the parameter filename.
4. Make sure that your mapshot(s) (if not generating) are PNG files.
5. Make sure you added the mapshot(s) to the correct folder (if not generating).
6. Check the console (Press F8) and check for error messages. Also try enabling the "Debug" parameter (near the bottom of the parameter list) to get more info printed to the console.
If the problem still persists you can post here, but don't forget to post as much info as possible and I am not always active here on the forums.
A: When the error occurs:
1. Press [F12] in your game and a console will open (goto window mode if you were fullscreen to see it by using [F4]). I need the details of the error from that console + (if applicable) a short description of what you did and possibly the map-notetags.
2. Also try disabling ALL other plugins and check if the error still persists.
3. If you upgraded from an older minimap version (with different parameters), you may have to delete the plugin in the [F10] manager in RPG Maker MV. For some reason MV does not automatically detect parameter changes in plugins and this can cause crashes.
4. Try setting the debug mode parameter to true. This parameter can be found under the "Advanced & Debug" section near the bottom of the minimap-parameters. This will show more info.
Q: I'm generating the map but it's entirely green!
A: Make sure that you configured the map generator parameters correctly. Then if you used the tile-tags, make sure you actually set them ([F9] > Tilesets > Terrain Tag).
If you use regions then make sure you actually added regions to the map.
Q: I deployed the project but now the generated maps no longer work but the mapshots do work.
A: Remove the plugin from your project using F10 in the editor (remember parameter settings) and add it again and restore your old parameter settings again. Now deploy the project again and it should work. I believe this to be an RPG Maker MV bug.
Q: I get no minimap at all.
A:
1. Delete the plugin from the Plugin Manager and re-add it (this will reset all parameters).
2. Delete all map-notetags for the map you are testing.
3. Double- or tripple-check the filenames of the mapshot(s) (if not generating) and make sure that it matches the parameter filename.
4. Make sure that your mapshot(s) (if not generating) are PNG files.
5. Make sure you added the mapshot(s) to the correct folder (if not generating).
6. Check the console (Press F8) and check for error messages. Also try enabling the "Debug" parameter (near the bottom of the parameter list) to get more info printed to the console.
If the problem still persists you can post here, but don't forget to post as much info as possible and I am not always active here on the forums.
Old Attachments
Last edited:





