Nofew Posted March 3, 2015 Share Posted March 3, 2015 I just thought of something nifty! Every now and then I want to take a server offline, but people keep joining. Could we get some mode that prevents new people from joining the session, but doesn't boot anyone who's already connected? On a similar note, could we have an option to automatically enter this mode when there's no administrators connected? Perhaps a mode that outright shuts the server down, too.. EDIT: Hey! Someone just gave me a grand idea! How about requiring administrative permission to spawn, and having some ability to talk with people while they're on the character selection screen? Part of the system is already in-place; the console mentions that clients /request/ permission to spawn as a character. All that's needed is some way to talk with them, and some way to interactively approve or deny the request! Link to comment Share on other sites More sharing options...
Developer MarkL Posted March 4, 2015 Developer Share Posted March 4, 2015 We have this ability, it's just not exposed in a nice way: In lua (console command, or as an admin user)TheNet:SetAllowIncomingConnections( true / false )Cheers,-MarkL Link to comment Share on other sites More sharing options...
afetogbo Posted March 4, 2015 Share Posted March 4, 2015 server_password = Link to comment Share on other sites More sharing options...
rezecib Posted March 4, 2015 Share Posted March 4, 2015 @afetogbo, But their use case was that they wanted to be able to have a server open, then close it before shutting down the server so there's a wind-down period with no new people joining. You can't set/change the password while it's up, but apparently you can disallow incoming connections as Mark showed. Link to comment Share on other sites More sharing options...
Nofew Posted March 5, 2015 Author Share Posted March 5, 2015 Well, that was speedy! Thank you, MarkL! Now I just have to figure out some way to make that happen automatically when there's no admins around and we're all set! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.