OpenRA / TilesetBuilder

Slice images into tiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenRA Tileset Builder

Open indexed PNG files and export them into Westwood 2D terrain tile files.

Screenshot

More info on this wiki page: https://github.com/OpenRA/TilesetBuilder/wiki

Build instructions

Enter those commands in a command line:

git submodule init
git submodule update
cd OpenRA
make all
cd ..
make

If you don't use git, put engine version 8596ce00cc27c3cc2ee4cd899465793ab7b5faa0 inside the "OpenRA" folder. Then build the engine and run the make command in the TilesetBuilder directory.

About

Slice images into tiles

License:GNU General Public License v3.0


Languages

Language:C# 96.1%Language:PowerShell 3.6%Language:Batchfile 0.3%