Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.


Developers Notice (April 26): Additional caching + rate limiting have been applied and may affect you if you interface with the MediaWiki API. Our API page details the current requirements to interface with the API, as well as common issues that you may experience.

Lords of the Fallen (2023)

From PCGamingWiki, the wiki about fixing PC games

This page is for the 2023 reboot. For the original 2014 game, see Lords of the Fallen.

Lords of the Fallen
Lords of the Fallen cover
Developers
HexWorks
Publishers
CI Games
Engines
Unreal Engine 5[Note 1]
Release dates
Windows October 13, 2023
Reception
Metacritic 75
OpenCritic 73
IGDB 72
Taxonomy
Monetization One-time game purchase
Modes Singleplayer, Multiplayer
Pacing Real-time
Perspectives Third-person
Controls Direct control
Genres Action, RPG
Art styles Realistic
Themes Dark, Fantasy
Series Lords of the Fallen
Lords of the Fallen (2023) on HowLongToBeat
Lords of the Fallen (2023) on IGDB
Lords of the Fallen (2023) guide on StrategyWiki
Lords of the Fallen (2023) on MobyGames
Lords of the Fallen (2023) on Wikipedia
Lords of the Fallen
Lords of the Fallen 2014
Lords of the Fallen (2023) 2023
Lords of the Fallen II 2026

Lords of the Fallen (2023) is a singleplayer and multiplayer third-person action and RPG game in the Lords of the Fallen series.

General information

Official Discord server for game series
Steam Community Discussions

AvailabilityLink

Source DRM Notes Keys OS
Epic Games Store
DRM-free after installation through Epic Games Launcher (notes may include more details)
DRM-free when a shortcut is made directly to the executable, with the -EpicPortal command appended to the Target.
Deluxe Edition also available.
Windows
GamersGate
Icon overlay.png
Deluxe Edition also available.
Windows
Gamesplanet logo.svg
Icon overlay.png
Deluxe Edition also available.
Windows
Green Man Gaming
Icon overlay.png
Deluxe Edition also available.
Windows
Humble Store
Icon overlay.png
Deluxe Edition also available.
Windows
Microsoft Store
Microsoft Store
Windows
Steam
Icon overlay.png
Deluxe Edition also available.
Windows

MonetizationLink

Type Notes
One-time game purchase The game requires an upfront purchase to access.

MicrotransactionsLink

No microtransactions information; you can edit this page to add it.

DLC and expansion packsLink

Name Notes
Starting Boost Pre-order only.
Windows
Dark Crusader Starting Class
Windows
Legendary Pack Artbook, Soundtrack and 3D Model Viewer
Windows

Essential improvementsLink

Skip intro videosLink

Set game start map to actual main menu.
  1. Open %LOCALAPPDATA%\LOTF2\Saved\Config\Windows\Engine.ini.
  2. Add the following lines to the file:

[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/World/Character_Creation/LVL_Char_Creation.LVL_Char_Creation

Save the file and launch the game.

Game dataLink

Configuration file(s) locationLink

System Location
Windows %LOCALAPPDATA%\LOTF2\Saved\Config\Windows\
Microsoft Store %LOCALAPPDATA%\LOTF2\Saved\Config\WinGDK\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1501750/pfx/[Note 2]

Save game data locationLink

System Location
Windows %LOCALAPPDATA%\LOTF2\Saved\SaveGames
Microsoft Store %LOCALAPPDATA%\Packages\CIGamesS.A.LordsoftheFallen-PC_9609msxhzdsvj\SystemAppData\wgs
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1501750/pfx/[Note 2]

Save game cloud syncingLink

VideoLink

Display settings
Display settings
Graphic settings
Graphic settings

Graphics feature State Notes
Widescreen resolution
Multi-monitor
Ultra-widescreen
4K Ultra HD
Field of view (FOV)
See Field of view (FOV).
Windowed
Borderless fullscreen windowed
Anisotropic filtering (AF)
Scales with the Texture quality setting.
Anti-aliasing (AA)
TAA, FSRAA, and DLAA. No option to turn off.
High-fidelity upscaling
FSR 3.1, DLSS 3.1
Frame generation
DLSS Frame Generation, FSR Frame Generation
Forced by default. Use either "-DLSSFG" or "-FSRFG" launch parameters to unhide the option inside the in-game settings.
Vertical sync (Vsync)
If the option can't be disabled or is greyed out, check Disabling V-Sync for a potential fix.
60 FPS and 120+ FPS
FPS cap can be set to 30, 60, 120, or unlocked.
High dynamic range display (HDR)
Ray tracing (RT)
Software Lumen Global Illumination and Lumen Reflections. Game states that "Reflection quality" and "Global illumination quality" settings use "more accurate ray tracing methods" for "Settings of High and above," but no setting uses hardware ray tracing.[1]
Color blind mode
See the glossary page for potential alternatives.
The game engine may allow for manual configuration of the game via its variables. See the Unreal Engine 5 page for more details.

Field of view (FOV)Link

Custom FOV
  1. Download the CE table along with Cheat Engine.
  2. Attach the script to the game process.
  3. Activate the Cheat Manager script when game is at the main menu.
  4. Activate Create Console, and open it with ~.
  5. Use FOV 90 or other values to change the FOV.

Enable virtual shadow mapsLink

Greatly improve shadow quality at a low relative cost.
Virtual shadowmaps are UE 5.x specific technology that renders high resolution shadows to a virtual texture. By default the game opts to use older cascade shadow maps technology at a very low resolution, supplementing them with distance field shadows.
  1. Open %LOCALAPPDATA%\LOTF2\Saved\Config\Windows\Engine.ini.
  2. Add following lines to the file:

[SystemSettings]
r.Shadow.Virtual.Enable=1

Save the file and launch the game.

By default VSM tiles are cached as the system tries to detect which tiles need to be updated. Detection algorithm can fail to pick up on small (relatively to tile surface) objects moving out of a given tile, causing smearing artifacts as previous tile is not invalidated properly.
This behavior can be fixed by disabling caching via r.Shadow.Virtual.Cache=0 command, which will incur extra performance cost.
If caching is left enabled, extra performance (at the cost of extra VRAM usage) can be gained by enabling drawing dynamic objects to separate pages via r.Shadow.Virtual.Cache.StaticSeparate=1

Sharpening RemovalLink

Remove forced sharpening.
Sets the r.tonemapper.sharpen value to 0 from 1.3. The game looks very oversharpened otherwise, especially while using DLAA or Quality preset.
  1. Download mod from Nexus Mods.
  2. Extract and place the .pak file inside <path-to-game>\LOTF2\Content\Paks\~mods
    Create ~mods folder if it's not there.

Fix White Noise/Artifacts, Especially with FSRLink

Modify Lumen MaxRoughnessToTrace
Reduces r.Lumen.Reflections.MaxRoughnessToTrace to prevent white shimmer/noise when moving camera
  1. Open %LOCALAPPDATA%\LOTF2\Saved\Config\Windows\Engine.ini.
  2. Add the following lines to the file:
[/Script/Engine.RendererSettings]
r.Lumen.Reflections.MaxRoughnessToTrace=0
Prevents white shimmer/noise on motion that appears in some graphics configurations, particularly noticeable when turning the camera. Without the fix, this noise tends to be more prevalent with FSR enabled, but may still appear in reduced quantities with it disabled.
Causes some loss of detail in reflections on glossy surfaces[2][3]

InputLink

Gameplay settings
Gameplay settings

Force PS5 button promptsLink

By default, the DualSense button prompts only appear when using a DualSense controller.
Modify Game.ini[5]
  1. Open Game.ini in the game's configuration file folder.
  2. Add the following lines:
    [CommonInputPlatformSettings_Windows CommonInputPlatformSettings]
    DefaultGamepadName=PS5
    bCanChangeGamepadType=False
    
  3. Save and close the file.

AudioLink

Sound settings
Sound settings

Audio feature State Notes
Separate volume controls
Master, Music, Effects, Voice and Environment with sliders from 0 to 100.
Surround sound
Dolby Atmos supported.[6]
Subtitles
Closed captions
Mute on focus lost
Royalty free audio

LocalizationsLink

Language UI Audio Sub Notes
English
Simplified Chinese
Traditional Chinese
Czech
Fan - AI
French
German
Italian
Japanese
Korean
Polish
Brazilian Portuguese
Russian
Fan translation by ZoG and Team RIG
Spanish
Ukrainian

NetworkLink

Multiplayer typesLink

Type Native Notes
Local play
LAN play
Online play
Co-op, Versus

Disable Easy AnticheatLink

Run the game without EAC.
This may not work for platforms other than Steam.
Disabling EAC allows swapping to newer DLSS versions.
This will effectively disable all forms of online play as the sessions will fail to make an EAC handshake.

Pre 1.1.217:

As of version 1.1.217 the game client detects presence of steam_appid.txt separately from EAC and will refuse to start when the file is detected.
  1. Go to <path-to-game>\LOTF2\Binaries\Win64.
  2. Create steam_appid.txt
  3. Paste following text into the file: 1501750 and save it.
  4. Open %LOCALAPPDATA%\LOTF2\Saved\Config\Windows\Engine.ini.
  5. Add the following lines to the file:
    [EpicOnlineServices]
    EnableAntiCheat=False
    
  6. Boot the game using LOTF2-Win64-Shipping.exe located in <path-to-game>\LOTF2\Binaries\Win64

Post 1.1.217:

  1. Go to <path-to-game>\LOTF2\Binaries\Win64.
  2. Create a bat file with any name.
  3. Edit the .bat file with any text editor and add the following lines:
  4. set SteamAppId=1501750
    set SteamGameId=1501750
    start LOTF2-Win64-Shipping.exe
    
  5. Open %LOCALAPPDATA%\LOTF2\Saved\Config\Windows\Engine.ini.
  6. Add the following lines to the file:
    [EpicOnlineServices]
    EnableAntiCheat=False
    
  7. Boot the game using the created .bat file.

Microsoft Store / Game Pass version:
Boot the game using LOTF2-WinGDK-Shipping.exe located in <path-to-game>\Content\LOTF2\Binaries\WinGDK

VR supportLink

3D modes State Notes
Native 3D
Nvidia 3D Vision
vorpX

Issues fixedLink

Disabling V-SyncLink

In the event VSync cannot be disabled, it's likely because Frame Generation is enabled, even if it's greyed out.

Configure DLSS[7]
  1. Enable DLSS
  2. Disable Frame Generation
  3. Disable DLSS again
  4. Now VSync can be toggled.
This is likely only an issue on 4000 Series Nvidia cards.

Other informationLink

APILink

Technical specs Supported Notes
Direct3D 12
Executable 32-bit 64-bit Notes
Windows

MiddlewareLink

Middleware Notes
Audio Wwise
Multiplayer Epic Online Services
Anti-cheat Easy Anti-Cheat

System requirementsLink

Windows
MinimumRecommended
Operating system (OS) 10
Processor (CPU) Intel Core i5-8400
AMD Ryzen 5 2600
System memory (RAM) 12 GB
Storage drive (HDD/SSD) 45 GB (HDD)
Video card (GPU) Nvidia GeForce GTX 1060
AMD Radeon RX 590
6 GB of VRAM
DirectX 12 compatible
Other Broadband Internet connection
A 64-bit operating system is required.


NotesLink

  1. Jump up Unreal Engine 5 engine build: 5.1.1
  2. Jump up to: 2.0 2.1 Notes regarding Steam Play (Linux) data:

ReferencesLink

  1. Jump up Verified by User:Peso on 2023-10-18
    You can verify this yourself through the log files (LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0).
  2. Jump up Lumen having a lot of noise in reflections in dark areas - last accessed on 2025-02-24
    "That being said, you do have a few options on how to solve this problem (if dynamic reflections are a requirement): Adjust the r.Lumen.Reflections.MaxRoughnessToTrace value to something lower than .4(default). This will force the GI probe interpolation to kick in earlier, and while you’ll lose detail on your glossy reflections, they’ll have less noise and the smooth ones are unaffected."
  3. Jump up Rough Lumen reflections cheat sheet - last accessed on 2025-02-24
  4. Jump up Verified by User:Yuuyatails on 2025-10-18
    Tested on the Microsoft Store version with my DualShock 4 and DualSense Edge, and both controllers doesn't work on that storefront version of the game.
  5. Jump up Verified by User:Messiahgov on 2023-10-29
  6. Jump up Verified by User:Alex.Schroedsen on 2024-03-03
    Tested with Denon X3700h configured for 5.1.2 Surround.
  7. Jump up Verified by User:Frubumi on 2023-10-13