Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@doshidak doshidak released this 10 Mar 04:47
· 2324 commits to master since this release

Business logic is in a good place, seems to mostly work (needs more testing for edge cases). Now the UI needs some work, but that's the fun part lmao.

Installation Instructions

Warning
This version is considered a pre-release. Install at your own risk!

  1. Download and extract showdex-v0.1.0-b1646808831474.zip to somewhere accessible.
  2. Open Chrome and navigate to chrome://extensions.
  3. Enable developer mode (if not enabled already).
  4. Select "Load unpacked" and point it to the extracted showdex dir.
  5. Once the extension appears in the list, navigate to https://play.pokemonshowdown.com/.
  6. ???
  7. Profit!

Known Issues

  • Only dark mode is supported. Light mode coming soon.
  • Electric terrain isn't being properly detected, probably cause it's not called 'electricterrain' in the game state.
    • Note to self: This is being parsed in Calcdex/sanitizeField, defined under pseudoWeatherMoveDict.
  • Setting the weather/terrain coming soon.
  • Currently can only toggle between preset values for EVs/IVs. Text fields coming soon.
  • Sometimes, a Pokemon can still have an item assigned to it even though it's been knocked-off.
    • Just hit the "X" button in the dropdown to clear the Pokemon's item.
  • "Auto" button next to "Sets" does nothing atm.
  • Looks kinda bad when the width of your browser's viewport exceeds 1440px.