Opens maps created by WurmAPI
- CLI via new flags
- Localization (no translations yet)
- Click here for the latest release and download the MapViewer jar.
- For most users, double-clicking the jar will run the program if Java is installed correctly on your system.
- Install Java 8 JDK and Maven. Recommended using an IDE such as IntelliJ IDEA or Eclipse
git clone https://github.com/xorith/MapViewer.git
- Make sure to use
mvn validate
beforemvn install
You must run mvn validate
prior to mvn install
in order to install ./lib/common.jar
as it is not hosted in a repository yet!