Make spawn and movement acceptance server-authoritative

This commit is contained in:
Jage9
2026-02-24 19:52:38 -05:00
parent a588148039
commit 7488ac9f67
12 changed files with 78 additions and 29 deletions

View File

@@ -29,3 +29,7 @@ state_save_max_delay_ms = 1000
[world]
# Grid width/height in cells. Valid coordinates are 0..grid_size-1.
grid_size = 41
# Server-authoritative movement rate window in milliseconds.
movement_tick_ms = 100
# Max grid steps allowed per movement tick window.
movement_max_steps_per_tick = 2