Indie RPG 'Aeon Reach' builds a system-wide accessibility layer for HUD, controls, and narration
Gaming · 4 min read
Aeon Reach's accessibility layer centralizes UI elements, control mapping, and narrative prompts into a single configuration system playable from a dedicated accessibility hub. HUD components are tokenized so players can scale, reposition, or collapse overlays without breaking game state or obscuring combat cues. Developers exposed these tokens so modders and streamers can adapt the HUD to different viewing contexts.
The studio invested in a narrated UI mode that reads menu items, quest descriptions, and selectable abilities using locally-cached speech models to minimize latency. Crucially, narration is decoupled from gameplay timeline so players can receive spoken descriptions on demand or as ambient contextual cues without interrupting combat or cutscenes.
On the input side, Aeon Reach supports split-control schemes and context-aware remapping: players can assign single-button toggles for compound actions or set hold-versus-tap behaviors per action. Lumen Forge published their accessibility layer as a documented pattern library for Unity, including UI prefabs, token examples, and testing checklists to help other studios adopt the same systemic approach.