World map
The world map so far can be found here: Havenmap
The highscore list keeps track of how many new or updated images you have uploaded. No one can see what part you have uploaded, so they won't know where you live.
About the villages: If you know of a village or former village, let me know, and I'll add it. Please be as precise as you can with Capital Letters and such.
Full scoreboard
Raw village data
Uploader tool
I have created a new tool, which makes uploading new data to this map easier: Uploader tool
If you use Gilbertus, put the tool in your "map" directory. If you use ark or gothfox, just put it in the client directory. If you use Anth, put the tool in the "Maps" directory. It should work "as is".
If you're afraid of exe files, here's the source: Uploader source
For the source, you will need python 2.6 or 2.7, with the following libraries: Python Imaging Library (PIL), sqlite3, numpy, and for python 2.6: argparse
There is some commenting, but a bit superficial.
The uploader will do the following:
- Ask you for your username. This is the name which is used for the highscore list. Anonymous upload is possible.
- Detect the map tiles you accumulated
- Put all new map tiles in a zip
- Upload the zip directly to the havenmap server, along with your username (and client-type, for debugging purposes)
- Remember what images were uploaded so they don't get re-uploaded next time
For people who know what this means:
There are a few commandline arguments:
-w changes the workingdir, -u allows you to input your username directly, -v prints the version, and -h displays commandline help.
Changelog:
v1.4:
Fixed a bug in the part that ignores broken images. Should continue without problems now.
v1.3:
Added more pauses so you can see when something goes wrong.
v1.2:
Added more ignoring of faulty images.
v1.1:
Think I fixed a bug that would prevent gothfox from working.
Added support for Anth client.
PAQ
What's a marline?
-A marline is a thread which is wound around a rope to keep it from unraveling.
Your map is not working!
-Maybe my computer exploded. Try again in a while.
Your map is slow!
-Maybe my computer is currently inserting a new batch in the database. That will occupy it for a few seconds. Try again in a minute.
Your map is always slow!
-Come live closer to the Netherlands, and/or use chrome. Also, don't zoom in fully, the deepest images are served as pngs, and 5 times as big.
The uploader is not working!
-Post what you did, what goes wrong, and what the error is in this thread.