For game creators to reverse a image into a world and tile array.
Choose Image, Tile Size, and Area
Image turns into.
Created Tiles\
Tiles
Created World File
Width in Tiles
Height in Tiles
Amount of Tiles
World Data
Creates 2D world and seperates every unique tile image.
This process will not duplicate a tile. To create more than one tile, tiles must be a least one pixel differant.
First tile is top left.
Modify 2D world.
The User is in control here. For example tiles can be duplicated, a good method of removing unwanted tiles.
Replace tiles in world.
Incorrect tiles can be replaced in palette, correcting all instances in world.
Save world to image and rescan to fix Tile_Palette.
World saved to text file. Tile images saved to in sub-directory: Tiles.
For the entire working package download MapIt.zip MapIt.zip
Last Edited: 09/1/18 04:04
MapIt.zip Includes AutoIt source and MapParser.exe MapIt (AutoIt only)
Last Edited: 09/1/18 04:04
This version, without the MapParser.exe contains only AutoIt and SDL DLLs.
It reverses map images 100..1000 times slower than it's CPP counter part.
MapParser.cpp Last Edited: 08/18/18 08:30 Only the MapParser CPP source file
Normally this file doesn't make it into the executable release.
If you want the MapParser.exe source code, download it here.