Add developer travel command

This commit is contained in:
2026-05-16 13:46:34 -07:00
parent 65bcdf639e
commit e4364554de
5 changed files with 125 additions and 1 deletions
+5 -1
View File
@@ -474,7 +474,11 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
`AAgrarianMapBoundaryVolume`, placed `AGR_GroundZeroMapBoundary` around the
loaded 1 km Ground Zero tile, clamps server-authoritative player pawns back
inside the tile with padding, and exposes a warning-zone hook for later UI.
- [ ] Add developer travel command.
- [x] Add developer travel command. Added server-authoritative
`AgrarianTravel X Y Z` and `AgrarianTravelHome` exec commands on the Agrarian
player controller, teleports the controlled pawn to explicit coordinates or
the validated Ground Zero safe-spawn fallback, stops active movement after
travel, and verifies the command wiring.
## 0.1.E Inventory System