Nintendo Switch: Seed Cracker and Predictor

PennRobotics

Greenhorn
I just ported the Switch PRNG for the other web-based predictor, so once you have your unique seed with this tool, you'll be able to predict most of your character's outcomes. With luck, any bugs are quickly found and it gets merged soon into the UI for anyone to use.
 

PennRobotics

Greenhorn
Unless that gets merged into the main repository (likely?) or I create a fork with its own GitHub Pages (less likely) you would need to make those edits locally and then run a local web server since loading HTML and Javascript from local directories has been frowned upon for about a decade; on some computers it'll still work to just load the page in its directory, otherwise you run the server and go to something like http://localhost:9000/index.html

The source is there, but it's not yet friendly to end users.
 
Top