Waffle Path Tool
Simple tool for creating paths for game objects. Yes, you can do this in Tiled, but I needed a tool that I could use for when creating maps at run time. So, there is no level to load. This just saves as a JSON string ... the real magic is in loading. When I have an example class, I'll upload that too: as an extra download...
You could use Tiled, export the map as an image, load the image and then make paths.
Currently, I am doing a v-shooter and just wanted paths for enemies to follow.
Although the image path is saved in the JSON, my loader can't autoload the image. It is a JS limitation.... your image would need to be embeded with the app on itch,io :) Of course, you could always do a right-click, view source, select all, copy, and paste into a new text file.... now you have your own copy that you can run locally .... I placed everything all in one page just for that reason. :)
The grid layout is 16x16 pixels... 16 per line.
EDit: On to version 2,
Added support for RPG Maker
The built in grid is 16x16, So, I would recommend taking a screen shot
(sniping tool) at a zoom of 1:1 and then scale down as needed to get to
16x16 or 32x32 ... whatever fits. the image import is limited to 600x600
sorta arbitrary ... 48 to 32 is 66.66% while 16 is 33.33% ....
Edit: Added option to change colors
Edit:Added export to RPG Maker directly
Edit:Removed Export (Browsers do not like custom formats)... stay tuned.
Edit: Added windows download that exports to RPG Maker
Edit: Made it free. If you need a custom export, I'll charge for that.
Download
Click download now to get access to the following files:
Development log
- Updated Windows Path Tool8 days ago
- RPG Maker Support11 days ago
Leave a comment
Log in with itch.io to leave a comment.