Odyssey devlog #1: a world you can log into
Odyssey is our multiplayer online RPG — and this is the first devlog in a series we will keep writing as the world grows. The short version: it is real, it runs on a live cluster, and it is built in playable slices rather than promises.
What exists today
Persistent zones with server-authoritative movement and combat. Friends, presence, and chat. Parties with shared XP and loot, and companions that travel with you. Player housing systems and a social economy are taking shape region by region. Every feature lands as a versioned build deployed to the same Kubernetes infrastructure that runs the rest of CloudBlue Digital.
How we build it
Odyssey is Unity on the client with FishNet networking, dedicated zone servers, and a services layer for persistence and social systems. Client and servers ship together on one tag through the same GitOps pipeline as our commercial products — when a slice is done, it is deployed, not demoed.
Why devlogs
Multiplayer games earn trust by being playable, not by being announced. Writing progress down keeps us honest about what is real. Next up on the log: how zones hand players to each other, and what "an MMO on k3s" actually looks like at 2am.