设为首页收藏本站同能贴吧 切换语言 繁体中文
开启辅助访问 切换到窄版
扫描二维码关注官方公众号
返回列表
+ 发新帖
查看: 103|回复: 0

[转载发布] Silvers Advanced Minimap (now with Fog of War!)

[复制链接]
累计送礼:
0 个
累计收礼:
1 个
  • TA的每日心情
    开心
    2026-7-12 04:10
  • 签到天数: 209 天

    连续签到: 2 天

    [LV.7]常住居民III

    7959

    主题

    864

    回帖

    3万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    7
    卡币
    29925
    OK点
    16
    推广点
    0
    同能卷
    50
    积分
    38778

    灌水之王

    发表于 3 天前 | 显示全部楼层 |阅读模式
    Advanced Minimap v. 1.41
    Author:
    Squirting Elephant





    More Screenshots:
    Spoiler: Screenshots








    Features:
    Spoiler: 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.
    Instructions (more info can be found in the help section of the plugin):
    Spoiler: Instructions
    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)
    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:
    Spoiler: Old versionsKnown 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:
    Spoiler: 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.
    Old Attachments
    Spoiler: Old attachments

    本贴来自国际rpgmaker官方论坛作者:SilverDash处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/silvers-advanced-minimap-now-with-fog-of-war.51307/

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    x
    天天去同能,天天有童年!
    回复 送礼论坛版权

    使用道具 举报

    文明发言,和谐互动
    文明发言,和谐互动
    高级模式
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    简体中文
    繁體中文
    English(英语)
    日本語(日语)
    Deutsch(德语)
    Русский язык(俄语)
    بالعربية(阿拉伯语)
    Türkçe(土耳其语)
    Português(葡萄牙语)
    ภาษาไทย(泰国语)
    한어(朝鲜语/韩语)
    Français(法语)
    关闭

    幸运抽奖

    社区每日抽奖来袭,快来试试你是欧皇还是非酋~

    立即查看

    聊天机器人
    Loading...

    QQ|Archiver|手机版|小黑屋|同能RPG制作大师 ( 沪ICP备12027754号-3 )

    GMT+8, 2026-8-1 02:36 , Processed in 0.125483 second(s), 52 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回复 返回顶部 返回列表