After an extended wait, gamers can finally dive into Vampire: The Masquerade – Bloodlines 2, available on both PC and consoles. Built on Unreal Engine 5, the game’s performance and visual fidelity may vary. Notably, players will find that individual toggles for certain post-processing effects are absent.

For those playing on PC, here’s how to effectively disable the chromatic aberration effect in the game.

How to Disable Chromatic Aberration in Vampire: The Masquerade – Bloodlines 2

In Vampire: The Masquerade – Bloodlines 2, all post-processing effects—including chromatic aberration, depth of field, and motion blur—are grouped under a single setting. As a result, disabling one effect will turn off all of them simultaneously. If you’re looking for a clearer visual experience, follow these steps to disable chromatic aberration:

  • Ensure that Vampire: The Masquerade – Bloodlines 2 is not running.
  • Press the Windows key and R simultaneously to open Windows Run.
  • Input the following path and select OK:

%LOCALAPPDATA%\Bloodlines2\Steam\Saved\Config\Windows\

  • Locate and open the Engine.ini file using a text editor like Notepad or Notepad++.
  • Add the following line at the end of the file:

[SystemSettings]r. SceneColorFringeQuality=0

  • Once you’ve entered the text, remember to save the file and close the text editor.

Disabling Motion Blur

To turn off motion blur, revisit the Engine.ini file and insert the following lines under [SystemSettings]:

r. MotionBlur. Max=0r. MotionBlurQuality=0

Ensure you save the file after making these changes!

Disabling Depth of Field

To disable depth of field effects within the game, enter the following line in the Engine.ini file, under [SystemSettings]:

r. DepthOfFieldQuality=0

Additional Effects Management

You can further fine-tune the Engine.ini file to disable additional effects such as Bloom and Lens Flare by adding:

r. BloomQuality=0r. LensFlareQuality=0

Remember, all entries must be placed under [SystemSettings].

Final Configuration for Disabling Effects

To completely disable chromatic aberration, motion blur, and depth of field, the Engine.ini file should include the following commands:

[SystemSettings]r. MotionBlur. Max=0r. MotionBlurQuality=0r. DepthOfFieldQuality=0r. SceneColorFringeQuality=0

To restore any of these effects, simply remove the corresponding lines from the Engine.ini file. It’s quite surprising that the developers didn’t include separate toggles for these settings, and fans are hopeful for future updates that could address this. In the meantime, these configuration file adjustments should suffice. If you encounter any difficulties, feel free to share your concerns in the comments section below.

Source & Images

Leave a Reply

Your email address will not be published. Required fields are marked *