Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG?] Hatchery Helper Sort #2621

Closed
IdlerDude opened this issue Jul 13, 2022 · 8 comments
Closed

[BUG?] Hatchery Helper Sort #2621

IdlerDude opened this issue Jul 13, 2022 · 8 comments
Labels
bug Nasty bugs that need to be fixed

Comments

@IdlerDude
Copy link

Info

  • Version [v0.9.7]

Description:
It appears that the Hatchery Helper will override the default sort order of the main Sort Filter.

For starters, I am using these categories: https://imgur.com/a/WJPGRsD
I have exactly 1 poke in the categories pokerus and non-shiny (charmander & hoopa)
I've pasted the main sort which is by number of hatches (ascending)
I am using Jasmine that has her own sort by category (ascending)
meaning I expect her to select charmander, hoopa, and then the next Primary poke
with the lowest number of hatches

She instead selects the next Primary poke with HIGHEST number of hatches.
This is unexpected.

@IdlerDude IdlerDude added the bug Nasty bugs that need to be fixed label Jul 13, 2022
@Aegyo
Copy link
Collaborator

Aegyo commented Jul 13, 2022

That's the point of the helper sort setting, it is supposed to override the main hatchery sort filter.

@Aegyo Aegyo changed the title [BUG] [BUG?] Hatchery Helper Sort Jul 13, 2022
@IdlerDude
Copy link
Author

I understand this is just an idle game and it may not have the sophistication to sort properly. There is no reason, however, that using a secondary sort should totally override the primary sort. If they both used the same data point... then of course, I agree with your statement. That's not the case however, the two sorts are on different data points.

@IdlerDude
Copy link
Author

IdlerDude commented Jul 13, 2022

More Info: I returned my setup to what I had previously. When I set my primary sort order to breeding efficiency, the same unexpected result occurs. I find it strange because I would have expected a different result - like some kind of sorting based on breeding efficiency but it's instead still num of hatches.

@DataCrusade
Copy link
Contributor

I'm having a similar issue with sorts where what the hatchery sort says is first being different from what my hatchery helper puts in while on the exact same setting

@RedSparr0w
Copy link
Member

I'm not 100% but from my understanding the following example explains what you're saying?

If I sort by category I get the following:
(you would expect UmbreonKingdraRaikou to be hatched by the helpers first)
image

I set my main sorting the Breeding Efficiency and get the following:
(with filters to filter out the other Pokémon for easier display of the screenshot, no filters for testing)
image
Set my helpers to sort by Category:
image

The Helpers take them in a different order, not what was originally shown?
(wasn't able to replicate in my testing unfortunately for the screenshot)
image

@DataCrusade
Copy link
Contributor

Discovered the issue I'm having - the hatchery sort options affect how my hatchery helper sort option works. If I set them both to be the same, it takes the correct pokemon as expected, but if the hatchery sort is different from the hatchery helper sort, it doesn't try and hatch the expected pokemon.

@Jaaslet
Copy link
Contributor

Jaaslet commented Jul 15, 2022

I will close this issue as it's intended. The different sortings are there for being able to customize each egg slot, not having a primary and secondary sorting. We can maybe add both, but mixing them is bad

@Jaaslet Jaaslet closed this as not planned Won't fix, can't repro, duplicate, stale Jul 15, 2022
@IdlerDude
Copy link
Author

IdlerDude commented Jul 15, 2022

Fair enough. You hit exactly what I was trying to do and the game isn't set up for that. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Nasty bugs that need to be fixed
Projects
None yet
Development

No branches or pull requests

5 participants