Development

News

What changed, and why

  • 5 August 2026 · Infrastructure

    The realm has a name, and a real front door

    The game is called Valdrys. The client now connects to play.valdrys.com rather than a raw address that changed whenever the connection did — so nobody has to be handed a new set of numbers again.

    More importantly, the connection is now verified. The client checks the server's certificate instead of merely encrypting the wire, which means a machine on your network can no longer quietly answer in the realm's place. Certificates renew themselves without the server going down for it.

  • 4 August 2026 · Engineering

    Four hundred players in one plaza

    Four hundred real clients — full handshake, full protocol, all crowded into a single zone — joined at once to find where the tick actually breaks. Nobody was dropped.

    The interesting part was what was expensive. Simulating the world barely registered; almost all the cost was telling everyone about everyone else, which grows sharply when a crowd stands in one place. That is a much better problem to have, because it is the one that spreads across zones and cores.

  • 3 August 2026 · Content

    Roaming world bosses in the Bloodgrounds

    Named bosses now wander the full-loot frontier. They carry contributor loot, so a kill pays everyone who actually fought it rather than whoever landed the last blow, and they stay off the minimap — you find them the hard way, usually by walking into one.

  • 2 August 2026 · Combat

    Consumables get their own rail

    Potions, food and scrolls moved onto a dedicated hotbar rail instead of competing with your abilities for slots. A long-standing bug where one potion restored five times what it claimed has been fixed, and there is now a test that recomputes the value from the item table so it cannot drift again.

  • 1 August 2026 · PvP

    An arena with a ladder, seasons and stands

    Ranked matches now have a rating, a season, a match history and a visible ladder — plus stands you can spectate from. A ready check means you are asked before you are pulled out of whatever you were doing.

Where the real detail lives

These notes are the readable version. Every change is recorded in far more depth in the project's development log, including the mistakes — which are usually the more interesting half.