https://github.com/blockzilla101/map-previewer
mindustry map previewer
https://github.com/blockzilla101/map-previewer
Last synced: 6 months ago
JSON representation
mindustry map previewer
- Host: GitHub
- URL: https://github.com/blockzilla101/map-previewer
- Owner: Blockzilla101
- Created: 2020-10-01T12:42:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T11:44:04.000Z (about 3 years ago)
- Last Synced: 2025-01-23T08:15:56.514Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/Anuken/CoreBot)