Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - ICF-Soft

1
RMMZ Script Database / [MZ] ICF Soft - Params Core
September 11, 2020, 06:53:37 pm
ICF-Soft Params Core
Authors: ICF-Soft
Version: 1.00
Type: Parameters Add-on
Key Term: Misc Add-on

Introduction

This plugin allow to add new full custom params. It's ported from MV and edited to work in MZ.

Features

  • Full new custom level based params with buff/debuff and trait modifiers.
  • Full new custom non-level based params with trait modifiers.
  • Full new custom params that emulates hp, mp and tp counters.
  • More control over BParams, XParams and SParams.
  • Allow to aliasing and/or redefine basic Params.

Screenshots

No screenshot required.

Download

You can downolad from here.
You can find blog entry and check for updates here.
You can also find it in my itch.io profile.

Instructions

On plugin setings you can create these new params and how these work by default. Best explained inside plugins help.

Then everything else works with notetags.

Classes and enemies only:
<NPARAM: NParam Base Grow>

Actors, classes, enemies, weapons, armors and states:
<NDEBUFFRATE: NParam Rate>
<NPARAMPLUS: NParam Plus>
<NPARAMRATE: NParam Rate>
<NPARAMFLAT: NParam Flat>
<PPARAMPLUS: PParam Plus>
<PPARAMRATE: PParam Rate>
<PPARAMFLAT: PParam Flat>
<xPARAMPLUS: XParam Plus>
<XPARAMRATE: XParam Rate>
<XPARAMFLAT: XParam Flat>
<SPARAMPLUS: SParam Plus>
<SPARAMRATE: SParam Rate>
<SPARAMFLAT: SParam Flat>

Skills and items only:
<NBUFF: NParam turns>
<NDEBUFF: NParam turns>
<REMOVE NBUFF: NParam>
<REMOVE NDEBUFF: NParam>
<NPARAM GROW: NParam amount>

A bunch of options to make these params to work as wanted.

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.

Credits and Thanks

  • ICF-Soft

Author's Notes

For those who want to create params in MZ.
2
RMMV Script Database / [MV] ICF-Soft - Skill Core
April 17, 2019, 03:43:15 pm
ICF-Soft Skill Core
Authors: ICF-Soft
Version: 1.00
Type: Skill Add-on
Key Term: Custom Skill System



Introduction

This plugin allows to give skill costs, conditions and variations to skills.


Features


  • Custom skill conditions

  • Custom skill costs

  • Skill variations




Screenshots

No screenshot required.


Download

You can downolad from here.
You can find blog entry and check for updates here.


Instructions

It needs ICF-Soft Main Utility to work.

Like other plugins it works with notetags.
There are current skill notetags:

<hp cost value value%>
<mp cost value value%>
<tp cost value value%>


- Add skill costs. You can give a fixed cost, a percentage cost or both.

<cparam cost value value%>


- Add skill cparam cost. You can use the name of cparam.

To give skill conditions you can use these notetags:

<custom conditions>
</custom conditions>

You can use these commands inside tags.

hp [=|!=|>|>=|<|<=] value [percent]
mp [=|!=|>|>=|<|<=] value [percent]
tp [=|!=|>|>=|<|<=] value [percent]
cparam [=|!=|>|>=|<|<=] value [percent]


- Add hp, mp, tp and cparam value requisites. It can be equal, not equal greater than, greater or equal, lower and lower or equal a value. By placing the word 'percent' or a percent symbol it can be a percentage.

switch n [on|off]


- Add switch condition to be on or off.

variable n [=|!=|>|>=|<|<=] value


- Add variable condition that can be equal, not equal greater than, greater or equal, lower and lower or equal a value.

js code


- Add a custom javascript condition.


To give skill variations you can use these notetags:

<skill variation name>
</skill variation>

Name is used to determine what variation is used. You can give same variation names to different skills.

You can use these commands inside tags.

hp cost x y%
mp cost x y%
tp cost x y%
cparam cost x y%


- Changes the cost of a skill.

hp [damage|recover|drain]
mp [damage|recover|drain]
cparam [damage|recover|drain]


- Changes damage type.

icon x


- Changes icon.

elements elm elm elm
elements override elm elm elm


- Adds damage elements to skill. By using 'override' the standard damage elements that a skill has will be overriden.

name


- Changes skill name.

evalformula


- Changes eval formula.

effects x x x x


- Add subeffect sets taken from main utility notation. You can add multiple sets. Refer to main utility readme file.


There are also notetags for actors, classes and enemies:

<skill variation names name name name name>


- Adds variation names to be used. The order when picking a variation name  is from left to right, first for actor/enemy, then for it's class. It can work with plugins that give classes to enemies.

All info you'll need can be found inside help section.


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.

Credits and Thanks


  • ICF-Soft



3
Update: Version 1.05

  • Some code improved.

  • Added get elements framework.


You can download it here.
4
Update: Version 1.06

  • Allow to change columns and rows ingame.


You can download it here.
5
Update: Version 1.08

  • Allow tp.

  • More CParam controls.

  • Added CParam damage popups.


You can download it here.
6
Update: Version 1.05

  • Added more js functions.


You can download it here.
7
Update: Version 1.07

  • Allow items and skills to alter CParams.

  • Allow to grow x/sparams.

  • Allow to set param values.

  • Evaluable params for states.


You can download it here.
8
Update: Version 1.05

  • Allow editing gauge places from battle window.


You can download it here.
9
Update: Version 1.01

  • Added use of ICF-Soft Params Core CParams.


You can download it here.
10
Update: Version 1.01

  • Added use of ICF-Soft Params Core CParams.

  • Added option to show params in Row formation menu.

  • Added option to show params in Status menu panels.

  • Solved a bug that disallows augments for creatable params.

  • Solved a bug in Yanfly's attach augments plugin that disallows deduff resistance.


You can download it here.
11
Update: Version 1.04

  • Complete support for all nparams, pparams and cparams.


You can download it here.
12
RMMV Script Database / Re: [MV] ICF-Soft - Status Menu
October 23, 2018, 01:10:08 pm
Update: Version 1.04

  • Added use of cparams.

  • Allow editing gauge places from small info on main and status menus.

  • Removed obsolete system.


You can download it here.
13
RMMV Script Database / Re: [MV] ICF-Soft - Params Core
October 23, 2018, 12:13:35 pm
Update: Version 1.06

  • Added new CParams.

  • Removed obsolete plugin parameters and functions.

  • Minor extra improvements.


You can download it here.
14
ICF-Soft - SRD's stats distribution compatibility
Authors: ICF-Soft
Version: 1.01
Type: Compatibility Add-on
Key Term: Menu Add-on



Introduction

Allows to increase stats created by ICF-Soft Params Core with the SRD Stats Distribution plugin.


Features


  • Use of ICF-Soft Params Core

  • Allows increasing max tp




Screenshots

No screenshot required.


Download

You can downolad from here.
You can find blog entry and check for updates here.


Instructions

Just use the name of stats inside SRD's plugin configuration.


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.

  • Added use of ICF-Soft Params Core CParams


Version 1.00 download.

  • Initial release.



Credits and Thanks


  • ICF-Soft

15
ICF-Soft - Yanfly Show params compatibility
Authors: ICF-Soft
Version: 1.01
Type: Compatibility Add-on
Key Term: Menu Add-on



Introduction

This plugin allows you to use ICFSoft Params Core with some Yanfly plugins.


Features

It actually works with these Yanfly plugins.

  • Equip core

  • Item core

  • Attach augments

  • Shop menu core

  • Party system

  • Status menu core




Screenshots

No screenshot required.


Download

You can downolad from here.
You can find blog entry and check for updates here.


Instructions

It must be placed below ICF-Soft Params Core and the other plugins to work.

Params to show are separated with spaces.



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.

  • Added use of ICF-Soft Params Core CParams.

  • Added option to show params in Row formation menu.

  • Added option to show params in Status menu panels.

  • Solved a bug that disallows augments for creatable params.

  • Solved a bug in Yanfly's attach augments plugin.


Version 1.00 download.

  • Initial release.



Credits and Thanks


  • ICF-Soft

16
RMMV Script Database / Re: [MV] ICF-Soft - Status Menu
November 01, 2017, 05:14:05 pm
Update: Version 1.03

  • Added a column for equipment menu.

  • Added custom formulas for gauges.

  • Use of 1.5.0 new plugin parameters.


You can download it here.
17
RMMV Script Database / Re: [MV] ICF-Soft - Params Core
November 01, 2017, 04:46:36 pm
Update: Version 1.05

  • Evaluable params for equipment.

  • Set nparams for equipment.

  • Expanded lunatic mode to include enemy classes and actors.

  • Allow to grow pparams.

  • Allow default formulas for base params and nparams.

  • Use of 1.5.0 new plugin parameters.


You can download it here.
18
RMMV Script Database / Re: [MV] ICF-Soft - Main Utility
November 01, 2017, 04:19:57 pm
Update: Version 1.04

  • Added external blocks for traits and effects.

  • Improved tags system.

  • Allow to filter selfswitches and variables.


You can download it here.
19
RMMV Script Database / Re: [MV] ICF-Soft - Map Extension
September 09, 2017, 12:37:05 pm
Update: Version 1.01

  • Added a preload map system.

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


You can download it here.
20
RMMV Script Database / Re: [MV] ICF-Soft - Event Extension
September 09, 2017, 12:18:56 pm
Update: Version 1.06

  • 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.


You can download it here.