public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers
Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Eli_Utilities
  • Original author: Eliaquim
  • Original date: November 6, 2019
  • Source thread: https://forums.rpgmakerweb.com/threads/eli_utilities.114977/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

Author: Eliaquim​ I made this plugin for study purposes. However, I am making it available. If anyone wants me to add something else, just say I'll see what I can do ^^ Introduction There are many things in Rpg Maker Mv that without the alternative of a plugin there is no way to change what is set by default.

Archived First Post


Author: Eliaquim


I made this plugin for study purposes. However, I am making it available. If anyone wants me to add something else, just say I'll see what I can do ^^

Introduction
There are many things in Rpg Maker Mv that without the alternative of a plugin there is no way to change what is set by default.
Things like the number of slots to save, the formula used to calculate the experience to level up and other ones.

This plugin is designed to give developers some simple flexibility to change these default settings. Some of them can be changed even during the game.

Features
This plugin offers:
• Option to choose whether simultaneous two-finger touch will be used to open the menu/cancel or not on mobile devices.
• Change the max number of slots to save.
• Enable or disable the blur effect on the screen background when the menu is opened.
• Choose a different formula to calculate when the actor will level up.
• Change how much HP is taken from the damage tile based on the value of a variable.
• Change the formula that calculates the strength of the critical hit.
• Change the number of actors that can enter in a battle.
• Define a name for the party with the plugin command.
• Choose the number of max followers that will be shown on the map.
• Change the Max gold that the party can carry with plugin command.
• Change the Max items that the party can carry with the plugin command.
• Change the fadespeed for fade In/Out with plugin command.

How to use
To use the plugin just go in the plugin parameters. However, there are a few things you should know:

• The default formula for calculating the experience to level up is:"Math.round(basis*(Math.pow(level-1, 0.9+acc_a/250))*level*(level+1)/(6+Math.pow(level,2)/50/acc_b)+(level-1)*extra);"

• The default formula that determines the strength of the critical hit is: "damage * 3;"

• You can change the number of actors that will enter in battle anytime in the game. However, the number of followers cannot be changed mid-game, only in the beginning via parameters.

Plugin Commands:
• maxbattlers X
• partyname X
• maxgold X
• maxitems X
• fadespeed X

Change the X value for the value that you want. All values are numbers(not tested with decimal values). Only the party name that you can put letters.

Screenshots
mBlRqkZ.png
FNFwSel.png
ZaI4XJ1.png
TZyreZm.png

Terms of Use

1. Give the credits to Eliaquim or Rakuen Zero in the credits section of your game.
2. It can be used in free and commercial games.
3. Do not sell or say that you made this plugin or part of him.
4. A free copy of your game would be nice(but it's not mandatory).
5. Do not redistribute this plugin. Instead, give this link to the download:
https://rakuenzero.itch.io/eli_utilities

Features Mentioned

  • This plugin offers:
  • Option to choose whether simultaneous two-finger touch will be used to open the menu/cancel or not on mobile devices.
  • Change the max number of slots to save.
  • Enable or disable the blur effect on the screen background when the menu is opened.
  • Choose a different formula to calculate when the actor will level up.
  • Change how much HP is taken from the damage tile based on the value of a variable.
  • Change the formula that calculates the strength of the critical hit.
  • Change the number of actors that can enter in a battle.
  • Define a name for the party with the plugin command.
  • Choose the number of max followers that will be shown on the map.
  • Change the Max gold that the party can carry with plugin command.
  • Change the Max items that the party can carry with the plugin command.
  • Change the fadespeed for fade In/Out with plugin command.

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

Terms of Use 1. Give the credits to Eliaquim or Rakuen Zero in the credits section of your game. 2. It can be used in free and commercial games. 3. Do not sell or say that you made this plugin or part of him.

Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar