@Oddball
Are you using the MV or MZ version?
Send me a screenshot of your plugin list.
Also, trigger the error again, then press F12 or F8 and open the console tab and send me a screenshot of the error log there too.
[EDIT] Ops, see that you already solve it. Sorry ^^''
Was a challenge for me type that on my cellphone xD
As Shaz said, I believe you just need to correct the capitalization of the If:
$gameParty.members().forEach(member => {
If(member._actorId > 10 && member.isDead()) {...
Hi there!
I'm on celphine so I don't know if it will work.
You can try a script call:
$gameParty.battleMembers().forEach(member => {
If(member._actorId > 10 && member.isDead()) {
$gameParty.removeActor(member._actorId)
}
})
The "member" word should return a $gameActor object.
I don't know if...
Author: Hakuen Studio
Introduction
This plugin lets you bind common events to any keyboard button via plugin parameters or plugin commands!
Features
● Bind common event to keys.
● Remove common events from these keys.
● Can do it through plugin parameters or plugin commands.
How to use
The...
I got, to be honest, I didn't know anything technically about what you said. But when I was learning Phaser 3, I read a little about this renderer stuff, but in the end, I schedule this lesson for later.
But both in MV and MZ I always notice fps drops when entering the menu, its a fast fps drop...
Hi there!
That's is very simple to do. Make an event to activate every time the player enters in a new map and register the max number of steps he can get before get kicked out:
In the common event, you can check it like this:
Hi there!
The more simple way I can think to solve this is to put a parallel event checking the player position and the event position.
If the player position is equal to the event position, you can trigger a switch and activate the event.
There are other ways of doing that, but that is, how can...
Hi there!
Welcome to the community!
Turning a box into a game? I believe that you are having a nice experience with that.
Well, your history also reminds me that my friends never tested my first game xD
Anyway, welcome ^^
I hear island(Lost)?!
haha!
Nice story, I mean you and your wife helping your father make a game. He is very luck to have both of you.
Welcome to the forum!! :D
*Updated the first post with some screenshots
Hi there!
Thanks for the heads up, I have fixed the image on the itch io page.
But it works for both MV and MZ. It was just the image that I have put it wrong xD
Author: Hakuen Studio
Introduction
If you use a lot of pictures in your game, you certainly thought it would be easier to organize them into subfolders within the pictures folder.
This plugin allows you to use subfolders to display your pictures.
Features
• Adds the possibility to show...
Hi there!
The only thing at first that I can think of having bad performance is for mobile. If you don't go mobile, you will probably be fine.
You also have to watch out for the game size in MB and raise the default cache limit since your Parallax map will probably be big because of the...
Version 2.1.0 - 12/28/2020
- Fixed a bug that crashes the game due to some specific characters in filenames.
@wkdrn33
Sorry for the late answer. I was resting a little bit at the end of 2020. But the bug is fixed now. Please download the new version.
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.