7d4873906fb614e562f59dc7ba455b55dda79583
Running the Lobby Server
Note: The lobby server looks for a local script named
game.shthat actually handles loading a game server instance. Note: The lobby server defines its base node through 'name_' where past the underscore is whatever name you want the base node name to be. This is important for aligning node names paths especially when using RPC.
From the Editor
Debug → Customize Run Instance
-- name_shell server game_port_range 5000:5010
From the Command Line
./lobby-server.sh -- name_shell server game_port_range 5000:5010
Connecting Clients
Description
Languages
GDScript
100%