screeps-rs icon indicating copy to clipboard operation
screeps-rs copied to clipboard

Support for private servers

Open daboross opened this issue 7 years ago • 1 comments

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 avatar Jan 04 '18 05:01 daboross

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.

daboross avatar Jan 08 '18 01:01 daboross