Remove legacy runtime references from server docs

This commit is contained in:
Nomads_Reach
2026-08-16 02:56:40 -04:00
parent 4e942dfb6f
commit e9e4d79e62
+2 -4
View File
@@ -1,8 +1,6 @@
# Commonwealth Online Dedicated Server # Commonwealth Online Dedicated Server
The dedicated server is implemented in C# on .NET 8. Python is not used by the server runtime, utilities, test suite, launch scripts, or Host GUI integration. The dedicated server is implemented in C# on .NET 8. Valve GameNetworkingSockets remains in the native C++ bridge under `native_transport/`, and the C# server loads its C ABI directly.
Valve GameNetworkingSockets remains in the native C++ bridge under `native_transport/`. The C# server loads its C ABI directly.
## Run ## Run
@@ -78,7 +76,7 @@ The admin channel authenticates with `.admin-token` beside the config file and b
## Load test ## Load test
The C# synthetic Protocol V2 client replaces the old scripted fake clients: The C# synthetic Protocol V2 client provides deterministic multi-client load coverage:
```bash ```bash
dotnet run --project CommonwealthOnline.Server.csproj -- load-test --host 127.0.0.1 --port 7777 --clients 16 dotnet run --project CommonwealthOnline.Server.csproj -- load-test --host 127.0.0.1 --port 7777 --clients 16