Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for Season and PTR servers (#26)
### Support for Season and PTR servers * Log in to official server and use the top-left menu links to access the Season and PTR servers. * When you access the season server and you are not logged in, you're redirected to the main server to log in first, and then have to switch back to season server yourself with the top-left menu link * http://localhost:8080/(https://screeps.com)/season/ * http://localhost:8080/(https://screeps.com)/ptr/ https://github.com/user-attachments/assets/604f21b1-d9ca-4c02-8f26-48708a3251b5 ### Modified game menu New client abuse scripts to modify the game menu * Changed the "Switch to Season/Persistent" link to keep you in the Steamless client for a better experience * Adds a "PTR Server" link when connected to the Persistent MMO World * Adds a "Change Server" link (updated to match the official client) * Removed some links to reduce clutter * Steamless client on the left vs. official client on the right ![](https://github.com/user-attachments/assets/c6df5ca2-4b36-4cd7-ade5-daac2e16f009) ### Error messages * Simplified error messages by default * Use `--debug` CLI argument to show additional details when errors occur ![Screenshot 2024-07-28 104529](https://github.com/user-attachments/assets/b41f4adb-f3a1-4d2e-b006-d5749f1110ba) ### Version info * Version number shows when running the script now * Use `-v` or `--version` CLI argument to show the version number and exit
- Loading branch information