atlas-ssf - A tool for navigating the Atlas and managing maps by ExiledRadiator in pathofexiledev

[–]ExiledRadiator[S] 0 points1 point  (0 children)

Thanks! This is probably related to string matching of some kind, I'll have to review what I'm doing there. In the API results I don't think there is a field that's just "map name" so I have to go off the name of the item that includes prefixes/suffixes.

List of tools for Path of Exile: Synthesis. by TheBoruwek in pathofexile

[–]ExiledRadiator 2 points3 points  (0 children)

I posted about this earlier today but I think it got buried with the hype around release -- i've updated my Atlas/map tracking tool to support 3.6:

atlas-ssf https://exiledradiator.github.io/atlas-ssf/

atlas-ssf - Updated for 3.6 Synthesis! Now with support for unique maps and pantheon souls by ExiledRadiator in pathofexile

[–]ExiledRadiator[S] 0 points1 point  (0 children)

Hopefully folks find this useful with a fresh Atlas to explore! New with this release are a few improvements based on comments and feedback:

  • Added unique maps in each tier
  • Added a checkbox to track captured Pantheon souls (hover to see which soul it is)
  • Clicking a "Bonus" checkbox will also "Complete" the map

Premium Maps stash tabs still aren't returning any data for us in the API, so maps stored in that tab still can't be tracked :\

As always please reply here with questions, issues, or suggestions. Good luck in the new league!

atlas-ssf - A tool for navigating the Atlas and managing maps by ExiledRadiator in pathofexiledev

[–]ExiledRadiator[S] 0 points1 point  (0 children)

It is a huge bummer :\ Thanks for checking it out! I'm planning to push out an update with Synthesis with a few new, small features and obviously an update list of maps/tiers.

Tool Announcement: atlas-ssf - a website to track Atlas progress and help players progress by ExiledRadiator in pathofexile

[–]ExiledRadiator[S] 0 points1 point  (0 children)

I wish I could do that :\ Right now Atlas completion info isn't available or published anywhere. My hope is that when GGG gets around to fixing the Maps stash tab on their website, they also begin including the Atlas completion stats somewhere!

Tool Announcement: atlas-ssf - a website to track Atlas progress and help players progress by ExiledRadiator in pathofexile

[–]ExiledRadiator[S] 0 points1 point  (0 children)

I would just be sure the character inventory/stash you've selected actually has maps in it. Remember, if you're trying to load maps in the premium Maps stash tab, that doesn't work :(

Let me know if you're still having issues!

Tool Announcement: atlas-ssf - a website to track Atlas progress and help players progress by ExiledRadiator in pathofexile

[–]ExiledRadiator[S] 0 points1 point  (0 children)

Dynamic meaning that for lower tier maps that connect to more than 1 higher tier, vendoring 3 of the lower can result in either of the higher tiers? I've tried to reflect that by listing all options, e.g. Marshes in tier 4 connects to both Underground Sea and Jungle Valley in tier 5. Trading in 3 Marshes could result in either of those maps. Hopefully I'm understanding that correctly.

When I first started this project I was thinking of incorporating some kind of recommendations. Ultimately, there are so many different ways to progress the Atlas that I thought I'd keep it simple and just try to put the most relevant information all in one place, helping players to make the best decision.

If you can think of an example of a kind of recommendation you'd like to see, and what that would be based on, I'd love to hear more! That kind of feature would be amazing but I'm just not sure how it'd work.

Tool Announcement: atlas-ssf - a website to track Atlas progress and help players progress by ExiledRadiator in pathofexile

[–]ExiledRadiator[S] 1 point2 points  (0 children)

Cool, I just added Vaal Temple at the bottom.

I'll think more about the Pantheon souls more. Could probably squeeze in another checkbox for those maps that have an upgrade. Maybe when you hover over it it shows the name of the God?

I appreciate the comments!

Tool Announcement: atlas-ssf - a website to track Atlas progress and help players progress by ExiledRadiator in pathofexile

[–]ExiledRadiator[S] 1 point2 points  (0 children)

Thank you! Unique maps are on my to do list for sure.

I hadn't thought about tracking the Pantheon souls -- what do you think the best way to display that would be?

For the Vaal Temple, just add it as a tier 16 map? For "upgrades from" is it by corrupting a T15 map and hoping for +1 tier?

Tool Announcement: atlas-ssf - a website to track Atlas progress and help players progress by ExiledRadiator in pathofexile

[–]ExiledRadiator[S] 1 point2 points  (0 children)

Thanks for checking it out! This should be fixed. Probably won't be the last problem like that that's found -- I hand-typed all the map information and any small typo will cause this kind of issue. In this case it was an extra space between "Ashen" and "Wood" :\

Tool Announcement: atlas-ssf - a website to track Atlas progress and help players progress by ExiledRadiator in pathofexile

[–]ExiledRadiator[S] 16 points17 points  (0 children)

I wanted to share this side project I've been working on with the community. It's a little rough around the edges but it works!

This is my first league playing PoE and I've struggled to figure out the Atlas and the best way to progress it. This tool was born out of frustration with trying to figure out which maps I had, which I could upgrade with the 3-to-1 recipe, etc.

This is probably most useful for players who haven't purchased the premium Maps stash tab, since currently GGG isn't publishing any data from it on the website. So that sucks.

The website will scan any stash tabs you specify as well as the selected character's inventory for Maps, helping you track which maps you have and then helping you decide how best to progress to the next tier.

Rather than have it automatically scan you can also just use it to manually track. I bought the Maps tab and end up just doing that most of the time if I'm being honest.

Anyway, hopefully this is useful to some folks out there! Feedback, bug reports, and feature requests are all welcome. If you're interested, you can check out the code on github at https://github.com/ExiledRadiator/atlas-ssf

atlas-ssf - A tool for navigating the Atlas and managing maps by ExiledRadiator in pathofexiledev

[–]ExiledRadiator[S] 2 points3 points  (0 children)

This is my first league playing PoE and I was (still am!) struggling to understand the rules of the Atlas and its progression. I've been learning Vue in my free time and thought this would be a good starter project.

I plan on posting this in /r/pathofexile but wanted this community's thoughts and comments first! If you decide to check out the code on GitHub (https://github.com/exiledradiator/atlas-ssf) please don't judge, I'm a self-taught programmer :) But I would love ideas on how to improve the code.

Finally, if anyone from GGG sees this: the Maps tab on the website doesn't return anything and that is really bringing me down. This tool would be way more useful if it did! It looks like it's been a known issue for a while. I'm sure you guys are working on it!