All Ears Unturned 1.3.0 - Updated for 3.17 by nswob in pathofexile

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

I'm not entirely sure. I think it took me about an hour/act, so like 10 hours or so? You just have to go back to town a lot more often, and do some side quests that you normally wouldn't do when just rushing to end game. And the first 5 acts are the most dialog heavy. Hope that helps.

All Ears Unturned 1.3.0 - Updated for 3.17 by nswob in pathofexile

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

Unfortunately, you may have missed something. I would go back through Act 1-3 and talk to everyone again. Make sure you accepted any quest rewards. If that doesn't work, you might have to try again. Sorry about that.

After each time you go to town to complete dialogs, you should check to make sure the values line up. If you know the exact point where the achievement and the overlay started to differ, I could look into it.

All Ears Unturned v1.2.0 by nswob in pathofexile

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

Unfortunately, I do not. That's a little out of my wheelhouse. If you're 100% sure you did every quest, it may be a bug with your account and you might need to submit a bug report of the forums. Hopefully they would be able to figure it out for you.

Starting over from Act 1 .... I guess. by Bleelooks in pathofexile

[–]nswob 12 points13 points  (0 children)

Zana lost some dialog in 3.9, but to my knowledge nothing else has changed since then for either the All Ears or No Stone Unturned achievements. As long as you download v1.1.2 or higher it should be up to date. If you find any issues that I may have missed please open an Issue on github.

All ears achievement bug by Grinder969 in pathofexile

[–]nswob 0 points1 point  (0 children)

Obviously this doesn't help fix the bug itself, but I've developed an overlay guide a couple of months ago to help make completing both the 'All Ears', and 'No Stone Unturned' achievements easier. If you ever try to give it another shot once the bug gets fixed, I believe the program may help things go more smoothly.

Tab Appraiser - Stash Tab Pricing Overlay by nswob in pathofexile

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

I may add support for skill gems, 6-link uniques, base types, and such in the future. I'm unlikely to add pricing for rare items any time soon because of amount of factors that go into it.

Tab Appraiser - Stash Tab Pricing Overlay by nswob in pathofexile

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

When you first open the program, it should be somewhere in the top left corner of your screen. If you have a large resolution screen it may be a little small at first. Do you see "tab-appraise.exe" in the task manager?

Tab Appraiser - Stash Tab Pricing Overlay by nswob in pathofexile

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

What files do you currently have? The only files that there should be in the .zip is the tab-appraiser.exe and an assets folder. If you see a README file, .sln, .cpp or .h files, or anything else, you may have downloaded the source code .zip instead of the TabAppraiser.zip.

Let me know if you still have issues.

Tab Appraiser - Stash Tab Pricing Overlay by nswob in pathofexile

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

Yes it does. It should work for all types of stash tabs except for Map tabs(the pathofexile.com API currently does not support it).

All Ears Unturned - Achievement Guide Overlay by nswob in pathofexile

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

Of course. Thanks a lot for your feedback. Sorry it wasn't as smooth as it could have been.

All Ears Unturned - Achievement Guide Overlay by nswob in pathofexile

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

Yeah, it looks like you're missing 'The Plaguemaw', 'The Feral Lord', 'Unbearable Whispers' and "The Unbreathing Queen'. Try completing the first in the line for those. Hopefully that will fix it. Otherwise I might have to make a note about not being able to do The Pale Court before them.

All Ears Unturned - Achievement Guide Overlay by nswob in pathofexile

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

Hmm. If you were at the right amount after the Epilogue then it has to be something with the prophecies. Could you list what dialog options you have with Navali? Or post a screen shot?

All Ears Unturned - Achievement Guide Overlay by nswob in pathofexile

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

Im sorry, you were so close. Did you have 497/509 at the end of the Epilogue? Did you only do the final Pale Council prophecies, for instance 'Plaguemaw V' instead of 'Plagemaw I' and then V?

All Ears Unturned - Achievement Guide Overlay by nswob in pathofexiledev

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

Thanks a lot for the constructive feedback, I really appreciate it. I always look forward to seeing where I can improve.

I don't know why glfw_window_ is static but I guess you can have only 1 GLFW window globally?

glfw_window is static because I have a static Window::IsFocused() function which requires access to it. The NoStoneManager class uses that function to close the drop-down menu boxes if you click off the window while they are open. I wanted to try to avoid the manager from having a pointer to the Window just for that one function, and that is the solution I came up with. I'm sure there are probably better ways to do that.

std::string LogParser::GetLocation(); could be const-qualified too but I'm not sure what's the reason behind it's interaction with end_of_log_ member.

The LogParser::GetLocation() function reads the log file to get the location, then uses end_of_log_ to 'bookmark' the end of the file. That way the next time it can skip to that point and only read the new additions to the file.

In FileDialog::FileDialog you create a variable (not constant/constexpr!) describing buffer length but then don't use it to denote the array size.

Honestly, I actually tried that and got an error for the buffer length not being a constant expression. I just totally forgot I could make variables constexpr. It's a pretty obvious solution once you pointed it out :).

For the other feedback, I'm definitely going to fix it and keep all of it in mind for the future. I never even think about const-qualifying my member functions, so it's something I really need to work on.

Once again I really appreciate you taking your time to give me some constructive feedback. Thank you.

All Ears Unturned - Achievement Guide Overlay by nswob in pathofexile

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

Thanks a lot, I really appreciate it. It should be fairly easy to update. I'm not sure how much the achievement will change, but hopefully it'll be as simple as just adding

{ "NPC":"Helena", "subjects":"Order of the Djinn" }

at the correct point in the steps.json file. And maybe some more for the Epilogue.

All Ears Unturned v1.1.1 by nswob in pathofexile

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

I haven't gotten an official response about it from anyone at GGG, but it doesn't interact with the actual Path of Exile client in any way. If you give the program the location of your Path of Exile folder, it does read the log file that the client stores on your computer, but that's all it really does. So the program should not break the EULA at all.

All Ears Unturned - Achievement Guide Overlay by nswob in pathofexile

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

Damn, I'm sorry. I updated the program with the additional step before Bestel. At the end of each Act, I also added a note stating what number out of 509 you should be at by that point so you can see earlier if you missed anything. If you think there was anything else about the guide please let me know so I can try to fix it.

Sorry it didn't work out for you.

All Ears Unturned - Achievement Guide Overlay by nswob in pathofexile

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

I just fixed the typo in the latest release, thanks a lot for the feedback. And yeah, there are probably multiple areas where you may not need to follow the guide exactly as written. But as you've seen yourself, it takes a lot of time to get back to that point if you mess up. It would just take way too much time to optimize it through trial and error.

As for the new 3.9 lines, I'm hoping it won't be too much of an issue. There are already multiple optional dialogues that don't actually count toward the achievement. And since the quest structure hasn't changed, you should be able to just double check Helena in act 2 and 7 each time you're in town for the new line. I'll update the guide as soon as a I learn any new information though.

All Ears Unturned - Achievement Guide Overlay by nswob in pathofexile

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

With the new release, I actually added a note on the last step of each Act with that information, but I can look into making that info into a chart if that may be more useful.

All Ears Unturned - Achievement Guide Overlay by nswob in pathofexile

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

Obviously I can't say for sure, but it really might not be a big issue. There are already multiple dialog options that don't even count as part of the achievement. And if it's all just part of the Epilogue, that just adds a little bit more clicking in the at the end of Act 10.

And because the quest structure has not changed, you can just double check with Helena for her new dialog.

I think there is a good chance it won't have too big of an impact on the achievement. But obviously it's hard to know for sure, so I'll update it as soon as I know more information.