Watch the rise and fall of empires! · By
Hi, yes you can make your own maps! I created this blog page a while back:
http://blog.galimulator.com/2-uncategorised/2-maps
There was some interest, check out some stuff posted here:
The blog page refers to this mapbitter tool that is distributed as windows executable (+jar). Running java -jar MapBitter.jar lovelyearth.bmp on my Linux gives me a trace:
I will do my best to process: lovelyearth.bmp for you
Exception in thread "main" java.lang.IllegalArgumentException: input == null! at javax.imageio.ImageIO.read(ImageIO.java:1388)
at MapBitter.processImage(MapBitter.java:22)
at MapBitter.main(MapBitter.java:18)
It would be awesome to get this working on Linux too.
Anything for a fellow linux user! It's developed on linux so it should work, not really sure what's up with the jar file, only tried it on Windows, and probably wine wine :) ... But since it seems you're familiar with a shell, I've just uploaded the class file for you:
http://galimulator.com/MapBitter.class
> java MapBitter lovelyearth.bmp
I will do my best to process: lovelyearth.bmp for you
Land pixels: 214385
Sea pixels: 707215
Map successfully save to: lovelyearth.bits