Request server change
Posted: Mon Nov 19, 2018 10:34 am
A way to ask the player if he wants to connect to another server.
Someting along the lines of
If he clicks "Yes" the game client is restarted with the -mp-connect argument.
Use-case: Clusterio. Would give the ability for players to switch to another server by stepping in a transition zone and getting prompted to switch servers.
Or sitting in a train that is teleported to another server.
Or even just a custom ui, listing all available nodes of a cluster to choose from.
Someting along the lines of
Code: Select all
player.confirmServerConnect{ ip = "10.11.12.13", port="12345", name="Grid 2-4: Smelting" }
Use-case: Clusterio. Would give the ability for players to switch to another server by stepping in a transition zone and getting prompted to switch servers.
Or sitting in a train that is teleported to another server.
Or even just a custom ui, listing all available nodes of a cluster to choose from.