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 Sojourn

From PCGamingWiki, the wiki about fixing PC games
Revision as of 15:51, 23 December 2019 by Baronsmoki (talk | contribs) (Added MobyGames)
The Sojourn
The Sojourn cover
Developers
Shifting Tides
Publishers
Iceberg Interactive
Engines
Unreal Engine 4
Release dates
Windows September 20, 2019
The Sojourn on MobyGames

General information

Official website
Publisher Discord server
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)
DRM-free when launched directly from executable.[1]
Windows
Humble Store
Epic Games Launcher
Windows
Exclusive to the Epic Games Launcher for an unknown period of time.[2]

Essential improvements

Skip intro videos

Delete or rename movie files[3]
  1. Go to <path-to-game>\TheSojourn\Content\Movies\.
  2. Delete or rename TheSojournSplash.mp4 and UE4_Logo.mp4.

Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\TheSojourn\Saved\SaveGames\Settings.sav
%LOCALAPPDATA%\TheSojourn\Saved\Config\WindowsNoEditor\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/794960/pfx/[Note 1]

Save game data location

System Location
Windows %LOCALAPPDATA%\TheSojourn\Saved\SaveGames\Sojourn.sav
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/794960/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Epic Games Launcher
Steam Cloud

Video settings

In-game video settings.
In-game video settings.

Template:Video settings

Anti-aliasing (AA)

Change AA type through the config file[4]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[SystemSettings]
r.DefaultFeature.AntiAliasing=1
The above sets the AA type to FXAA. Change the 1 to 0 to disable AA.
Enable TAA sharpening through the config file[4]
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[5]
  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.

High frame rate

Increase frame rate limit through the config file[6]
  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.

Vignette

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

Input settings

In-game general settings.
In-game general settings.
In-game control settings.
In-game control settings.

Template:Input settings

Audio settings

In-game audio settings.
In-game audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Simplified Chinese
French
German
Italian
Brazilian Portuguese
Russian
Spanish

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) 7 SP1
Processor (CPU) 2.5 GHz Quad-Core
System memory (RAM) 4 GB
Hard disk drive (HDD) 3 GB
Video card (GPU) Nvidia GeForce GTX 460
AMD Radeon HD 6870
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>/794960/ in addition to or instead of this directory. The app ID (794960) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. Verified by User:Baronsmoki on 2019-09-25
  2. Dreamy puzzle adventure The Sojourn arriving on September 20 - last accessed on 2019-09-25
    "The Sojourn will release on PC as an Epic Games Store timed-exclusive..."
  3. Verified by User:Baronsmoki on 2019-09-25
  4. 4.0 4.1 Verified by User:Baronsmoki on 2019-09-26
    The changes resulted in a visibly sharper image in the game and screenshots comparisons.
  5. Verified by User:Baronsmoki on 2019-09-26
  6. Verified by User:Baronsmoki on 2019-09-25
    Set to 120.000000 and saw it reflected in-game.
  7. Verified by User:Baronsmoki on 2019-09-26
    Compared screenshots. Many textures appear brighter with the vignette disabled.