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.

The Fidelio Incident

From PCGamingWiki, the wiki about fixing PC games
Revision as of 04:52, 1 September 2019 by VetleBot (talk | contribs) (Update 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) <SteamLibrary-folder>/steamapps/compatdata/632070/pfx/[Note 1]

Save game data location

System Location
Windows %LOCALAPPDATA%\TheFidelioIncident\Saved\SaveGames\
Steam Play (Linux) <SteamLibrary-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 Notes regarding Steam Play (Linux) data:

References