Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

OpenRA/TilesetBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.