daboross / screeps-rs

Work in progress native Screeps client.
Other
29 stars 2 forks source link

Support for private servers #8

Open daboross opened 6 years ago

daboross commented 6 years ago

Since screeps-api can connect to any different URL, this won't be hard to implement on the networking side.

The main challenge will be a good UI for switching between the official server and any private server. We'll also want to save any private server URLs entered so that the user doesn't have to enter them every single startup (might be good to do alongside #9).

daboross commented 6 years ago

A UI for logging into a private server was added in https://github.com/daboross/screeps-rs/commit/b9f698d4ef8e08af07d47796cac7cc458d4bed1f.

Not counting this as closed since websocket connections still don't work on private servers, and there is no URL saving.