Skip to main content
К руководствам

How to Enable AMD Frame Generation in Lost Records: Bloom & Rage

Sojiro84 on LinuxSojiro84 on Linux
Feb 21, 2025 @ 8:21am67518
Modding or ConfigurationEnglish
How to Enable AMD Frame Generation in Lost Records: Bloom & Rage
If you're looking to enable AMD's Frame Generation (FSR 3) in *Lost Records: Bloom & Rage*, you’ll need to edit the game’s configuration file manually since the option isn’t available in the settings menu. Here’s how you can do it:

Step 1: Locate the Engine.ini File
  1. Open File Explorer and go to:
    C:\Users\YourUsername\AppData\Local\Bloom&Rage\Saved\Config\Windows\
  2. Find the file named Engine.ini.

(If you don’t see the *AppData* folder, you might need to enable hidden files. Click View in File Explorer, then check Hidden items.)

Step 2: Edit the File
  1. Right-click Engine.ini and select Open with → Notepad (or use Notepad++ if you have it).
  2. Scroll to the bottom and add the following lines:
    [/script/ffxfsr3settings.ffxfsr3settings] r.FidelityFX.FSR3.Enabled=True r.FidelityFX.FSR3.UseNativeDX12=True r.FidelityFX.FI.Enabled=True
  3. Save the file (Ctrl + S or File → Save).

Step 3: Make the File Read-Only
Since the game might overwrite these settings, you need to make the file read-only:

  1. Right-click Engine.ini and select Properties.
  2. Check the box for Read-only under *Attributes*.
  3. Click Apply, then OK.

Step 4: Launch the Game
Now, start *Lost Records: Bloom & Rage*, and AMD’s Frame Generation should be enabled!

Troubleshooting: If you experience issues, you can undo the change by unchecking *Read-only* and removing the added lines from Engine.ini.