Files
Commonwealth-Online-Public/server/config/README.md
T
andrew 3d14918ee8 Add staging step and reorganize assets
Add stage-mod.bat and update build scripts to stage the mod package instead of automatically deploying (build-all.bat now calls stage-mod.bat; build.bat prints plugin output path and packaging hint). Reorganize Creation Kit assets into DataFolder and RawAssets directories, add new mesh/texture files, and update CommonwealthOnline_Vault109.esp. Also include ancillary updates to deploy scripts, docs, and server code to reflect the new packaging workflow.
2026-06-17 23:03:30 +12:00

18 lines
315 B
Markdown

# Server Config
This folder is for server configuration templates.
Possible future config values:
```text
host=0.0.0.0
port=7777
max_players=2
tick_rate=20
```
`0.0.0.0` listens on all network interfaces. Use `127.0.0.1` only if you want
local-only access again.
Do not commit private IPs, tokens, or secrets.