Chaos Project

RPG Maker => RPG Maker Scripts => RMMV Script Database => Topic started by: ICF-Soft on May 12, 2017, 11:58:25 am

Title: [MV] ICF-Soft - Map Extension
Post by: ICF-Soft on May 12, 2017, 11:58:25 am
ICF-Soft Map Extension
Authors: ICF-Soft
Version: 1.01
Type: Map System
Key Term: Misc System



Introduction

By default RPG Maker MV has a 999 map limit and cannot be added or use more.

This plugin uses a system to allow more than 999 maps by grouping inside folders.


Features




Screenshots

No screenshot required.


Download

You can downolad from here (http://adf.ly/1npLVh).
You can find blog entry and check for updates here (https://icfsoft.blogspot.com.es/2017/05/plugin-map-extension-mv.html).


Instructions

It needs ICF-Soft Main Utility (http://forum.chaos-project.com/index.php/topic,15486.0.html) to work.

Inside data folder you create folders named '000', '001', '002' and so on. These correspond to indexes.

When first 999 maps are filled copy all of them and map infos to '000' folder and update current index. Proccess is intuitive for every folder. You can edit only last index.
You would usually close and open project while doing this.

Maps nÂș 0, 1000, 2000 and so on are not used by RPG Maker, so are skipped.

You can use following plugin commands to transfer player throught maps higher than 999.
maptransfer mapid x y [down|left|right|up]


  - Transfer player to a specified location.

maptransferv var var var [down|left|right|up]


  - Transfer player to a specified location given by game variables.

setvehiclelocation mapid x y [boat|ship|airship]


  - Set vehicle location to a specified spot.

setvehiclelocationv var var var [boat|ship|airship]


  - Set vehicle location to a specified spot given by game variables.




Compatibility

No compatibility issues yet.


Terms of use

Free for commercial and non-commercial games.
If commercial, a free copy of your game whould be fine.
Credit to ICF-Soft.
Do not repost without permision.

Changelog

Spoiler: ShowHide

Version 1.01 download (http://adf.ly/1npLVh).

  • Added a preload map system.

  • Prepared for a better use of ICF-Soft Event Extension.


Version 1.00 download (http://adf.ly/1mUZpF).

  • Initial release.



Credits and Thanks


Title: Re: [MV] ICF-Soft - Map Extension
Post by: ICF-Soft on September 09, 2017, 12:37:05 pm
Update: Version 1.01

You can download it here (http://adf.ly/1npLVh).