0

Hacky work on biome tinting

Currently this requires python-gearman, gearman-java, and a java SDK.

This code will probably be all thrown away, but if you really want to
play, first compile Biome.java, then run the resulting Biome.class.
Note you'll probably need to hack the signatures out of minecraft.jar to
get it to run.

Then copy grasscolor.png into the cwd, and run gmap.py as usual.

It is slowwwww.  Perhaps running Biome.class on multiple machines might
speed things up?

Here's the kind of output produced: http://smp.em32.net/biome_test/
This commit is contained in:
Andrew Chin
2010-11-10 20:07:02 -05:00
parent 914a3073f0
commit 210e65730f
4 changed files with 117 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
defaultZoom: 1,
maxZoom: {maxzoom},
cacheMinutes: 0, // Change this to have browsers automatically request new images every x minutes
debug: false
debug: true
};
// our custom projection maps Latitude to Y, and Longitude to X as normal,