I can update the itch.io page. but, it takes me a long time to re-compile the tool for every possibe platform.. maybe I should make a tool to compile tools for me haha..
Also yeah aqua is right, you can update the plugin directly from within the tool, even if i recompile the tool, the updates are cached in your computer, and it would more than likely prompt you to update still anyways. :x
Also I am looking to switch from nwjs to a new webapp software, It will significantly decrease software size, and also will allow for easier self updates. so there MAY be a new version of the tool coming soon.
Also I am nearly finished adding features to the plugin itself, I believe at this point it is nearly feature complete, I am just tying together smaller/missing features at this point..
After the plugin is complete I will still do my best to do bug fixes, and compatibility requests!
However, after it is complete, I will be adding features that come from the tool!
Some of the features I plan to add to the tool are as follows..
1. Copy Paste Collider Data for the Entire tileset.
2. Copy Paste Collider Data for an Entire Letter Sheet( including parallaxes ).
3. Stair direction adjuster( this one is.. gonna be pretty simple. so basically there will be a selector to mark a tile as a stair in the tool.. you can select either horizontal, for stairs moving left/right OR vertical for stairs moving forward/backward. For the stairs moving up/down, you will be able to set a modified move speed value, to slow down the move speed when climbing stairs, this would simulate a longer travel time moving up/down the stairs. As for horizontal stairs.. you will be able to easily set the angle of the stairs that move left/right, that way when the player travels left/right on stairs, or slopes, it will automatically shift the players left/right movements to the correct angle of the stairs! ).
4. Colliders for Doodad plugins in MV/MZ.
5. Tooltips on hovering over buttons( so that you can hover over an item for a second to fid out what it does ).
6. This one is a maybe.... but... I am looking into a way to set a height value to tiles... However I MIGHT not do this as it could be.. much more trouble than it's worth.. But it would be nice, to be able to set height values of the player.. I.E. a cliff( picture below ), the ground on top of the cliff could have a height value of 3, and the default floor tile could have a value of 0, this way when automatic jump off cliff feature is used. it will know how many tiles down to drop the player when jumping off clifs from the side. Also this could be used for things like bridges, etc.. it would allow searching colliders based on the HEIGHT of the player to allow more realistic height... sorry I'm probably rambling at this point... Also again, this is... really not simple at all..
Also if the player repeats the cliffs mid section several times.. it would make the whole height value inaccurate anyways.. so this is just in the idea phase still....
7. lastly... I DO wanna take a crack at allowing editing auto-tiles... but they are... such a hassle to do D: lol... it'll be a hassle for the end user as well but still gonna give it a shot.. as this is something... I feel that is important.
Well the update will be out a bit later today. but... here is a quick list of what's been updated, I jumped several versions here ^^;
Code: ● Version : 1.8.1
● Date : 14/07/2024
✩ Fix - errors with characters not existing in collision check.
✩ Fix - errors with map not existing in collision check.
● Version : 1.8.2
● Date : 14/07/2024
✩ Fix - Fix issue with vehicles syncing with player too early
✩ Fix - Fix issue with ship colliders not being read correctly.
✩ Fix - Fix issue followers moving eratically after unboarding vehicle.
● Version : 1.9.0
● Date : 14/07/2024
★ Add - script call moveAtAngle, updated to allow specifying the distance.
★ Add - ability to disable mouse movement via parameters
★ Add - plugin command to set & resize rect collider for player.
★ Add - plugin command to set & resize circle collider for player.
★ Add - plugin command to set & resize rect collider for followers.
★ Add - plugin command to set & resize circle collider for followers.
★ Add - plugin command to set & resize rect collider for event.
★ Add - plugin command to set & resize circle collider for event.
✩ Fix - mouse movment inaccuracy when screen is zoomed in.