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

Request: Show Shiny Pokémon in current Map in Legends Arceus #84

Open
PiratekingRuffy opened this issue Feb 2, 2022 · 5 comments
Open
Labels
enhancement New feature or request

Comments

@PiratekingRuffy
Copy link

Hello,

I dodn't know where to write it, so I do it here. Is it possible to show if there is a Shiny Pokémon in the Current Map? From what I've heard, the shiny status is set for all Pokemon as soon as you enter the map, so I would like a feature to see if there is currently one on the map or not.

@zaksabeast
Copy link
Owner

This is a great idea! Thank you for your suggestion.

The actual Pokemon in the over world is generated when you get close to it, so it's not set when you enter a map.

However the rng seed that eventually becomes the Pokemon is set when you enter a map, so we can calculate which Pokemon will be shiny, even if it isn't in the over world.

However that requires two things:

  • Knowing the level range each spawn has, since the way level is determined has a slight influence over the generated Pokemon
  • Mapping spawns to the different seeds, so we know which seed will produce which Pokemon (and the level range by extension)

@Magn0dota
Copy link

Hi, does this mean you're working on adding PLA support? If so that's great news and would love to know if there is an ETA on that. Perhaps you should consider putting it in gbatemp, i saw the original thread for CS there and it's a way older version. Thank you for your great work!

@zaksabeast
Copy link
Owner

Thank you!

PLA support is being added, although I'm being slow since this isn't my primary focus, and I'm enjoying the game.

The releases page has a pre-release with basic PLA support that needs more tweaks before a proper release. I pushed a very basic build out early so people could test things and have something to use.

There isn't an ETA for a proper release, but a few more small changes should come soon. The best thing to do is watch the releases page for new updates.

@zaksabeast zaksabeast added the enhancement New feature or request label Feb 5, 2022
@zerothawg
Copy link

Very nice project! Can this already be done by now via "Spawner seed list view (both active and inactive spawners)"?

@zaksabeast
Copy link
Owner

@zerothawg Thank you!

The spawner seed list view just shows seeds that can be used for manipulating the rng. Those seeds can be used with other tools to determine if a Pokemon will be shiny, however CaptureSight currently doesn't display that.

Given my other priorities and commitments, it will take some time before I add anything like that to csight. However if anyone else would like to add it, I would gratefully accept a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants