What problem does it solve?
This skill resolves the complexity of managing a multi-scale game world, ensuring that overworld maps, town zones, and interior scenes are correctly wired, anchored, and byte-locked to prevent navigation errors and scene-loading failures.
Core Features & Use Cases
- World Structure Management: Provides the framework for the overworld tile pipeline and the transition logic between chibi-scale travel and full-scale gameplay zones.
- Navigation & Anchoring: Standardizes the use of spawn anchors and travel machinery to ensure players land in the correct location when moving between towns, interiors, and the overworld.
- Use Case: When adding a new town or interior scene, use this skill to verify the grid byte-locking requirements and ensure the door-mouth arrival logic is correctly implemented to avoid broken scene transitions.
Quick Start
Use the world-and-zones skill to validate the grid alignment and spawn anchor configuration for the new Alembic Academy scene.