Admiral-Billy / Pokerogue-App

An app to play Pokerogue.net in an app window. Wow!
MIT License
393 stars 65 forks source link

Add PokeRogueModLoader support #112

Closed MikeyTheA closed 2 months ago

MikeyTheA commented 2 months ago

Hello!

I've been working on a mod loader for PokeRogue, and was wondering if it would be possible to add support for switching to this in the app. The mod loader is available here, which is connected to a server I'm running myself, so it does not affect official servers. It is also possible to run it offline by cloning the repository.

Admiral-Billy commented 2 months ago

Oh yeah, it'd be super easy to allow switching to it. You could even just make it your own launcher if you wanted to by switching the URL that the app connects to in main.js. Next time I update the app I'll see what I can do; adding a setting in the settings menu and then using an if/else check for which server to connect to should be super easy overall.