A modest clone of Warcraft II World Map Editor.
-
EFL
must be installed (https://www.enlightenment.org/docs); -
cairo
must be installed (https://www.cairographics.org/); -
war2tools
must be installed (https://github.com/war2/war2tools) -
Create build directory:
mkdir -p build && cd build
. -
Run cmake:
cmake ..
. -
Compile:
cmake --build .
. -
Install:
sudo make install
. -
Launch:
war2edit
.
All resources (sprites, tiles, .PUD, .war) are property of Blizzard Entertainment.
Code is under the MIT License. For more details, plus refer to the COPYING
file.