Overview
JourneyMap Tools is a set of command line utilities which can be useful for manipulating the image tiles generated by the JourneyMap client mod.
- MapSaver: Save all region tile images to a single file, with optional resizing.
- MapMerger: Merge tiles from two world directories. (Not implemented yet)
Source code is available at https://bitbucket.org/TeamJM/journeymap-tools and you are encouraged to contribute!
How to use JourneyMap Tools
- Java 7 or Java 8 must be installed on your machine.
- Download the latest jar
- Open a command line and run:
java -jar journeymaptools-0.3.jar
- Follow the prompts
For complete instructions and example usage, please see the wiki page.