Mini Map (ver 0.2.0)
Hajime Hoshi
Introduction
Do you remember you can see a mini map at a field in Final Fantasy 6? My plugin (HajimeHoshi_MiniMap.js) does the same thing.
Features
This plugin shows a mini map at a map that has <mini_map> meta data. The mini map is generated automatically from the map data on the fly.
Screenshots
The red point indicates the player's current position.
How to use
Download and install the plugin (see Script clause). Add <mini_map> to the note of the map where you want to show a mini map. That's it!
If you want to toggle/move/enlarge a mini map: a mini map is a kind of special picture, and you can manipulate a mini map in the same way as pictures! (The default ID is 90 and you can change this via the parameter). The difference between regular pictures and the mini map picture are:
* The mini map picture is shown at the initial state (and you can erase this anytime).
*
The mini map picture image is set automatically and you cannot change this. If the map doesn't have <mini_map> in its note, a transparent image is set.
* A current position (a red point) is shown on the map.
Demo
Here is the playable demo:
http://tkoolmv.net/Games/hajimehoshi/mini_map_demo/
Script
https://github.com/hajimehoshi/rpgmmv/blob/master/HajimeHoshi_MiniMap.js
FAQ
Q. Is it possible to change colors, sizes, or positions?
A. Yes! Use picture commands for this.
Q. Can I add pins to the map?
A. I recommend you add pictures representing pins. The pin pictures' ID should be more than the mini map picture ID. I'm planning to add a feature for pins as plugin commands, but I cannot say when it finishes.
Q. Is this available for commercial use?
A. Yes. This plugin is licensed under Apache License 2.0.
History
2015-11-25T23:24+09:00: Bug fix: The mini map should draw a tile as walkable if the tile is passable at least in one direction.
2015-11-25T11:25+09:00: Bug fix: The red point was placed slightly wrongly.
2015-11-25T01:00+09:00: (Ver 0.2.0) Now a mini map has become a (special) picture!
2015-11-23T17:22+09:00: Bug fix: spirals should be treated as water.
2015-11-23T14:00+09:00: Bug fix: event test didn't work.
2015-11-22T16:57+09:00: Bug fix: a red point was present at the upper left corner of the screen.
2015-11-22T14:19+09:00: Changed the mini map size: the mini map size is automatically adjusted. Fixed some bugs (iceberg was treated as mountain, but should be treated as water).
2015-11-22T12:55+09:00: Swapped the color of the land and the mountain: Now the color is ordered according to its hight (mountains are higher than field, so mountains should be rendered in brighter color than field). This is the same way as FF7 or later.
本贴来自国际rpgmaker官方论坛作者:hajimehoshi处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/mini-map.51143/