Skip to content

WurmMapGen v2.3.0

Compare
Choose a tag to compare
@woubuc woubuc released this 03 Jan 15:06
· 11 commits to master since this release

Portals and mod items
The map generator now renders portals, and includes modded items. Currently only the kingdom items mod and the new portals mod are supported, but if you have a mod that adds towers or portals let me know and I'll add them to the map generator as well.

Changelog
Added: Modded towers (kingdom items mod) will now be displayed on the map
Added: Vanilla and modded portals (new portals mod) will now be displayed on the map, if enabled in properties file
Added: Added CLI arguments -t / --template, -d / --debug and -v / --verbose
Added: Use a different template through CLI argument (ex. WurmMapGen.jar -t ./my-custom-template)
Fixed: Reduced excessive memory usage by forcing garbage collection after generating map tiles
Changed: Verbose logging is now a CLI flag, verbose value in the properties file is deprecated
Changed: Reworked database classes & queries to make the code more DRY

Find the full changelog in CHANGELOG.txt in the repository.