GrapeshotGames / AtlasTerritoryMap

AtlasTerritoryMap to generate territory map overlays for Atlas
https://playatlas.com/
MIT License
11 stars 8 forks source link

Need tribe information #5

Closed sakurasammi closed 5 years ago

sakurasammi commented 5 years ago

Disregard

sakurasammi commented 5 years ago

I got the map working on a website, how can I get the tribe information?

https://www.atlasplayers.com

smooreace commented 5 years ago

You didnt follow the poorly worded instructions. And this isnt a support forum

On Wed, Jan 9, 2019 at 2:16 AM sakurasammi notifications@github.com wrote:

[image: untitled] https://user-images.githubusercontent.com/15659189/50885882-f2cfe100-13bc-11e9-9363-8f8f4445f926.png

I wanted to make a version with more colors but I end up with that error

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GrapeshotGames/AtlasTerritoryMap/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/Ah5OQ7q8Iat8L94b3KnImfrELXm0he2Vks5vBaVogaJpZM4Z2-aI .

smooreace commented 5 years ago

You dont. This has nothing to do with a website. Its for the internal map in the game. And this isnt a support forum

On Wed, Jan 9, 2019 at 2:29 AM sakurasammi notifications@github.com wrote:

I got the map working on a website, how can I get the tribe information?

http://147.135.30.57/atlasmap.html

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GrapeshotGames/AtlasTerritoryMap/issues/5#issuecomment-452612283, or mute the thread https://github.com/notifications/unsubscribe-auth/Ah5OQzSiInuF_EnIExAotHCr5boZ5LkOks5vBahjgaJpZM4Z2-aI .

erkrystof commented 5 years ago

The gameGeneration of the utility is for the in-game map it seems, while the 'tileGeneration' option, which is disabled by default, is for what @sakurasammi is referencing. It would appear to support both.

GrapeshotGames commented 5 years ago

The tileGeneration is for something else coming out soon which is similar to https://map.playatlas.com/ . It generates a slippy style map of the territory overlay for use by other things. I'm not sure what you want with tribe information? Are you just trying to do more like our public map? The claim flag data does have the owner id which can be a tribe or player id. You can also query redis for more info on the tribe if you like. A small hint to you if you only want tribe stuff is knowing that tribe ids are all greater than > 1000000000 + 50000

tslagle13 commented 5 years ago

I think what @sakurasammi is asking for is the tribe data on the left-hand side. We only get "tribe data coming soon" but the map.playatlas.com gets the large tribe data. Can we also get that information? I see in the map generation js there is a lookup for the tribe data but I don't know in what format it needs to be or if the generator can do that for us?

Or are you guys manually generating the tribe list data on map.playatlas.com?

sakurasammi commented 5 years ago

The tileGeneration is for something else coming out soon which is similar to https://map.playatlas.com/ . It generates a slippy style map of the territory overlay for use by other things. I'm not sure what you want with tribe information? Are you just trying to do more like our public map? The claim flag data does have the owner id which can be a tribe or player id. You can also query redis for more info on the tribe if you like. A small hint to you if you only want tribe stuff is knowing that tribe ids are all greater than > 1000000000 + 50000

I do have the map working similar to the map.playatlas.com and yes, I want to ability to have those top tribe information, but I'm not sure how we can generate the flags .png and tribe names to go with the tribe data box.

GrapeshotGames commented 5 years ago

I think you guys should check out this brand new https://github.com/GrapeshotGames/AtlasMapViewer it has some of the things you are talking about! It's not exactly the one we use for map.playatlas.com but it is very similar and even has a little more in realtime. Do note it is experimental and just trying to show more of what you can do by talking to Redis DB some. Eventually we will likely merge the two but this one is much simpler to deal with. :)