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.

Difference between revisions of "Control"

From PCGamingWiki, the wiki about fixing PC games
Line 142: Line 142:
 
{{Input settings
 
{{Input settings
 
|key remap                = true
 
|key remap                = true
|key remap notes          =  
+
|key remap notes          = there's no walking key option for keyboard.
 
|acceleration option      = false
 
|acceleration option      = false
 
|acceleration option notes = <ref>{{Refcheck|user=Rose|date=2019-08-23|comment=The crosshair returned to the starting position after moving the mouse back at higher speed.}}</ref>
 
|acceleration option notes = <ref>{{Refcheck|user=Rose|date=2019-08-23|comment=The crosshair returned to the starting position after moving the mouse back at higher speed.}}</ref>

Revision as of 22:36, 31 August 2019

Control
Control cover
Developers
Remedy Entertainment
Publishers
505 Games
Engines
Northlight
Release dates
Windows August 27, 2019
Control on Wikipedia

General information

Official website
Official forums
Official Discord server
Official support page
Control subreddit
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Epic Games Store
DRM-free after installation through Epic Games Launcher (notes may include more details)
[1]
Windows
Humble Store
Epic Games Launcher
Windows
Exclusive to the Epic Games launcher for 1 year after release.[2]

DLC and expansion packs

Name Notes
Tactical Response Gear Pre-order bonus outfit.
Windows
Crafting Resources Pack Pre-order bonus resources.
Windows

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\renderer.ini[Note 1]
%LOCALAPPDATA%\Remedy\Control\Default-Epic-User\preferences\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/870780/pfx/[Note 2]
Only renderer.ini is in plain text.

Save game data location

System Location
Windows %LOCALAPPDATA%\Remedy\Control\Default-Epic-User\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/870780/pfx/[Note 2]

Save game cloud syncing

System Native Notes
Epic Games Launcher
Steam Cloud

Video settings

Display settings.
Display settings.

Template:Video settings

Multi-monitor

Modify game files for multi-monitor support[3]
By default, the game does not allow to select resolutions wider than 21:9.
  1. Download the Control & Quantum Break multimonitor patcher.
  2. Use it to patch <path-to-game>\coregame_rmdwin10_f.dll (for DirectX 12) or <path-to-game>\coregame_rmdwin7_f.dll (DirectX 11).
  3. Open <path-to-game>\renderer.ini in a text editor.
  4. Set the width and height values of m_iOutputResolutionX, m_iOutputResolutionY, m_iRenderResolutionX and m_iRenderResolutionY as desired (e.g. "m_iOutputResolutionX": 5760,)
  5. Save the changes and launch the game.
Changing back to a narrower resolution in the game will require editing the .ini file again.

Motion blur

Disable motion blur with a DLL injection[4]
Only works in the DirectX 11 mode.
  1. Download this file.
  2. Unpack the archive and copy its contents to <path-to-game>\
  • Toggle motion blur by pressing F4 in the game.
  • Alternatively, open d3dx.ini in a text editor.
    Look for w2=1 under ;Motion blur. 0=disabled. 1=enabled. and change it to w2=0
Disable motion blur by modifying a game file[5][6]

For the DirectX 12 mode,

  1. Open renderer_rmdwin10_f.dll in a hex editor (e.g. HxD).
  2. Search for 02 00 00 00 01 01 01 as hex and replace it with 02 00 00 00 01 01 00
  3. Save the changes.

For the DirectX 11 mode,

  1. Open renderer_rmdwin7_f.dll in a hex editor (e.g. HxD).
  2. Search for 02 00 00 00 01 01 01 01 01 01 as hex and replace it with 02 00 00 00 01 01 01 01 01 00.
  3. Save the changes.

Input settings

Gameplay settings.
Gameplay settings.
Controls settings.
Controls settings.

Template:Input settings

Audio settings

Audio settings.
Audio settings.

Template:Audio settings

Interface settings.
Interface settings.

Localizations

Language UI Audio Sub Notes
English
Arabic
Simplified Chinese
Traditional Chinese
French
German
Italian
Korean
Polish
Brazilian Portuguese
Russian
Spanish

Issues unresolved

Crashes with ray tracing enabled on GTX cards

Having any of the Ray Tracing options enabled in the game may result in crashing on Nvidia GTX graphics cards. Unchecking each related box in the settings solves the issue.[7][8]

Downgrade the Nvidia display drivers to 431.60[9]

Performance issues on high-end hardware

There have been multiple reports of FPS drops below 60 and stuttering on hardware exceeding the recommended system requirements.[10][11][12]

Disable exploit protection for the game in DirectX 12 mode on Windows 10[13]
  1. From the Start menu, click on Settings.
  2. Find Exploit protection through the search bar.
  3. Click on the Program settings tab.
  4. Click on the + icon next to Add program to customize and select Choose exact file path.
  5. Locate and select <path-to-game>\Control_DX12.exe, confirm by clicking on Open.
  6. Scroll down to find Control flow guard (CFG) in the newly opened window.
  7. Check the Override system settings box and toggle it Off, then Apply the change.

Ray tracing options unavailable

Update Windows 10 to version 1903[14][15]
  1. From the Start menu, click on Settings.
  2. Click on Update & Security and Check for updates.
  3. Go through with the process and restart the system at prompt.

Issues fixed

No choice of DirectX 12

Launch the game directly from <path-to-game>\Control_DX12.exe[10][16]

SSE4.2-supported CPU required

The game will not start on a system with a CPU that does not support the SSE4.2 instruction set, but the check can be bypassed.
A CPU with no support for the instruction set is below the system requirements of the game, likely to result in poor performance.
Remove the SSE4.2 check by modifying a game file[17]
Only works in the DirectX 11 mode.
  1. Open rl_rmdwin7_f.dll in a hex editor (e.g. HxD).
  2. Search for the 0FBAE114730A hex value.
  3. Replace it with the 0FBAE1149090 hex value.
  4. Save the changes.
  5. Launch the game in the DirectX 11 mode.

Other information

Visual tweaks cheat table

A cheat table with various visual tweaks is available - including FOV adjustment, free cam, depth of field, motion blur, bloom, screen space anti-aliasing, object highlights and HUD toggles.
Use Cheat Engine to open the table[18]
  1. Download and install Cheat Engine.
  2. Download the Otis DirectX 11 cheat table or the Otis DirectX 12 cheat table.
  3. Launch Cheat Engine and the game.
  4. From the File menu of Cheat Engine, click on the Open Process.
  5. Select the game process and click on Open.
  6. From the File menu, click on Load (Ctrl+O).
  7. Locate the downloaded cheat table and click on Open.
  8. Follow the instructions in the bottom area of Cheat Engine to activate any of the various tweaks with hot keys or manual value changes.

API

Launcher options.
Launcher options.
Technical specs Supported Notes
Direct3D 11, 12 Selectable through the launcher. DirectX Raytracing (DXR) is also supported.
Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Physics PhysX
Audio Wwise
Interface Coherent Labs
Cutscenes Bink Video

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i5-4690
AMD FX-4350
System memory (RAM) 8 GB
Hard disk drive (HDD) 38 GB [20]
Video card (GPU) Nvidia GeForce GTX 780
AMD Radeon R9 280X
DirectX 11 compatible
Other
A 64-bit system is required.

Notes

  1. When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).
  2. 2.0 2.1 Notes regarding Steam Play (Linux) data:

References

  1. Verified by User:Rose on 2019-08-23
    Closed the launcher, renamed its main and AppData folders, ran the game through Control.exe without issues.
  2. Control – Pre-order FAQ - last accessed on August 21, 2019
  3. Verified by User:Rose on 2019-08-23
    Tested at custom resolutions of 3840x1080 and 5760x1080
  4. how to disable motion blur ? - last accessed on 2019-08-28
  5. Verified by User:Rose on 2019-08-31
    The file offsets for the current version are 7AE73E for DX12 and 78A53D for DX11
  6. disable motion blur for dx12 - last accessed on 2019-08-30
  7. Verified by User:Rose on 2019-08-23
    Encountered and consistently reproduced on a GTX 1070 card.
  8. Control system requirements, settings, benchmarks, and performance analysis - last accessed on 2019-08-27
    "DXR mode caused frequent crashes on our GTX 1070, 1080, and 1080 Ti, to the point where we couldn't complete our benchmark sequence. Just leave if off, basically."
  9. Performance Issues / Bugs Megathread comment - last accessed on 2019-08-29
  10. 10.0 10.1 Control system requirements, settings, benchmarks, and performance analysis - last accessed on 2019-08-27
  11. Am I the only one who gets constant stutters? Pc version - last accessed on 2019-08-28
  12. CONTROL PC Performance Explored – All In On RTX - last accessed on 2019-08-28
  13. Control PC performance thread post #999 - last accessed on 2019-08-31
  14. Fix for inability to enable RTX - last accessed on 2019-08-30
  15. PSA: those that are unable to enable RTX and are running w10 1803 or older need to update. - last accessed on 2019-08-30
  16. The game does not give me a choice between DX11 and DX12 - does that mean it's launching dx11? - last accessed on 2019-08-29
  17. Twitter | beatcracker
  18. Verified by User:Rose on 2019-08-31
    Tested various effects.
  19. Control – PC requirements - last accessed on 2019-08-19
  20. Verified by User:Rose on 2019-08-23
    The official system requirements contain no HDD information. On my hard drive, the game took up 37.5 GB.