I am digging into the scripting trying to figure out how the system works and I am having a really hard time following the paths that connect the scripts. For example, I want to have complete control over how my game reacts to battles but I am having the hardest time finding where the battle...
Damage Formula Extension 2017/01/28
Creator name: Triacontane
Introduction
More functions that can be used for damage formula calculation.
How to Use
Input function for skill damage formula in database. Example(a.plus_atk), (b.plus_def)
Formula functions list:
plus_atk(percent, value)...
ItemCallScript - Version 1.0.0 (2018/09/16)
Creator name: Triacontane
Introduction
Create an item or skill that will run any script when used.
Note: Javascript knowledge is required for use.
Instructions-
Specify the following in the item or skill note box:
<call:insert script here>...
ItemCallScript 2018/09/20
Creator name: Triacontane
Introduction
Create an item or skill that will run any script when used.
When used on the menu screen, can be done without returning to the map screen. (without the use of common event)
Note: Knowledge of RGSS is required for use.
VX Ace...
Hello!
I'm having an issue that I haven't been able to resolve. I have two plugins, Nivek_Core and Nivek_Relationship. Inside of Nivek Core, I have defined some file functions to be used by any of the other plugins I may develop. Here is an example:
Nivek Core Code -...
So, I use a lot of scripts in my game, that have more than the very limited 12 script lines.
Now I wanted to know which of these two options is the better practice?
Option A:
Use a javascript shortener site, shorten the code to a single line and paste it into the script event command. And of...
Hello, party people in the place to be-
I have the following Frankenstein function:
$._urlExists = function(url_to_check) {
var result = false;
// check if string is valid url format, source: https://stackoverflow.com/a/5717133
var pattern = new...
Hello!
Is there a method or a function in the RPG Maker built-in methods/functions that will return the inventory items in the correct order which they have been picked up?
$gameParty._items seems to just sort the items by database ID.
I know an array could be used for this but that would...
Hi there!
I'm making a plugin, and i have a doubt:
What is the best practice?
var _Elii_Game_Timer_update = Game_Timer.prototype.update;
Game_Timer.prototype.update = function(sceneActive) {
_Elii_Game_Timer_update.call(this, sceneActive);
MY CODE STUFF HERE
or...
Trying to have the screen shake to show scenes of extreme emotion etc, but the function labeled "shake screen" doesn't seem to do anything on testing. I tried adjusting the variables but no matter how large or small I make them nothing seems to happen. This doesn't seem to impair other aspects...
Hi, I'm somewhat new to programming. I'm messing with mouse commands on MV, but I'm altering direct on the rpg_xx.js files, and there are changes that I even don't remember which line was. HAhaha.
Well, how can I create a plugin that my function totally overwrite the original function (on...
Hello everybody,
I have checked for different ways to do this (Plugins, remapping, in editor commands, google & so on...) but haven´t been able to solve the problem...
What I want is to remove the "open menu" functionality put on the "X" button on the keyboard. I still want the menu to open on...
Hello,
I have an event that allows the party to restore all hp. I have rigged up the dialogue, a variable that holds the inn's price, all that, but there is one thing I am having trouble doing: setting the price. I would like the price to be the total missing hp of the party - however the...
Hi there : )
I tried to make a simple plugin that overwrite a function from rpg_scene.js
but it doesn't seem to work = |
for example:
i put this plugin at bottom of my plugin list,
it should ruin the title scene but nothing happen = |
so ... why is that, can someone tell me please?
Hello guys,today i was working with hud maker by SRD to make my battle hud,and i want to show actors party walker sprite in place of the actor face,but i dont know how to call the sprite, i know party commands are $gameParty()... ¿¿¿??.
thanks a lot.
I'm making a game that will be heavily directed at mobile platform. The vanilla name input process is close to what I need, but is missing a few things. For starters, there is no back or delete button in the window. So players will not be able to delete any typed characters. Also, the current...
So, like with VX Ace (maybe prior to those too) in the Game End window there was a quit to windows. So I took the liberty of adding it in. It works! But the wording doesn't show up, but if anyone would like to help edit the files to where 'Quit' shows up, that'd be appreciated.
RPG_Scenes...
I am having an issue with a script I'm working on, I am trying to call the x and y variables to set the screen resolution, and now my brain is hurting after a little while of editing and re editing, and searching online for any way to pull this off.
I am using Yanflys Core Engine with a...
hi i have question.
Example if i call my function
1:ID 2:operator
StatsControl(322,'-='); // Is do a decrease
if i do this
StatsControl(322,'+='); // Is do a increase
i read Eval can make me do this easy,
I know well the long method, but I would like to find a shortcut to...
list of variable , object/class and function/method that is present in the rpgmaker mv js files and in JavaScript itself.
Is it possible to list it all for me here?
if not,how and where do I find them(full list)?
I've been working on some ABS team A.I. for 'A New Suburbia', and thought I'd share.
I'm generally quite please although the AI is a little grenade heavy right now - Sneaking and stalking next! Please excuse the terrible map... it was just for ease of viewing!
Oh, I was just confirmed I'll be doing small online classes during june - july, on one side I'm nervous and looking forward it, on the other one: I've became the very thing I swore to destroy.
Work starts today at 2pm. I hate jeans, but the dress code says I have to wear them... That's how I discovered I was a plus size. Shopping for my first pair of jeans.
Anyhow, I'll post a new video on TheDazzlingsAreBack as soon as I'm able to.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.