tales / sourceoftales

Moved to: https://gitlab.com/tales/sourceoftales
http://www.sourceoftales.org
Other
59 stars 21 forks source link

Get a worldmap running #21

Open jurkan opened 12 years ago

jurkan commented 12 years ago

We should have an interactive external worldmap (automatically generated) on our website to see the game world. Maybe we can include it into wiki than.

I propose to base it on seeseekeys worldmap code.

jurkan commented 12 years ago

To cite my question from IRC:

[01:10:42] About naming scheme - what do the others think? I guess a naming scheme might also provide automatic intermap warps per skript before we have server sided support for such things. [01:10:55] Though, once we have that support, we'll need an xml file nevertheless. [01:11:13] Maybe we should go for the better readable xml file solution yet? [01:11:48] That way map names are easier to remember for the human ones of us (as everyone knows, I'm a bot :O ;) )

We have to decide for either naming scheme or xml file to be able to generate worldmap automatically.

jurkan commented 12 years ago

I think that this xml thing would be better.

jurkan commented 12 years ago

Idea from atheros: an other possibility are map properties MapEast/MapWest/MapNorth/MapSouth

That's probably the best proposal for now. So no strict naming scheme, naming and folder hierarchy maps by common sense. What do you think?

bjorn commented 8 years ago

Is it time to close this issue? We have the world map based on Leaflet at http://www.sourceoftales.org/talesworld/ after all. Maybe we still need to document somewhere how to update it?

Ablu commented 8 years ago

@atheros wrote a script at https://github.com/tales/sourceoftales/blob/master/tools/worldmap.sh. But that one does not automate the whole process. So yes. We should document or ideally script how it is generated.