SwornHero
All field notesMod development

Building signposts players can read at a sprint

What I learned while tuning distance, contrast, and chunk-safe data for Wayfinder Posts.

July 18, 2026 · 6 min read

Start with the player

The first prototypes looked convincing in screenshots but failed the moment a player moved. Readability needed to be treated as a gameplay constraint: short labels, firm contrast, and predictable placement matter more than ornamental detail.

Keep the world authoritative

Post content is stored with the block entity and synchronized deliberately. That keeps multiplayer behavior understandable and gives future integrations a stable base without turning every render into a network event.

The next milestone

The current build focuses on editing flow, orientation, and safe persistence. Route linking and administrator-defined icon sets are the next pieces on the bench.