Documentation / Tile Tick Core RPG

Choose how you are working.

Core RPG now has two documentation tracks: one for building content with the framework and one for developers extending the source and architecture.

Designer Guide

Build your game

Use the editors, configure systems, create items, NPCs, quests, combat, skills, banks, shops, travel, audio, and troubleshoot project setup without needing to read the internals first.

  • Setup and demo walkthrough
  • System-by-system authoring
  • Editor workflows
  • Common guides and troubleshooting
Open Designer Guide

Programmer Guide

Extend the framework

Follow runtime call flows, authority boundaries, interfaces, save modules, interaction handlers, tick integration, networking, client presentation, and the high-value public API.

  • Architecture and runtime lifecycle
  • Server authority and readiness
  • Interaction, movement and combat pipelines
  • Persistence and extension seams
Open Programmer Guide
Not sure which one? Start with the Designer Guide. Move into the Programmer Guide when you need behavior the existing editors and definitions do not expose.