Files
lobby-server/README.md

26 lines
692 B
Markdown

# Running the Lobby Server
> **Note:** The lobby server looks for a local script named `game.sh` that 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**
```text
-- name_shell server game_port_range 5000:5010
```
## From the Command Line
```bash
./lobby-server.sh -- name_shell server game_port_range 5000:5010
```
---
# Connecting Clients
[Billiards Game](https://code.itdominator.com/itdominator/Billiards)