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

[转载发布] EST - RegionMapLoader

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

    连续签到: 2 天

    [LV.7]常住居民III

    9072

    主题

    864

    回帖

    6万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

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

    灌水之王

    发表于 2026-7-27 08:43:25 | 显示全部楼层 |阅读模式
    ■ Information      ╒══════════════════════════╛
    EST - RegionMapLoader
    Version: 1.0
    By Estriole
    File name: EST_RegionMapLoader.js

    ■ Introduction     ╒══════════════════════════╛
        Replace map data you mark with region with other map data.
    usefull if you want to transform part of the map...

    ■ Extra Credit     ╒══════════════════════════╛
    person other than me (Estriole) that you should credit in your project
    if you use this plugin

      - Formar => for part of the idea from his REGIONMAPLOADER from ACE.
                  (i only reference some of the idea from his script. not all Idea is from his script)

    ■ Features         ╒══════════════════════════╛
    - mark your map with region then swap the data on it from other map

    ■ Changelog       ╒══════════════════════════╛
       v1.0 2015.11.16           Initial Release

    ■ Plugin Download ╒══════════════════════════╛
    Dropbox



                                            www.dropbox.com                               



    (update the dead dropbox link)
    warning: this plugin created using earlier MV version. this might not work in updated MV.
    you can ask other scripter to create compatibility patch since i already retired.
    i only update the link for people who want to make the patch.

    Demo
    Dropbox



                                            www.dropbox.com                               



    (update the dead dropbox link)
    warning: this plugin created using earlier MV version. this might not work in updated MV.
    you can ask other scripter to create compatibility patch since i already retired.
    i only update the link for people who want to make the patch.


    ■ Screen Shot╒══════════════════════════╛





    ■ How to use       ╒══════════════════════════╛

    open spoiler... if after reading it you still confused... see the demo  
    .

    or post here and ask question. i will answer as soon as i can.

    (i can guarantee fast enough though... currently power line in my town got damaged by storm. and we got

    [24h blackout 6h electricity] cycle... it will be like this for 3 weeks >.<).

    Spoiler1) create your base map... (map you want to swap the data to)
    2) create your reference maps... it's better if it have the same size / layout with your first map.
        the map MUST have the coordinate you want to reference. ex: if you make base map coordinate [10,10]  
        replaced with reference map. the reference map MUST have [10,10] coordinate!!!!
    3) mark your first map (base map) with regions... example: region 21, 22, and 23.
        which you want the part to change to reference map.
    4) create your event which will change the region map data.
    using this:
    Plugin command:
       update_region_map regionId refMapId      ex: update_region_map 21 7

          will replace region 21 data with map 7 data.
          ex: update_region_map 21 null

          will revert region 21 to default map data

    or Script Call:

        this.updateRegionMap(regionId,refMapId)      ex: this.updateRegionMap(21,7)

          will replace region 21 data with map 7 data.
          ex: this.updateRegionMap(21,null)

          will revert region 21 to default map data

    5) AFTER you plugin command or script call from no. 4.
    you must call this to UPDATE your map (or else it won't be updated)
    Plugin command:

        process_update_region_map fadetype    ex:

    process_update_region_map 2    will update the region data and using transfer transition 2
        ex: process_update_region_map

        if you don't set parameter for fadetype. it will use what you set default on plugin parameter

    or Script Call:

        this.updatingRegionMap(fadetype)    ex: this.updatingRegionMap(2)

        will update the region data and using transfer transition 2
        ex: this.updatingRegionMap()

        if you don't set parameter for fadetype. it will use what you set default on plugin parameter
    fadetype -> 0 = Black, 1 = White, 2 = No Fade.

    this updating is actually teleporting to same map with same coordinate.
    (so it 'might' not compatible with plugins which call common event on transfer
    since it might call that common event when calling this update method...)
    i might change this method later to actually erase tilemap and recreate tilemap.
    but for now this is sufficient.



    ■ Dependencies     ╒══════════════════════════╛
    None Known So Far...

    ■ Compatibility    ╒══════════════════════════╛
    I'm new in JS... and MV is new engine... so i cannot say for sure.
    but it should be compatible with most things.

    ■ Parameters       ╒══════════════════════════╛
      > DefaultUpdatingRegionMapTransition
      default: 0
      desc: when updating region map. use this transitions.
            0 -> black, 1->white, 2->none

    ■ License          ╒══════════════════════════╛
    Free to use in all project (except the one containing pornography)
    as long as i credited (ESTRIOLE).

    ■ Support          ╒══════════════════════════╛
    While I'm flattered and I'm glad that people have been sharing and
    asking support for scripts in other RPG Maker communities, I would
    like to ask that you please avoid posting my scripts outside of where
    I frequent because it would make finding support and fixing bugs
    difficult for both of you and me.

    If you're ever looking for support, I can be reached at the following:
    [ http://forums.rpgmakerweb.com/ ]
    pm me : estriole

    ■ Author's Notes   ╒══════════════════════════╛
    Originally i want to Convert Formar Region Map Loader
    from ACE to MV. but i need to rewrite most of it because
    the difference between ACE and MV. so just credit him for
    part of the idea.

    This also part of EST - Decor And Build SeriesEST - SAVE MAP EVENTS

    EST - CLONE TRANSFORM DELETE EVENT

    EST - EVENT GRAPHIC SHIFT

    EST - EVENT SIZE AND TRIGGER

    EST - BUILD AND DECOR EX

    EST - REGIONMAPLOADER


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

    本帖子中包含更多资源

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

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

    使用道具 举报

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

    本版积分规则

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

    幸运抽奖

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

    立即查看

    聊天机器人
    Loading...

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

    GMT+8, 2026-8-22 07:53 , Processed in 0.127959 second(s), 53 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

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