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 Sinking City"

From PCGamingWiki, the wiki about fixing PC games
m (→‎Video settings: no solution for the pillarboxing yet)
Line 94: Line 94:
 
|anisotropic notes          =  
 
|anisotropic notes          =  
 
|antialiasing              = true
 
|antialiasing              = true
|antialiasing notes        = Off, Medium, High, Epic, Ultra. See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]] for [[SSAA]].
+
|antialiasing notes        = [[TAA]] with multiple quality options.<ref>{{Refcheck|user=Rose|date=2019-06-26|comment=TAA is commonly used in Unreal Engine 4 games. The other things pointing at it are the blurriness of the image, config-forced TAA quality options affecting it, and config-forced FXAA removing the blur.}}</ref> See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]] for sharpening, or [[SSAA]].
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                =  
 
|vsync notes                =  
Line 132: Line 132:
  
 
===[[Glossary:Anti-aliasing (AA)|Anti-aliasing (AA)]]===
 
===[[Glossary:Anti-aliasing (AA)|Anti-aliasing (AA)]]===
{{Fixbox|description=Edit the config file to enable [[SSAA|super-sampling]]|ref=<ref name="rose26"/>|fix=
+
{{Fixbox|description=Enable [[TAA]] sharpening through the config file|ref=<ref name="screenshots"/>|fix=
 +
{{ii}} This makes the game appear less blurry when anti-aliasing is on.
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code> in a text editor.
 +
# Add the following lines:
 +
<pre>
 +
[SystemSettings]
 +
r.TemporalAACurrentFrameWeight=0.2
 +
r.TemporalAASharpness=0.8
 +
r.Tonemapper.Sharpen=1
 +
</pre>
 +
}}
 +
 
 +
{{Fixbox|description=Enable [[SSAA|super-sampling]] through the config file|ref=<ref name="rose26"/>|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code> in a text editor.
 
# Open <code>Engine.ini</code> in a text editor.
Line 144: Line 157:
  
 
===Bloom===
 
===Bloom===
{{Fixbox|description=Edit the config file to disable bloom|ref=<ref name="rose26"/>|fix=
+
{{Fixbox|description=Disable bloom through the config file|ref=<ref name="screenshots"/>|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code> in a text editor.
 
# Open <code>Engine.ini</code> in a text editor.
Line 155: Line 168:
  
 
===Film grain===
 
===Film grain===
{{Fixbox|description=Edit the config file to disable film grain|ref=<ref>{{Refcheck|user=Rose|date=2019-06-26|comment=Screenshots taken and compared.}}</ref>|fix=
+
{{Fixbox|description=Disable film grain through the config file|ref=<ref name="screenshots">{{Refcheck|user=Rose|date=2019-06-26|comment=Screenshots taken and compared.}}</ref>|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code> in a text editor.
 
# Open <code>Engine.ini</code> in a text editor.

Revision as of 22:07, 26 June 2019

The Sinking City
The Sinking City cover
Developers
Frogwares
Publishers
Bigben Interactive
Engines
Unreal Engine 4
Release dates
Windows June 27, 2019
The Sinking City on Wikipedia

General information

Official website
The Sinking City subreddit
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Official website
Epic Games Launcher
Day One physical edition.
Windows
Epic Games Store
Epic Games Launcher
Necronomicon Edition is also available.
Windows
Humble Store
Epic Games Launcher
Necronomicon Edition is also available.
Windows
Exclusive to the Epic Games launcher for at least 1 year after release.[1]

Version differences

Digital pre-orders include Sherlock Holmes: The Devil's Daughter, the Chicago Organ Grinder DLC, an extra skill point and 2 days of early access.
The Day One edition includes a map of Oakmont, the Investigator Pack and Chicago Organ Grinder DLC.
The Necronomicon Edition includes the Worshipers of the Necronomicon and the Investigator Pack DLC.

Essential improvements

Skip intro videos

Remove the video files[2]
  1. Go to <path-to-game>\TSCGame\Content\Movies\
  2. Remove Start_video_Frog.mp4, UE4_Logo.mp4 and UE4_Logo_BB.mp4.
A game update may restore the files.
The Epic Games Store logo and the warnings will remain, although easily skippable with button presses.

Game data

Configuration file(s) location

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

Save game data location

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

Save game cloud syncing

System Native Notes
Epic Games Launcher
Steam Cloud

Video settings

Video settings.
Video settings.

Template:Video settings

Field of view (FOV)

Use an external tool to fine-tune FOV[2]
  1. Download the FOV changer.
  2. Launch the game and wait for it to load.
  3. Run the tool and press the buttons to increase and decrease FOV as instructed.
Game updates will likely require updates to the tool.
Increase FOV by changing the way it's calculated[3]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[/Script/Engine.LocalPlayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
A significant increase from the default 16:9 value.

High frame rate

Edit the config file[4]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini in a text editor.
  3. Locate FrameRateLimit=0.000000 and set the value to the desired FPS cap.

Anti-aliasing (AA)

Enable TAA sharpening through the config file[5]
This makes the game appear less blurry when anti-aliasing is on.
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[SystemSettings]
r.TemporalAACurrentFrameWeight=0.2
r.TemporalAASharpness=0.8
r.Tonemapper.Sharpen=1
Enable super-sampling through the config file[3]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[SystemSettings]
r.ScreenPercentage=150
The 150 stands for percentage of the base resolution, equal to 1.5x. Any other value above 100 can be used.

Bloom

Disable bloom through the config file[5]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[SystemSettings]
r.BloomQuality=0

Film grain

Disable film grain through the config file[5]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[SystemSettings]
r.Tonemapper.Quality=0

Input settings

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

Template:Input settings

Audio settings

Audio settings.
Audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Language selection is only available from the main menu Gameplay settings.
Arabic
Simplified Chinese
Traditional Chinese
Czech
French
German
Italian
Korean
Polish
Brazilian Portuguese
Portuguese
Russian
Spanish
Turkish
Ukrainian

Issues unresolved

Game stuttering

Noticeable stuttering has been reported by high-end hardware users.[6][7][8]

Other information

API

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

Middleware

Middleware Notes
Physics PhysX

System requirements

Windows
Minimum Recommended
Operating system (OS) 10
Processor (CPU) Intel Core i5-2500 3.3 GHz
AMD FX-8300 3.3 GHz
System memory (RAM) 8 GB
Hard disk drive (HDD) 40 GB
Video card (GPU) Nvidia GeForce GTX 770
ATI Radeon R9 380X
4 GB of VRAM
DirectX 11 compatible
A 64-bit operating system is required.

Notes

  1. 1.0 1.1 Notes regarding Steam Play (Linux) data:

References

  1. The Sinking City and Epic Games store - last accessed on March 20, 2019
  2. 2.0 2.1 Verified by User:Rose on 2019-06-25
  3. 3.0 3.1 Verified by User:Rose on 2019-06-26
  4. Verified by User:Rose on 2019-06-25
    Set to 120.000000 and saw it reflected in the game.
  5. 5.0 5.1 5.2 Verified by User:Rose on 2019-06-26
    Screenshots taken and compared.
  6. The Sinking City - PC Stuttering Issues + Benchmark Scene - last accessed on 2019-06-26
  7. (PC) Stuttering/hitching, any fix? - last accessed on 2019-06-26
  8. No longer get 60FPS? - last accessed on 2019-06-26