ServerConnect
Adds a one-click main menu button that connects straight to a configured server address and password, skipping the server browser.ServerConnect
Adds a one-click button to the main menu that connects straight to a configured server, skipping the server browser and manual IP/password entry entirely.
Bugs / suggestions: Discord

Behaviour
- Adds a button above "Start Game" on the main menu, labelled with your configured server name.
- Clicking it connects directly to the configured
ip:port, submitting the configured password automatically, then proceeds straight to character select like a normal server join.
Configuration
Settings live in BepInEx/config/zenox.serverconnect.cfg, generated on first run. The defaults
are placeholders - set your own server's details before use:
| Setting | Default | Description |
|---|---|---|
Enabled |
true |
Enable/disable the menu button. |
Label |
My Server |
Text shown on the button. |
Address |
127.0.0.1:2456 |
Server address (ip:port) the button connects to. |
Password |
changeme |
Password submitted automatically when connecting. |


