Loading...
Engine and Modding
June 8, 2026 at 11:24 PM
Removed duplicate in-body wikilinks
Gothic 1 Remake is a ground-up rebuild on Unreal Engine 5. The studio, Alkimia Interactive, has talked about the technical stack in several public dev posts and "Making Of" episodes. This article collects the parts that are publicly confirmed: the engine version, the audio middleware, the scripting language used for game logic, the way NPC daily routines are built, and the modding pipeline. Specific version numbers are hedged where the public materials are not exact.
The project started on Unreal Engine 4 in the early years of development, then migrated to Unreal Engine 5 once UE5 stabilised. The launch build runs on a UE5 release; the studio has discussed pulling in a PSO precaching system from a newer UE5 point release to reduce shader-compilation stutter at first launch.
Audio is handled through the FMOD middleware. The soundtrack is composed by Kai Rosenkranz, returning from the 2001 release, who has rewritten and expanded the score for the larger world. FMOD is used both for music and for the dynamic ambient mix that drives the camp soundscapes, weather, and combat layers.
The studio has described the integration as comparable in surface area to Unreal Engine's own Blueprint system: most of the things a Blueprint can do, an AngelScript script can also do, with the same hooks available to modders that the team used while building the launch content.
Game logic, AI behaviours, missions, and item setups are layered on top of AngelScript, an embeddable scripting language that the studio has confirmed will also ship as the public modding surface after launch.
Public talks have described the recording sessions as roughly 20 to 30 minute continuous performances for each routine, on the assumption that long captures preserve the small idle and transitional motions that short loops lose. The capture is then split into the categorised sequences the runtime mixes per NPC.
NPCs in the Colony follow believable daily routines that come from a studio process Alkimia has talked about as "motion magic." The pipeline records longer mocap sessions of actors performing realistic routines (working, eating, walking, sitting at a fire), then splits the captures into categorised sequences that get assigned to characters. See Alkimia Interactive for the studio profile. Public talks reference around 600 unique NPC faces, with persistent state so the Colony reacts when a named character dies; the exact population count should be treated as approximate until a launch patch note confirms it.
The studio commissioned a professional linguist to design a full constructed language for the orcs. The Hero can learn it through a progression path that unlocks new dialogue and quests with Orc NPCs. See Orcish Language for in-fiction detail and Orc Culture for the cultural context the language sits inside.
Alkimia Interactive grew steadily during production. The team was around 45 staff in mid-development and crossed 50 by the year before launch, with the entire studio focused on the remake as its sole shipping project.
System Requirements for the PC tier the engine targets. Alkimia Interactive for the studio. Kai Rosenkranz for the composer. Orcish Language for the in-fiction language the linguist built. Release History for the milestones the build hit along the way.