The default settings are safe, but you are leaving performance on the table. Open the INI file in Notepad and tweak these:
[Main] EnableLog=0 # Set to 0 (disable logging for 2% FPS boost) Vsync=0 # Set to 0 (Use GPU driver vsync instead) FPSLimit=0 # 0 = unlimited. Set to 0. ShowVersion=0 # Removes the text overlay.[CPU] CPUCount=0 # 0 = Auto-detect your core count. DO NOT set manually. HighPriority=1 # Give the game "High" priority on CPU scheduler.
[Render] DisableZPrePass=1 # Fixes flickering on AMD GPUs. SmoothAnimations=1 # Interpolates NPC animation frames. HUGE visual difference. SkipFrameLimiter=1 # Essential for 144hz.
[Memory] HeapSize=1024 # Increase to 1024 (MB). Vanilla uses 256. UseSystemMemory=1 # Bypass the game's broken internal allocator.
The original Gothic 2 was designed for single-core processors (like the Intel Pentium 4). On a modern CPU, the game’s main loop runs so fast that it desyncs, causing the infamous "infinite loading screen" or massive stutter when loading NPCs.
The Fix: The System Pack correctly implements QueryPerformanceCounter and Sleep timers. It caps the game’s logic loop without capping the render FPS. Result? Zero hitching, zero loading lock-ups.
Without the System Pack: Gothic 2 is a crash simulator. With the System Pack: Gothic 2 runs like a native Windows 11 application.
If you want to experience the best RPG ever made, you cannot skip this mod. It is the foundation upon which all other mods (Chronicles of Myrtana: Archolos, L'Hiver, etc.) are built. gothic 2 system pack
Final Verdict: Essential. 10/10. Mandatory.
Walk through the harbor district in vanilla Gothic 2 and watch the stone textures blink like a strobe light. This is due to precision loss in the depth buffer.
The Fix: The System Pack patches the depth buffer precision (from 16-bit to 24-bit) and fixes the polygon offset algorithm. Result: Solid, flicker-free textures.
Requirements: A clean install of Gothic 2: Gold or Night of the Raven (Steam/GoG/Retail). The default settings are safe, but you are
Step 1: Download the latest SystemPack-1.8.exe (or higher) from the World of Gothic forums.
Step 2: Navigate to your Gothic 2 installation folder (e.g., C:\Program Files (x86)\Steam\steamapps\common\Gothic II).
Step 3: Back up your Gothic2.exe (Just in case).
Step 4: Run the installer as Administrator. Point it to the Gothic 2 folder.
Step 5: Locate the new SystemPack.ini file. Open it with Notepad.
If you truly want the definitive 2024 experience, use this stack (install in this order):
Result: A game that looks like a modern indie title, runs at 200+ FPS on an ultrawide monitor, and never crashes.
[Main]
MemoryUsage = 1536 ; Default 1024 – try up to 2048 if you have 8+ GB RAM
MaxSounds = 256 ; Default 128 – higher reduces audio dropouts in crowded areas
Logging = 0 ; Set to 1 only for debugging