Fall of an Empire — Patch 1.242
More coverage: WutsHot keyword page →
Released: 3/7/2026, 12:11:44 PM
Source: https://store.steampowered.com/news/app/1830290/view/530999318271756412
Summary (AI)
Patch 1.242 for Fall of an Empire improves performance by spreading intensive tasks like income processing, AI military decisions, and pathfinding across multiple frames, reducing stutters and freezes. The update introduces a new in-game encyclopedia with searchable articles and interactive glossary terms to clarify game mechanics and combat stats. Several new features have been added, including a prisoner ransom system, expanded diplomacy options, and clearer feedback on locked buildings and army statuses. Quality-of-life enhancements include faster UI loading, better map overlays, and improved tutorial guidance. Numerous bug fixes address crashes, save/load issues, UI glitches, and translation consistency.
Tip: expand all for quick scanning.
- Monthly income no longer causes a frame spike -- the game previously processes every faction's maintenance, income, and upkeep in a single frame at the start of each month. This work is now spread across multiple frames so there is no visible hitch on the monthly tick
- Navy route calculations no longer freeze the game -- plotting a sea route previously runs a pathfinding query on the main thread that can stall for over 300ms (roughly 5 lost frames at 60fps). This now runs asynchronously in the background while the game continues
- AI military decisions no longer cause late-game hitches -- the AI's pathfinding, tactical assignment, garrisoning, and naval landing queries are optimised and spread across frames so that large empires with many armies do not cause periodic freezes
- Military path updates are now spread across frames -- armies previously recalculate all their paths in a single burst, causing brief freezes in campaigns with many active armies. Paths now update incrementally each frame
- First-tick stutter after loading removed -- several startup tasks (court validation, daily maintenance) that previously run on the very first in-game tick now run during the loading screen instead
- Sea navigation precomputed -- the connections between sea navigation points are previously calculated at runtime every time a ship needs to move. These are now baked at editor time, making every naval pathfinding query faster from the start
- Battle collision and targeting optimised -- collision cache invalidation is now deferred rather than immediate, and ineffective attack checks bail out early instead of running full calculations
