Blockzilla101 / map-previewer

mindustry map previewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generates a preview for a mindustry map, along with printing other stuff about the map.

Usage

  • java -jar previewer.jar map.msav to create a preview for map.msav outputs to cwd, output filename is same as input filename.
  • java -jar previewer.jar map.msav false to only print map info and not make a preview.

Compiling

Requires java 14

  • ./gradlew dist to compile, built jar should be in build/libs/previewer.jar

Previewing code stolen borrowed from CoreBot

About

mindustry map previewer


Languages

Language:Java 97.2%Language:Shell 2.8%