Quasi Params Plus

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Can you try resetting the plugin parameters? Just open the plugin manager and double click my plugin, hit ok and save the project. Because from that line it looks like it's not finding the "Use Custom Parameters" parameter.
 

Neo Soul Gamer

Veteran
Veteran
Joined
Aug 10, 2012
Messages
653
Reaction score
392
First Language
English
Primarily Uses
N/A
Yeah, gave it a shot. I'll have find out exactly which plugin is causing it not to work. Not feeling up to it tonight. Haha. I'll let you know how things turn out.
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Let me know what you find. If you don't find anything you can send me the project files and I'll take a look.
 

Neo Soul Gamer

Veteran
Veteran
Joined
Aug 10, 2012
Messages
653
Reaction score
392
First Language
English
Primarily Uses
N/A
Actually, I've come to find out that I'm getting this error just on it's own. In a fresh project too. Maybe there's something wrong with the way I've copied the plugin.

EDIT: Yeah, still the same error. Are you not getting this with your newest plugin?
 
Last edited by a moderator:

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Nope I'm not getting it. Only thing I can think of is that you didn't save the plugin as "QuasiParamsPlus.js" Can you push F8 to open console and type:

PluginManager.parameters('QuasiParamsPlus')and you should see something like:



If you just see Object { } then it's going to be an issue with the filename, if the "Use Custom Parameters" ( case sensitive ) is spelled differently let me know.

Edit: I should probably ask for more information. Is the error on test play, deployment, local, web? Is it right on start or after something happens?
 
Last edited by a moderator:

Neo Soul Gamer

Veteran
Veteran
Joined
Aug 10, 2012
Messages
653
Reaction score
392
First Language
English
Primarily Uses
N/A
The filename. That's what it was. I didn't even think that had any bearing on the function of the plugin. Shows how much I know about Javascript. :/

Thanks for your help!
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
No problem! Glad to have fixed it.
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Version 1.07

  • Added rates formula
  • "current" variable to formulas
Rate formulas:

Lets you add a value to a rate by a formula. The formula acceps the a, v[] and the new current variables. The setup:

<ratesFormula>XPARAM: value</ratesFormula>Set XPARAM to the abbreviation for a xparam or sparam

Value can be any number or even a formula. Can use a, v[], and current but not b!

Current Variable:

This variable will return the current value before the formula is called. Because if you tried to add to mhp and had mhp in the formula, it would get stuck in a never ending loop. But now you can type in current to get its current value.

Ex:

atk: current * 2lets say the actors atk was 10. This formula would then turn to "10 * 2", so the actors new atk would be 10 + (10 * 2) for a total of 30!

Reminder:

All of the note tags are addictive, they do not replace current parameters with your set value, this goes for rates as well.
 
Last edited by a moderator:

jonthefox

Veteran
Veteran
Joined
Jan 3, 2015
Messages
1,435
Reaction score
596
Primarily Uses
Nice update! This plugin is seriously a lifesaver for me and what I want to do in my projects, thanks again.
 

Roguedeus

It's never too late to procrastinate...
Veteran
Joined
Mar 19, 2013
Messages
543
Reaction score
111
First Language
English
Primarily Uses
N/A
This is a gem of a plugin.


Especially if you need custom parameters!
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Take a lot at these 2 posts:
 
Joined
Oct 29, 2014
Messages
156
Reaction score
4
First Language
English
I just gave it a look, and actually looks like it should work perfectly with mine.


For the Symbol option, type in the abbreviation of the custom parameter and it should load the param value.



( qpp is the custom parameter from my example JSON )
I typed in str, but it left the Strength parameter blank!
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Blank as in nothing or 0? And are you sure your actor has points added in that stat?


Also just to clarify that post some more, the Symbol value would be equal to the Abbreviation value you set in my plugin.
 
Joined
Oct 29, 2014
Messages
156
Reaction score
4
First Language
English
Blank as in nothing or 0? And are you sure your actor has points added in that stat?


Also just to clarify that post some more, the Symbol value would be equal to the Abbreviation value you set in my plugin.
Blank as in nothing, and yes, str is the Abbreviation value I set in your plugin, for Strength! How do I add points in that stat, anyway?
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Push F8 to open the console to make sure there's no errors. If there are take a screenshot and let me see.


You can set the default value for custom parameters in the JSON file. Other then that you can add to that custom parameter using the <params></params> tag inside equipment or states. You can also using some Script calls to add/ remove or set the value, you can see info on that in the last section in the help window for the plugin.
 
Joined
Oct 29, 2014
Messages
156
Reaction score
4
First Language
English
Push F8 to open the console to make sure there's no errors. If there are take a screenshot and let me see.


You can set the default value for custom parameters in the JSON file. Other then that you can add to that custom parameter using the <params></params> tag inside equipment or states. You can also using some Script calls to add/ remove or set the value, you can see info on that in the last section in the help window for the plugin.
I pushed F8 and the console didn't pop up... and how do you show screenshots?
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Push F8 while playtesting, and there's different ways to take screenshots. You can use a program or manually do it your self ( different for most OS ). Once you have a screenshot you just upload it to some image hosting site like imgur and then post the link here.


Although if you're having more issues, send me a PM so we can discuss this through a PM instead of here.
 
Joined
Oct 29, 2014
Messages
156
Reaction score
4
First Language
English
Push F8 while playtesting, and there's different ways to take screenshots. You can use a program or manually do it your self ( different for most OS ). Once you have a screenshot you just upload it to some image hosting site like imgur and then post the link here.


Although if you're having more issues, send me a PM so we can discuss this through a PM instead of here.
Push F8 while playtesting, and there's different ways to take screenshots. You can use a program or manually do it your self ( different for most OS ). Once you have a screenshot you just upload it to some image hosting site like imgur and then post the link here.


Although if you're having more issues, send me a PM so we can discuss this through a PM instead of here.
Push F8 to open the console to make sure there's no errors. If there are take a screenshot and let me see.


You can set the default value for custom parameters in the JSON file. Other then that you can add to that custom parameter using the <params></params> tag inside equipment or states. You can also using some Script calls to add/ remove or set the value, you can see info on that in the last section in the help window for the plugin.

Push F8 while playtesting, and there's different ways to take screenshots. You can use a program or manually do it your self ( different for most OS ). Once you have a screenshot you just upload it to some image hosting site like imgur and then post the link here.


Although if you're having more issues, send me a PM so we can discuss this through a PM instead of here.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

This is relevant so much I can't even!
Frostorm wrote on Featherbrain's profile.
Hey, so what species are your raptors? Any of these?
... so here's my main characters running around inside "Headspace", a place people use as a safe place away from anxious/panic related thinking.
Stream will be live shortly! I will be doing some music tonight! Feel free to drop by!
Made transition effects for going inside or outside using zoom, pixi filter, and a shutter effect

Forum statistics

Threads
105,999
Messages
1,018,221
Members
137,778
Latest member
br11an
Top