Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "The Outer Worlds"

From PCGamingWiki, the wiki about fixing PC games
Line 231: Line 231:
 
'''Notes'''
 
'''Notes'''
 
{{ii}} To disable TAA, under <code>[SystemSettings]</code>, instead add <code>r.DefaultFeature.AntiAliasing=0</code> or <code>r.PostProcessAAQuality=1</code>
 
{{ii}} To disable TAA, under <code>[SystemSettings]</code>, instead add <code>r.DefaultFeature.AntiAliasing=0</code> or <code>r.PostProcessAAQuality=1</code>
 +
}}
 +
 +
===How to enable supersampling===
 +
{{Fixbox|description=Modify Engine.ini|ref={{cn}}|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code> with a text editor.
 +
# Add the section <code>[SystemSettings]</code> to the file, if it doesn't exist already.
 +
# Under that section add <code> r.ScreenPercentage=100+%increase</code>.
 +
# Increase the supersampling resolution in increments of 5-10% to start and see how it effects frame rates.
 +
# Save the file.
 +
'''Notes'''
 +
{{ii}} Lower shadows to medium or low to increase frame rates if need be.
 
}}
 
}}
  

Revision as of 13:39, 27 October 2019

This page may require cleanup to meet basic quality standards. The specific problem is: Consolidate, merge, and verify incoming fixes and information.. You can help by modifying the article. The discussion page may contain useful suggestions.

Not to be confused with Outer Wilds.

The Outer Worlds
The Outer Worlds cover
Developers
Obsidian Entertainment
Publishers
Private Division
Engines
Unreal Engine 4
Release dates
Windows October 25, 2019
The Outer Worlds on Wikipedia

General information

Official website
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)
Does not require the Epic Games Store launcher when run directly from <path-to-game>\TheOuterWorlds.exe[1]
Windows
GamersGate
Epic Games Launcher
Windows
Gamesplanet logo.svg
Epic Games Launcher
Windows
Green Man Gaming
Epic Games Launcher
Windows
Humble Store
Epic Games Launcher
Windows
Microsoft Store
Microsoft Store
Xbox Game Pass for PC
Windows
Steam version will be available for purchase one year after the Epic Games and Microsoft Store release date.[2]

Essential improvements

Skip intro videos

Instructions[3]
  1. Go to <path-to-game>\Indiana\Content\Movies.
  2. Delete or rename Startup_Splash_1.mp4 and Startup_Splash_2.mp4.
Alternative Instructions[4]
  1. Go to the configuration file(s) location.
  2. Open Game.ini with a text editor.
  3. Add the following lines to the bottom of the file and save the changes:
[/Script/MoviePlayer.MoviePlayerSettings]
bWaitForMoviesToComplete=False
bMoviesAreSkippable=True
StartupMovies=

Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\Indiana\Saved\Config\WindowsNoEditor\
Microsoft Store %LOCALAPPDATA%\Packages\PrivateDivision.TheOuterWorldsWindows10_hv3d7yfbgr2rp\LocalCache\Local\Indiana\Saved\Config\WindowsNoEditor\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/578650/pfx/[Note 1]

Save game data location

System Location
Windows %USERPROFILE%\Saved Games\The Outer Worlds\
Microsoft Store %USERPROFILE%\Saved Games\The Outer Worlds Windows 10\<user-id>\ %LOCALAPPDATA%\Packages\PrivateDivision.TheOuterWorldsWindows10_hv3d7yfbgr2rp\SystemAppData\wgs\<user-id>\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/578650/pfx/[Note 1]

Save game cloud syncing

Save game difficulty

Modify a file in your Save game data location
  1. Go to the save game data location.
  2. From the save folder of your choice, open Metadata.dat in a hex editor (e.g. HxD).
  3. Jump (Ctrl+G) to offset CF as hex and replace the byte with one from the table below.
  4. Save the file.

Notes

Difficulty can be changed at any time, but changing a pre-existing save's difficulty to Supernova is not normally possible.
Byte Difficulty
00 Story
01 Normal
02 Hard
03 Supernova

Manually saving in Supernova difficulty

  1. In game press "~"
  2. Copy in console "SaveGame bIgnoreSuperNova 1 0" for a manual save
  • "1 0" for manual save, "1 1" for quick save, "1 2" for autosave, "1 3" for system save

Video settings

Graphics settings.
Graphics settings.
Gameplay settings.
Gameplay settings.
UI settings.
UI settings.

Template:Video settings

Ultra-widescreen

Use The Outer Worlds ultrawide & dual monitor mod[5]
Removes pillarboxing from real-time rendered cutscenes, menu and dialog screens.
Adjusts vertical FOV for 21:9 and 32:9 resolutions for parity with 16:9.
Cutscenes and dialog screens FOV is simultaneously Hor+ and Vert-.
Applies to all game versions.
Cropped viewmodel and stretched FMVs will remain unchanged.
Modify a game file of the Epic Games Store version[citation needed]
  1. Open <path-to-game>\Indiana\Binaries\Win64\IndianaEpicGameStore-Win64-Shipping.exe in a hex editor (e.g. HxD).
  2. Jump (Ctrl+G) to offset 1C3BA6A as hex and look for the bytes 01 31 41 30.
  3. Replace 01 with 00.
  4. Jump (Ctrl+G) to offset 2839395 as hex and look for the bytes FA 0E 3C A1.
  5. Replace FA 0E with 20 2A.

Notes

Removes pillarboxing from in-game cutscenes, menus and dialogs.
FOV changes match that of 16:9.
Cropped viewmodel and stretched FMVs will remain unchanged.

Field of view (FOV)

FOV calculation

Set FOV calculation to vertical[6]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines and save the changes:
[/Script/Engine.LocalPlayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV

Notes

In-game FOV values now being vertical, the new 89 value will match the old 120 of 16:9.
Player model will remain unaffected.
Entering the settings menu for any reason reverts this change.

Manually adjust FOV

Modify GameUserSettings.ini[7]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini.
  3. Assuming X is the desired FOV value you want, change CustomFieldOfView=X to your desired value.
  4. Save the file.

Notes

Extreme FOV values, such as 180, render gameplay unplayable.

Anisotropic filtering (AF)

Add custom AF variable to Engine.ini[8]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini with a text editor.
  3. Add [SystemSettings] to the bottom of the file, if that section doesn't already exist.
  4. Inside that section, add r.MaxAnisotropy=16 or the desired sample rate.
  5. Save the file.

Chromatic Aberration

Disable chromatic aberration[9]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini with a text editor.
  3. Add [SystemSettings] to the bottom of the file, if that section doesn't already exist.
  4. Inside that section, add r.SceneColorFringeQuality=0.
  5. Save the file.

Small UI and Text Scale

Change value of scale[10]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini with a text editor.
  3. Add the section [/Script/Engine.UserInterfaceSettings] to the file.
  4. Under that section add ApplicationScale=1.15 where 1.15 determines the size of the UI and text.
  5. Save the file.

Improve TAA quality or disable it

Modify Engine.ini[citation needed]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini with a text editor.
  3. Add the section [SystemSettings] to the file, if it doesn't exist already.
  4. Under that section add r.TemporalAACurrentFrameWeight=0.2 r.TemporalAASamples=4
  5. You can also add r.Tonemapper.Sharpen=1.0 to improve image quality even further. The 1.0 can be raised for an increased effect.
  6. Save the file.

Notes

To disable TAA, under [SystemSettings], instead add r.DefaultFeature.AntiAliasing=0 or r.PostProcessAAQuality=1

How to enable supersampling

Modify Engine.ini[citation needed]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini with a text editor.
  3. Add the section [SystemSettings] to the file, if it doesn't exist already.
  4. Under that section add r.ScreenPercentage=100+%increase.
  5. Increase the supersampling resolution in increments of 5-10% to start and see how it effects frame rates.
  6. Save the file.

Notes

Lower shadows to medium or low to increase frame rates if need be.

Input settings

Controls settings.
Controls settings.
Keybindings.
Keybindings.
Controls settings.
Controls settings.

Template:Input settings

Mouse Acceleration

Disable Mouse Acceleration[11][12][13]
  1. Navigate to the configuration file(s) location.
  2. Open Input.ini with a text editor:
  3. Add [Engine.PlayerInput] if not already present.
  4. Underneath the added section, add bEnableMouseSmoothing=false and bViewAccelerationEnabled=false
  5. Save the file.

Audio settings

Audio settings.
Audio settings.

Template:Audio settings

Localizations

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

Issues fixed

Re-enable developer console

The developer console can be re-enabled by following the steps on the Unreal Engine 4 page.[14]

Game Pass version doesn't start with an error 0x803F8001

Change your region in Windows to USA.[15]

Game crashes to desktop after a black screen

Install the Windows 10 Media Feature Pack .[16]

Other information

API

Executable 32-bit 64-bit Notes
Windows

System requirements

Windows
Minimum Recommended
Operating system (OS) 7 SP1
Processor (CPU) Intel Core i3-3225
AMD Phenom II X6 1100T
System memory (RAM) 4 GB
Hard disk drive (HDD) 40 GB
Video card (GPU) Nvidia GTX 650 Ti
AMD Radeon HD 7850
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>/578650/ in addition to or instead of this directory. The app ID (578650) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. Verified by User:Uhuru N'Uru on 2019-10-25
    Tested by shutting down the EGS launcher completely and seeing if the game still ran.
  2. Steam - The Outer Worlds - last accessed on 2019-06-10
  3. Verified by User:Expack3 on 2019-10-25
  4. https://www.resetera.com/threads/the-outer-worlds-pc-performance-thread.149076/page-4#post-25799148
  5. Verified by User:Rose on 2019-10-26
    Tested at 2560x1080 (native) and 3840x1080 (custom) resolutions in the Xbox Game Pass version.
  6. Verified by User:Lugubrious on 2019-10-25
  7. Verified by User:Expack3 on 2019-10-25
  8. Verified by User:Infogram on 2019-10-25
  9. Verified by User:Darktalon on 2019-10-25
  10. Verified by User:Sidspyker on 2019-10-25
  11. Verified by User:galacticarachnids on 2019-10-25
  12. Verified by User:Inkuplex on 2019-10-25
  13. How to fix mouse sensitivity acceleration/smoothing - last accessed on 2019-10-24
  14. Verified by User:Infogram on 2019-10-25
  15. r/TheOuterWorlds - last accessed on 2019-10-25
  16. r/TheOuterWorlds - Game Crashing on launch (PC Gamepass) -> Install Windows 10 Media Feature Pack - last accessed on 2019-10-25