A downloadable tool for Windows

Download NowName your own price

Welcome to TileWiz, the ultimate tool for effortlessly creating and editing tilesets for your game development projects. Designed with both novice and experienced developers in mind, TileWiz offers a robust set of features to streamline your workflow and enhance your creativity.

What does this do?

TileWiz is a powerful tool designed to revolutionize tileset editing by allowing you to move individual tiles effortlessly. Traditional image editing tools require meticulous pixel-perfect placement, which can be time-consuming and frustrating. TileWiz addresses this pain point by providing an intuitive drag-and-drop interface, making it easy to reorder tiles, add rows and columns, and integrate tiles from multiple sets. This streamlines your workflow, saving you time and effort, and enabling you to focus on creating stunning game assets without the hassle of precise manual adjustments.


Key Features:

  • Load or Create New Tilesets: Start fresh or import existing tilesets in PNG format with any pixel height and width.
  • RPG Maker MZ Presets or Custom Settings: Choose from predefined settings or customize your own to fit your specific needs.
  • Drag and Drop Reordering: Easily rearrange tiles by dragging and dropping them to different positions within the tileset.
  • Cell Identification: Quickly identify the cell you are working on with a simple click, perfect for managing iconsets.
  • Swap Mode: Toggle to swap mode to exchange tiles effortlessly.
  • Dynamic Row and Column Management: Increase or decrease the number of rows and columns as needed to expand or condense your tileset.
  • Full Undo & Redo Compatibility: Never worry about making mistakes with comprehensive undo and redo functionality.
  • Multi-Tileset Loading: Import multiple tilesets and drag tiles from these sources into your main tilemapper on the right.
  • Save Options: Export your work as a new tileset or save as individual sliced tiles for ultimate flexibility.
  • Help Tooltips: Access detailed tooltips at the bottom right corner for assistance, which can be turned off if they become distracting.
  • Dark Mode Only: Enjoy a sleek, dark mode interface that reduces eye strain and looks great.

NOTE: No Tilesets or Icons will be provided. You need to bring your own.

Updated 1 day ago
Published 11 days ago
StatusReleased
CategoryTool
PlatformsWindows
AuthorBattleProgrammer
Made withRust
Tags2D, Pixel Art, RPG Maker, RPG Maker MZ, Sprites, Tilemap, Tileset
Code licenseMIT License

Download

Download NowName your own price

Click download now to get access to the following files:

TileWiz_1.0.4_x64.msi 2.1 MB

Comments

Log in with itch.io to leave a comment.

An excellent tool! A few obvious feature suggestions:

  • A view zoom, to enlarge low resolution tiles on high resolution screens and, less commonly, to shrink big tilesets or source images to fit them in a small window.
    Since only a few integer scaling factors would be needed, the zoom could be controlled by the mouse wheel or by a set of toggle buttons.
  • Selecting and dragging rectangular selections as if they were big tiles.
    It can be useful both for faithful copying and swapping operations on groups of coherently arranged tiles (e.g. managing the 4 by 12 corner tile sets in the screenshot as 48 tiles) and for large scale editing (e.g. moving the rightmost  portion of the tileset a few columns away to make room for new tiles).
  • Finding and selecting duplicate tiles, for example to delete them easily.
  • An optional alternate tileset resizing mode: instead of leaving tiles at the previous locations and either adding empty rows and columns or obliterating tiles in deleted rows and columns, incrementing or decrementing the number of rows or columns could rearrange tiles (as if laid out in wrapped lines or columns) to fill the new size, and add columns or rows in the other direction if needed to fit all tiles.
    For example (. represents empty spaces)
    A B C
    D E .
    could be rearranged to 2 columns as
    A B
    C D
    E .
    rather than
    A B
    D E
    and to 3 rows as
    A E .
    D C .
    B . .
    rather than
    A B C
    D E .
    . . .
    There could be additional buttons ("reflow") in addition to the current + and - resizing buttons (which would be "extend" and "truncate").
  • Specified offsets and margins around tiles; sometimes editing source images to align tiles is not a very practical option.