Why don't online games get converted to offline versions when servers shut down? Developers say the cost is comparable to remaking the game
Fan revival reignites a familiar question
It has been reported that a fan-made “offline” revival of NieR Re[in]carnation (尼尔:转生) — created by X user Altret by routing the game to a private server after the title’s April 2024 service closure — has reopened a bitter debate: game preservation versus copyright. The project is unauthorized and has split opinion; many players, especially outside Japan, praised the chance to play a story-heavy entry in the Nier/Drakengard universe, while others condemned it as infringement and disrespectful to the original developers. IT之家, citing Automaton, says Square Enix (史克威尔艾尼克斯) has not publicly responded to the controversy.
Developers explain why conversion is rarely simple
Why don’t publishers simply re-release official offline builds? Japanese developers who spoke publicly say the answer is technical and economic: moving server-side systems to local clients is rarely a simple toggle. Itchie, a veteran programmer and producer, explained that core functions — progress tracking, inventory, enemy logic, reward calculations — are designed to run on servers. Porting them locally creates new issues like save tampering, sync conflicts and fundamental balance problems. In many multiplayer-first titles those systems shape pacing, enemy AI and reward curves; making the game work well offline often requires rebuilding large swathes of code and redesigning gameplay loops. Another developer, Kei, reportedly calculated the engineering hours and found the cost “almost equal” to building a new game.
Preservation, legality and design trade-offs
Who gets to preserve a game — the rights holder or the community? There is no tidy answer. Fans tolerate imperfection in unofficial revivals; publishers cannot. Official offline releases must meet commercial and legal standards, and retrofitting offline support can constrain design choices from day one. Some studios avoid the problem by designing offline compatibility into live-service games up front, but that limits what developers can do with online-only systems. The episode highlights a growing preservation gap: when services end, paid content and cultural artifacts can disappear, yet the simplest technical fix is often neither cheap nor legally straightforward.
