Albion Online: Best settings.xml for ZvZ Performance Mode

The objective is to minimize the Draw Call overhead from vanity items and complex spell effects while maintaining the visibility of critical ground telegraphs.

File Path & Access

File Path: %APPDATA%\Albion Online\Data\

Step-by-Step Instructions:

  1. Press Win + R, type the path above, and press Enter.
  2. Locate the file named settings.xml. (Make a backup copy first).
  3. Right-click the file and open it with Notepad or Notepad++.
  4. Search for the tags within the <Graphics> and <Video> sections.
  5. Update the values as shown in the configuration block below.
  6. Save the file and set it to Read-only to prevent the game from auto-detecting and reverting these “Potato Mode” tweaks.

Optimized “Zerg-Ready” Configuration Block

<Graphics>
  <QualityLevel>0</QualityLevel>
  <ShadowQuality>0</ShadowQuality>
  <ShaderQuality>0</ShaderQuality>
  <EffectQuality>1</EffectQuality>
  <ShowPlayerNames>1</ShowPlayerNames>
  <ShowGuildNames>0</ShowGuildNames>
</Graphics>

<Video>
  <VSync>false</VSync>
  <LimitFramerate>true</LimitFramerate>
  <TargetFramerate>60</TargetFramerate>
</Video>

Parameter Details & Technical Purpose

ParameterRecommended ValueTechnical Purpose
QualityLevel0Sets the global preset to Low, disabling unoptimized dynamic assets.
EffectQuality1The Critical Fix. Reduces particle density so you can see “Red Circles” clearly.
ShowGuildNames0Reduces UI text rendering load, which is surprisingly heavy on the CPU.
TargetFramerate60Capping FPS prevents CPU thermal throttling during 300+ player fights.
ShadowQuality0Disables dynamic shadows, which are redundant in isometric ZvZ combat.

Best Practices for 2026 ZvZ Stability

To survive the lag of a Reset Day or a major Territory War, follow these additional GameEngineer.net technical steps:

  • Vanity Culling: In the in-game settings, ensure “Hide All Vanity” is enabled. In 2026, the complexity of skins has increased, and rendering 200 unique mounts/costumes can reduce your FPS by 40%.
  • The “Damage Number” Protocol: Disable all incoming/outgoing damage numbers in the UI settings. In a Zerg, these numbers create a “Text Flood” that saturates the UI thread, causing input delay.
  • Discord Overlay: Disable the Discord overlay completely. It hooks into the game’s render loop and often causes “Micro-Stuttering” when someone joins or leaves a voice channel during a fight.
  • Nameplate Simplification: Use “Small Nameplates” or “Health Bars Only.” This simplifies the Rasterization process for the engine, keeping the screen clean for shot-calling.
Leave a Comment