Comments

Log in with itch.io to leave a comment.

Is there any way I can set up some enemies to only appear in certain regions or when certain switches are on? And is there a way to have the enemies refresh when a switch turns on or off?

I'll check this out but currently, no

(1 edit)

I've also noticed the problem that it's not possible to select the troops the enemies appear in. When I run into an enemy, all I can encounter is a single one, and for a game with a party of 4, that could get very troublesome unless I'm missing something. I'd much prefer to be able to encounter normal troops rather than one enemy at a time! Also, a lot of enemies are spawning in places they really shouldn't, such as in trees and in the middle of the ocean.


Checking this now

Hello, I'm getting issues when entering battle with the VisuStella BattleCore (TypeError Cannot read property 'pages' of undefined).

thanks for the notice, I'll check it out

(2 edits)

Thanks for the update

Question; Does the plugin call for my individual enemy or the troop. Cause I'm using sideview battle and the positioning for the sprite gets centered dispute the troop having them on the left side of the screen.

It builds the troop from scratch so its individual enemy

(3 edits)

Ok, is it possible to have a bit of control for the enemy position for the sideview battle? Cause my battle UI is in the center and my actors are on the right of the screen. Or at the very least have control over the troop generated for balancing purposes.

More control over generated troop in what way?

My issue is what is the deal for commercial use? You got some decent stuff but no info regarding terms on commercial use?

I really gotta make a general TOS but yes, all of my free plugins are free for commercial use

(+1)
Here's the bug I was talking about on Reddit.
(3 edits) (+1)

Btw it only happens on the map that I set the <enemies:1> on ie. it happens as soon as I enter the map in question. What are you actually supposed to put there that works for you?

Edit: Maybe I just don't have the latest version, duh. I think I do have the latest version, and have redownloaded it in case.

It is read as an Array the enemies note tag is supposed to be input as:

<enemies:[x]>

I'm checking the refresh bug now.

This issue highlighted some other issues found in the plugin.

They have been... taken care of

(1 edit)

Hi again. Would this work with bigger overworld sprites (with the same ratio as the 8 character sprite sheet)?

(+1)

As in same character sheet but the sprites/image are bigger? Yes it should.

I'm testing it in a clean project and I'm getting this error "SyntaxError - Unexpected token , in JSON at position 1"

Is there something in the parameters I may have configured wrong?

Which line is this reported at?

Actually, nvm, I'll check em all.

(+1)

I think this is because you need to open the no damage region setup.


You don't have to add any damage regions just ensure you have an empty array.


This is temporary, I'll upload the patch for this and monster capture core tomorrow.

I'm sorry but how can I open the no damage region setup? 

Sorry it's no spawn region not no damage region. Plugin has been updated regardless.

Will this include "stacking" enemy encounters? For example, you have a bunch of zombies standing there. If they all bumped into the player character, could you have a situation where the bad guys will all have combat happen on the same battle screen, with each fight taking place after another without leaving combat?

In MV and typical MZ, you'd fight a battle, leave a battle for maybe a second or two and then instantly be in an encounter again.

Does your plugin do anything about that?

(+1)

You can have random encounters if you want but this plugin allows you to make all enemies on screen instead.


You can set each enemy to have its own graphic or to be one default graphic.


The enemies stack based on detection range of the enemy which is triggered.

(1 edit)

I think I'm confused...Tried to achieve enemy stacking in troops, but it's always one goblin/zombie, even if a horde gets me. Any help, pls?

What is your range setting?

(1 edit)

I'm gonna check this after work, thnak you for a sign of solution. 

Also, I wanted to ask, because every time you'll open the menu (esc key, I think it's because the scene refreshes?), the monster dissappears and reappear in different positions after closing the menu. Is this suppose  to work like that? Because you can "cheat" by doing this to make them appear somewhere else :) 

Hello, my Enemy Detection range is set to 8. Max Enemy Count also to 8, still, can't make it so the enemies makes groups.

I'll be focussing on this plugin tomorrow.