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

The Fidelio Incident

From PCGamingWiki, the wiki about fixing PC games
Revision as of 08:39, 8 November 2018 by Garrbot (talk | contribs) (updated template usage)
The Fidelio Incident
The Fidelio Incident cover
Developers
Act 3 Games
Engines
Unreal Engine 4
Release dates
Windows May 23, 2017

General information

Official Website
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Steam
Icon overlay.png
Windows

Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\TheFidelioIncident\Saved\Config\WindowsNoEditor\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/632070/pfx/[Note 1]

Save game data location

System Location
Windows %LOCALAPPDATA%\TheFidelioIncident\Saved\SaveGames\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/632070/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

In-game video settings
In-game video settings

Template:Video settings

Ultra-widescreen

Change FOV scaling[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines.
[/Script/Engine.LocalPlayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV

Anisotropic filtering (AF)

Modify AF samples[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines.
[/script/engine.renderersettings]
r.MaxAnisotropy=16

High frame rate

While the frame rate cap can be removed, high frame rates lower movement speed and make it impossible to progress through the game.
Remove frame rate cap[3]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines.
[/Script/Engine.Engine]
bSmoothFrameRate=false
MinDesiredFrameRate=60
SmoothedFrameRateRange=(LowerBound=(Type=”ERangeBoundTypes::Inclusive”,Value=60),UpperBound=(Type=”ERangeBoundTypes::Exclusive”,Value=144))

Notes

For Vsync on, change bSmoothFrameRate=false to bSmoothFrameRate=true, and for any other refresh rate change the upper bound value.

Chromatic aberration

Disable chromatic aberration[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines.
[/script/engine.renderersettings]
r.SceneColorFringe.Max=0

Motion blur

Disable motion blur[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines.
[/script/engine.renderersettings]
r.DefaultFeature.MotionBlur=False
r.MotionBlurQuality=0

Input settings

In-game controls settings
In-game controls settings
In-game look settings
In-game look settings

Template:Input settings

Audio settings

In-game audio settings
In-game audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English

Other information

API

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

System requirements

Windows
Minimum
Operating system (OS) 7
Processor (CPU) Intel Core i3 2.00 GHz
System memory (RAM) 6 GB
Hard disk drive (HDD) 11
Video card (GPU) Nvidia GeForce GTX 680
Other We recommend using a controller
A 64-bit system is required.

Notes

  1. 1.0 1.1 File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/632070/ in addition to or instead of this directory. The app ID (632070) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References