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

[转载发布] KoTC Autoscaling Optimized Minimap MV/MZ

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

    连续签到: 2 天

    [LV.7]常住居民III

    8357

    主题

    864

    回帖

    6万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

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

    灌水之王

    发表于 3 天前 | 显示全部楼层 |阅读模式
    A straight forward, optimized minimap plugin for RPG Maker MV and MZ, made during development of Knight of the Celestial.

    Features:
    -Full collision map, adaptable even to randomized terrain.
    -Default color control of the background, collision map, player, and border.
    -Configurable minimap size, automatically scales any map icons, as well as the minimap to fit the chosen size in pixels, whether its too big or too small.
    -Commands to change colors and size during the game.
    -Setting icons on events through their notes referencing pictures in the pictures folder.
    -Player location and current directional facing..



    https://www.youtube.com/embed/NvccCFeAYgo

    New features added! This was taken on the advanced version, but to be clear the features work the same way in this version, minus the fog of war and map images!

    Instructions for usage:
    1- Download and extract straight into your RPG Maker Project folder.

    2-Add to the active plugins list of your project, set its parameters as you wish.

    If all you need is a collision map, then you are done, otherwise read on.

    3-If you wish to show particular events on the minimap, you make a picture of their icon as you wish to show it on the minimap, 32x32 is a good minimum size, and this picture must be in the img/pictures folder.

    4-Then you go to the notes of the event or events you wish to be visible on the map and you type:

    <KoTC Minimap: PictureNameHere>

    Example: <KoTC Minimap: Goblin>

    It is case sensitive, use no spaces in your picture name for  usage. Like if your picture were named Deadly Dwarf.png, you would rename it to DeadlyDwarf.png, and type in the note of your event:
    <KoTC Minimap: DeadlyDwarf>

    The script will pick it up automatically and show it on the minimap, scaling its size up or down depending on how big the map is.



    Plugin Commands and Script Calls:


    * Plugin Command: DisableKoTCMinimap
    * Script Call: .KoTCMinimapOff();
    *
    * -Disables the minimap.
    *
    *
    * Plugin Command: EnableKoTCMinimap
    * Script Call: KoTCMinimapOn();
    *
    * -Enables the minimap.
    *
    *
    * Plugin Command: SetKoTCMinimapWallColor
    * Script Call: KoTCMinimapSetWallColor(wallcolor)
    *
    * -Sets the collision map color of the minimap.
    *
    * Example Plugin Command: SetKoTCMinimapWallColor red
    * Example Plugin Command: SetKoTCMinimapWallColor blue
    * Example Plugin Command: SetKoTCMinimapWallColor #FF0000
    * Example Script Call:    KoTCMinimapSetWallColor("green")
    *
    *
    * Plugin Command: SetKoTCMinimapBackgroundColor
    * Script Call: KoTCMinimapSetBackgroundColor(backgroundcolor)
    *
    * -Sets the background color of the minimap.
    *
    * Example Plugin Command: SetKoTCMinimapBackgroundColor red
    * Example Plugin Command: SetKoTCMinimapBackgroundColor blue
    * Example Plugin Command: SetKoTCMinimapBackgroundColor #FF0000
    * Example Script Call:    KoTCMinimapSetBackgroundColor("yellow")
    *
    *
    * Plugin Command: SetKoTCMinimapBorderColor
    * Script Call: KoTCMinimapSetBorderColor(bordercolor)
    *
    * -Sets the border color of the minimap.
    *
    * Example Plugin Command: SetKoTCMinimapBorderColor red
    * Example Plugin Command: SetKoTCMinimapBorderColor blue
    * Example Plugin Command: SetKoTCMinimapBorderColor #FF0000
    * Example Script Call:    KoTCMinimapSetBorderColor("cyan")
    *
    *
    * Plugin Command: SetKoTCMinimapPlayerColor
    * Script Call: KoTCMinimapSetPlayerColor(bordercolor)
    *
    * !Important! If you ever change the color of other things at the same time
    * as this, make sure this plugin command is first in the order.
    * -Sets the player color of the minimap.
    *
    * Example Plugin Command: SetKoTCMinimapPlayerColor red
    * Example Plugin Command: SetKoTCMinimapPlayerColor blue
    * Example Plugin Command: SetKoTCMinimapPlayerColor #FF0000
    * Example Script Call:    KoTCMinimapSetPlayerColor("cyan")
    *
    *


      Plugin Command: SetKoTCMinimapSize
      Script Call: KoTCMinimapSetSize(size)

      -Sets the size of the minimap. 2 = double the set pixel size.





    Terms of Usage:
    Free to use for commercial and non commercial use as long as you credit me. If you were to make a game commercially with my script id appreciate it if you messaged me about it. If you are to post this plugin anywhere else, make sure you are linking back to this thread so that others may get the latest update.

    Change Log:
    V 1.7 Fixed many bugs.
    V 1.6 Added Major New Features
    V 1.45 Fixed battle issue.
    V 1.42 Fixed more minor issues, made more optimizations.
    V1.4 Fixed some MZ Issues
    V 1.3 Added the ability to use the default system border for the minimap.
    V1.2 Made some optimizations, allowed custom coloring of the player indicator, fixed some strange issues, fixed icons being too small on a very large map.
    V1.1 Allowed events locations to update if they are moving, and added full plugin command support for RPG Maker MZ
    V1: Released



    If  there are any suggestions, make a comment, I actively check them.


    Weave your way through complicated areas with the help of a birds eye view.


    Choose which pictures you want to show on the minimap, on the events notes you which them to be visible on.
    MV3D compatable.



    Twisty turny cave? No problem!




    Download Here:
    KoTC Optimized Autoscaling Minimap MV/MZ


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

    本帖子中包含更多资源

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

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

    使用道具 举报

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

    本版积分规则

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

    幸运抽奖

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

    立即查看

    聊天机器人
    Loading...

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

    GMT+8, 2026-8-2 01:20 , Processed in 0.065478 second(s), 57 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

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