Add MVP server travel flow

This commit is contained in:
2026-05-18 15:12:20 -07:00
parent 1367f5963a
commit ebc7aa1ec6
6 changed files with 147 additions and 1 deletions
+13
View File
@@ -138,6 +138,19 @@ MVP join flow:
The first MVP does not need account services, matchmaking, or full character
persistence. It does need a deterministic flow that can be tested repeatedly.
## Server Travel Flow
MVP server travel is intentionally allowlisted. The admin/dev command
`AgrarianServerTravel GroundZero` routes through the server and resolves to:
```text
/Game/Agrarian/Maps/L_GroundZeroTerrain_Test?listen
```
This gives listen-server and dedicated-server tests one repeatable travel path
without exposing arbitrary map URLs to clients. Future travel expansion should
add explicit tile/session validation before allowing any new map or region.
## Spawn And Respawn
Initial MVP spawn: