Ys X: Nordics and the Technical Leap of the Yamaneko Engine

Published on May 29, 2026 | Translated from Spanish

The release of Ys X: Nordics marks a technical milestone for Falcom with the debut of its proprietary Yamaneko Engine. This change represents a break from the limitations of the Ys IX engine, allowing for the first time in the series larger environments and a fluid maritime navigation system that transforms the open-world experience in an action JRPG.

Adol and Karja sail a Viking ship on the open sea in Ys X Nordics with the Yamaneko Engine

Technical Implications of the Yamaneko Engine in Open-World Development 🗺️

The Yamaneko Engine introduces a rendering architecture that optimizes real-time geometry loading, explaining the transition to larger areas without sacrificing frame rate. Unlike the previous engine, which prioritized enclosed spaces to hide pop-in, this new system employs more aggressive culling and a dynamic lighting system based on light probes. Maritime navigation, a central element of the game, benefits from a procedural wave system that did not exist in previous titles, requiring a redesign of the asset pipeline to handle water surfaces with real-time reflections. For consoles and PC, Falcom has implemented dynamic resolution scaling that maintains smoothness even in scenes with multiple enemies and particle effects.

Lessons for JRPG Development and Cross-Platform Optimization ⚙️

The transition to the Yamaneko Engine demonstrates that a proprietary engine can compete with commercial solutions if it focuses on the specific needs of the genre. Falcom has prioritized memory efficiency and asynchronous data loading, critical aspects for maintaining smoothness on last-generation consoles. For developers, this case reinforces the importance of optimizing the asset workflow and draw call management when scaling to open worlds. The decision not to use precomputed global illumination, but rather dynamic probes, reduces level compilation time, a direct benefit for small teams looking to iterate quickly without sacrificing visual quality.

As a developer, what aspects of the new Yamaneko Engine do you think have been key for Ys X: Nordics to overcome the technical limitations of previous Falcom titles, and what specific challenges have you faced when migrating a PhyreEngine-based pipeline to this proprietary technology?

(PS: game jams are like weddings: everyone is happy, no one sleeps, and you end up crying)