itch.io is community of indie game creators and players

Devlogs

Updated Windows Path Tool

Waffle Path Tool
A browser Path Maker made in HTML5

Change menu to permit a selection of export formats.

Full Text - actual pixel position of nodes

Grid Text - Calculated Grid Position (based on tilesize)

RPG Text - Same as Grid Text
but added RPG Maker Script commands (as text)

RPG Script - Same as RPG Text
but exported in RPG Maker MV/MZ format (not as text)

The RPG Script I use is actually JS (code 45 in RPG Maker)...
So, instead of move down ... it will be
this._y=34;
I prefer this method so I do not need to say
move down move down move down .... and wonder where the event went...
this way, I have the destination and can see what is happening.

You will still need to add the 

Turn commands as needed
stepping on/off as needed ...

Files

  • wfPath2.zip 3.6 kB
    Mar 18, 2025
  • windowsPath.zip 249 kB
    Mar 20, 2025
Download Waffle Path Tool
Leave a comment