Since this is the same Tile Map Generator used for Reldens, you can check the official documentation on how each of the options below works.

What would you like to do?

  • Sample single map

    In the examples above, all the tileset JSON files use the same tileset image (this is because we used the already optimized version of the tileset).
    Case disclaimer: In theory, it should also work if each element has its own image, but this still needs to be tested.
    For now, you can use the composite option to use multiple tileset images, and those will be merged by the generator that uses the Tile Map Optimizer.

    Generator Data example:
    map-data.json

    Expected JSON files examples:
    house-001.json
    house-002.json
    tree.json

    Expected Images files examples:
    tilesheet.png

    Configuration Options

  • Sample single map

    In this case, as you can see, we have a single tile map JSON file which contains several tilesets with different images.
    All the original contents are 16x16 pixels, so you can see we set "factor: 2" in the sample params to run the optimizer and get tiles of 32x32 pixels in the result.

    Generator Data example:
    map-composite-data.json

    Expected JSON files examples:
    reldens-town-composite.json

    Expected Images files examples:
    outside.png
    terrain.png
    house.png
    doors.png
    water.png
    inside.png

    Configuration Options

  • Sample single map

    In this case we have the same structure as in the SINGLE import, but we include multiple map names in the provided data and use a different loader to create multiple maps at once.

    Generator Data example:
    map-composite-data-with-names.json

    Expected JSON files examples:
    reldens-town-composite.json

    Expected Images files examples:
    outside.png
    terrain.png
    house.png
    doors.png
    water.png
    inside.png

    Configuration Options

  • Sample single map

    In this case we have the same structure as in the SINGLE import, but we include multiple maps information and the association options in the provided data, but use a different loader to create multiple associated maps at once.

    Generator Data example:
    map-composite-data-with-associations.json

    Expected JSON files examples:
    reldens-town-composite-with-associations.json
    house-composite.json

    Expected Images files examples:
    outside.png
    terrain.png
    house.png
    doors.png
    water.png
    inside.png

    Configuration Options

Common Configuration Options


IMPORTANT: All uploaded files are deleted from the server every hour.

Note: Because of this hourly cleanup, you can submit the form again within the same hour without re‑uploading your files.
If you want to use the sample generator data, you still need to download the example files for each case and attach them in the form below.
After the hour resets, you'll need to upload the files again.