Chaos Project

RPG Maker => RPG Maker Scripts => RMMV Script Database => Topic started by: ICF-Soft on January 29, 2016, 06:32:21 pm

Title: [MV] ICF-Soft - Event Extension
Post by: ICF-Soft on January 29, 2016, 06:32:21 pm
ICF-Soft Event Extension
Authors: ICF-Soft
Version: 1.06
Type: Environment Add-on
Key Term: Environment Add-on



Introduction

Pageevents have a limited set of conditions, there are usefull but sometimes aren't enough.
Variables by default aren't versatile enough because they have "greater or equal" only option.

With this plugin you can add extra conditions like more switches, unlimited selfswitches, unlimited mapswitches and versatile variables.

Mapswitches are special switches that aplies to all events in a map.

Variables can now be even more versatile.


Features




Screenshots

No screenshot required.


Download

You can downolad from here (http://adf.ly/1npL41).
You can find blog entry and check for updates here (http://icfsoft.blogspot.com.es/2016/01/plugin-events-expansion-mv.html).


Instructions

To add an extra condition to a page put a note or comment in the command list in a format similar to plugin commands:

switch x x x x
selfswitch x x
mapswitch x x x x x


- Add a game, self or map switch respectively. Game switch must be a number but self and map ones aren't restricted. You can place as many switchs of same type in a single line.

variable x value
variablehigh x value
variableless x value
variablemax x value
variableequal x value
variabledif x value


- Add a variable condition. There are six types: min, higher, lower, max, equal and different to especified value.

customreq: javascript


- Add custom javascript code to check special conditions. If there is at least one custom condition use "result = true;" to activate page. If there are more than one then all will be merged together.

pagename name


- Give a name to a page.

dummypage [name]


- Disallow a page to be trigered by page conditions. You can optionally give it a name.

To turn self or map switches use plugin commands:
selfswitch x true/false
mapswitch x true/false


To turn self or map switches remotely use plugin command:
remoteswitch mapid eventid x true/false




Compatibility

No compatibility issues yet.


Changelog

Spoiler: ShowHide

Version 1.06 download (http://adf.ly/1npL41).

  • Allow to call events from other maps.

  • Allow to reffer events by it's name.

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


Version 1.05 download (http://adf.ly/1i1fel).

  • Allow to group events in an array to use without eventId.


Version 1.04 download (http://adf.ly/1fZYbg).

  • Added pagenames and dummypages.


Version 1.03 download (http://adf.ly/1dUVAm).

  • Use of ICF-Soft Main Utility.

  • Added partyswitchs.

  • Added self, map and party variables.


Version 1.02 download (http://adf.ly/1aQPTe).

  • Fixed and improved lunatic mode.

  • More versatile variables.

  • Added remote switchs.


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

  • Added lunatic mode


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

  • Initial release



Credits and Thanks




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.


Author's Notes

It's very good combined with plugins like ICF-Soft Time Utility (http://forum.chaos-project.com/index.php/topic,15311.0.html).
Title: Re: [MV] ICF-Soft - Event Extension
Post by: ICF-Soft on February 25, 2016, 03:57:48 pm
Update: Version 1.01

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

This is a plugin that can be upgraded. I want to add a lot of features. Just tell me what do you think what events should have.
Title: Re: [MV] ICF-Soft - Event Extension
Post by: ICF-Soft on May 25, 2016, 12:55:40 pm
Update: Version 1.02

You can download it here (http://adf.ly/1aQPTe).
Title: Re: [MV] ICF-Soft - Event Extension
Post by: ICF-Soft on August 31, 2016, 12:49:14 pm
Update: Version 1.03

You can download it here (http://adf.ly/1dUVAm).
Title: Re: [MV] ICF-Soft - Event Extension
Post by: ICF-Soft on November 17, 2016, 04:01:23 pm
Update: Version 1.04

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

Pagenames allow to call a page by it's name instead of number.
Dummypages disable page conditions so this page will not be shown ingame but can be called elseway.
Title: Re: [MV] ICF-Soft - Event Extension
Post by: ICF-Soft on January 18, 2017, 03:17:27 pm
Update: Version 1.05

You can download it here (http://adf.ly/1i1fel).
Title: Re: [MV] ICF-Soft - Event Extension
Post by: ICF-Soft on September 09, 2017, 12:18:56 pm
Update: Version 1.06

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