Comments

Log in with itch.io to leave a comment.

Weird question, is this boundary all events, and if so, can we turn on a switch/off to make changes to those 'boundaries' events? (Like moving them?) I'm curious how this works...but it's exactly what I was looking for, I think...I was manually doing it with eventing, but it was getting so tedious and messy LOL

(+1)

Hello, this plugin doesn't quite work like that. What this plugin does is it will return an array containing data from the tiles located on or within the confines of a boundary which can be used to determine if there is an event on a tile within a boundary, or if any tiles within a boundary are a certain regionId, for example. Currently this plugin is used as an extension for the Ritter Ultimate Event Spawner. It's for sale separately to avoid raising the price of the base spawner and to allow others who may see a use in its features to utilize it for other purposes. This plugin could be used to box in events and prevent them from moving outside of those boundaries but that would take additional code written to do so. This plugin could also be used as event detection. Alone this plugin does no more than returning an array of data which you would then need to utilize in some way.

Overall this is an advanced plugin to use especially if it's being used for a purpose other than the Ritter Ultimate Event Spawner. It would without a doubt require more code to be written which utilizes the data it produces.

Ohhh thanks for letting me know! I really appreciate you letting me know. That makes a lot of sense, it probably wouldn't be compatible with a spawner I've already bought so I will look into something else, thank you for telling me :D

This is a great plugin, but If I'm not mistaken events do not get saved when unspawned, so when they respawn on the boundry they are reset back to their first state. No self switches or anything gets remembered. Have I got that right? You allowed saving events in the EventSpawner but not this one seemingly.

Hello, I may have forgotten to update the mv version to do what the mz version does. I have this handled in my version so I should be able to get this working over the weekend.

Thank you!

Deleted 256 days ago

Hi again, any news on getting it working with version?

Hello I'm still working on this, sorry about the delay. Shouldn't be much longer.

Do you have an updated estimate? I don't wish to rush you, but it would be good to know when to check back. Thanks.

Hello I'm sorry about the hold up on this update, I've been pretty busy lately, I'm hoping to have this wrapped up over this weekend.

Thank you for your patience

Hello, just to provide another update so you're not in the dark. I'm getting close to finished with this update, I'm currently running tests to ensure everything is working as intended. I'm hoping to have this finished up late tonight (EST time zone) or by tomorrow night at the latest. So far everything seems to be working well.

On a side note the plugin which will need to be updated on your end is the Ultimate Event Spawner plugin, the boundary system code remains the same after this update. All the code is done within the spawner since this is a spawner related update. 

I'll post here to let you know when the spawner update is ready to be downloaded.

Thank you for your patience! I know it's been a bit of an extended wait.

(1 edit)

Hey notritter, Hope you doing well. 

Could you make a new version of this plugin the will work with Pixel movement/Collider? or maybe there is a way to add a parameter in the current plugin the will change the checking of the conditioner to be with pixel/collider math (100 pixel in each tile size as you probably know)?  I'm using 'Altimit Pixel Movement' combine with mogABS. 

Unless is already work properly with 'Pixel movement'?

I can test this out and get back to you, what exactly are you trying to use this plugin for? Alongside the Ultimate Event Spawner? It would be easier to know what to test with a little more info. I've never used Altimit Pixel Movement plugin before so I cannot say for certain one way or the other just yet.

If this plugin is to be used alongside the Ultimate Event Spawner basically this plugin will feed the event spawner x,y coordinates that are on or within a boundary you create. So if spawning an event on an x,y coordinate works for you then this plugin should work as well.

Thank you for taking interest in my plugins :)

I was thinking to have a little more control on the ABS Tool event I spawn in my game (using your spawn plugin), Probably for some puzzles, maybe for enemies as well.