Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

automatically updating your game?

Asked by 3 years ago

so im wondering if you could make a script where it just kicks the whole server when you release a new update or just simply notify them

1 answer

Log in to vote
0
Answered by
SteamG00B 1633 Moderation Voter
3 years ago

Yes, that is possible to do, but you would have to program in support for it in the first place.

If I recall correctly, reserved servers are run independently of regular game servers, and can even run while there are no game servers running, so you could use the http service to let each game server know to teleport everyone to a reserved server, then you could then shutdown all game servers, and update your game, then have the reserved servers send everyone back to a game server.

The reason you should do this instead of kicking is because it could allow people to almost seamlessly continue playing without having to click play again. Also, when doing the kicking option, players could potentially rejoin a server that has yet to be shutdown yet, causing them to go into a kick rejoin loop maybe multiple times.

0
thx imma look into that Pitched_mobile 191 — 3y
Ad

Answer this question