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 "The Turing Test"

From PCGamingWiki, the wiki about fixing PC games
Line 28: Line 28:
 
{{Availability/row| GMG | the-turing-test | Steam |  |  | Windows }}
 
{{Availability/row| GMG | the-turing-test | Steam |  |  | Windows }}
 
{{Availability/row| Humble | the-turing-test | Steam |  |  | Windows }}
 
{{Availability/row| Humble | the-turing-test | Steam |  |  | Windows }}
{{Availability/row| Microsoft Store | 9nblggh4vvtl | Microsoft Store | {{Store feature|Xbox Game Pass}} | | Windows }}
+
{{Availability/row| Microsoft Store | 9nblggh4vvtl | Microsoft Store | | | Windows }}
 
{{Availability/row| Steam | 499520 | Steam |  |  | Windows }}
 
{{Availability/row| Steam | 499520 | Steam |  |  | Windows }}
 
}}
 
}}

Revision as of 21:43, 17 December 2020

The Turing Test
The Turing Test cover
Developers
Bulkhead Interactive
Publishers
Square Enix
Engines
Unreal Engine 4
Release dates
Windows August 30, 2016
The Turing Test on MobyGames
The Turing Test on Wikipedia

General information

Steam Community Discussions

Availability

DLC and expansion packs

Name Notes
Upgrade Pack
Windows

Essential improvements

Skip intro videos

Delete or rename movie files[1]
  1. Go to <path-to-game>\TheTuringTest\Content\Movies\
  2. Delete or rename Default_Startup.mp4.

Game data

Configuration file(s) location

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

Save game data location

System Location
Windows <path-to-game>\TheTuringTest\savedata.sav[Note 2]
Microsoft Store %LOCALAPPDATA%\Packages\BulkheadInteractive.TheTuringTest_es3fzbrr4bc5r\SystemAppData\wgs
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/499520/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

General settings.
General settings.
Graphics settings.
Graphics settings.

Template:Video settings

Multi-monitor

Instructions[citation needed]
  1. Go to the configuration file(s) location
  2. Edit Engine.ini.
  3. Add the following lines.
[/Script/Engine.LocalPlayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
  1. Set the FOV in-game to a lower value, e.g. 60 for the equivalent of 90.

High frame rate

Increase frame rate cap in BaseEngine.ini[1]
  1. Go to <path-to-game>\Engine\Config\.
  2. Open BaseEngine.ini.
  3. Search for a line starting with SmoothedFrameRateRange in the [/Script/Engine.Engine] section.
  4. Edit the line SmoothedFrameRateRange=(LowerBound=(Type="ERangeBoundTypes::Inclusive",Value=XX),UpperBound=(Type="ERangeBoundTypes::Inclusive",Value=YY)) by changing YY to the desired frame rate limit.
  5. Save the changes.
Increase frame rate cap with a console command[1][2]
  1. Start the game and open the console by pressing ~.
  2. Type t.maxfps 144 or any desired number.
  3. Save the changes by pressing Enter.
  4. Repeat each time after launching the game.

Chromatic aberration

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

Input settings

Keyboard settings.
Keyboard settings.
Controller settings.
Controller settings.

Template:Input settings

Audio settings

Audio settings.
Audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
French
Fan translation, download.
German
Fan translation, download.
Italian
Fan translation, download.
Spanish
Fan translation, download.
Traditional Chinese
Fan translation, download.
Russian
Fan translation by «Prometheus Project»

VR support

3D modes State Notes
Nvidia 3D Vision
See Helix Mod: The Turing Test.
vorpX
G3D, Z3D, DirectVR
Officially supported game, see official vorpx game list.

Issues fixed

Game does not launch after UE4 Prerequisites (x64) fail to install

If you already have the prerequisites installed, the first time setup can erroneously prompt you to uninstall them.
Skip to step 3 if Steam is not running the first time setup.
Instructions[3]
  1. If you haven't already, run the game and its first time setup.
  2. Uninstall UE4 Prerequisites (x64) when prompted. The game should fail to launch here.
  3. Exit Steam.
  4. Go to <path-to-game>\Redist\.
  5. Run and install UE4PRereqSetup_x64.exe. It should say "Install" and not "Uninstall".
  6. Restart Steam.

Other information

API

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

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core 2 Duo E6600
AMD Athlon 64 X2 6400
System memory (RAM) 4 GB
Hard disk drive (HDD) 10 GB
Video card (GPU) Nvidia GeForce GTX 560
ATI Radeon HD 5770
DirectX 11 compatible
A 64-bit operating 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>/499520/ in addition to or instead of this directory. The app ID (499520) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.
  2. 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).

References

  1. 1.0 1.1 1.2 Verified by User:Baronsmoki on 2019-08-05
  2. The Turing Test :: Update 1.2 notes - last accessed on 2019-08-05
  3. UE4 Prerequisites (x64) fix