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 "Starfield"

From PCGamingWiki, the wiki about fixing PC games
(Removing DLSS/XeSS under upscaling, modded support shouldn't be listed as a feature alongside official FSR)
(→‎Video: 32:9, FoV)
Line 110: Line 110:
 
|widescreen resolution      = true
 
|widescreen resolution      = true
 
|widescreen resolution notes=  
 
|widescreen resolution notes=  
|multimonitor              = unknown
+
|multimonitor              = false
 
|multimonitor notes        =  
 
|multimonitor notes        =  
 
|ultrawidescreen            = true
 
|ultrawidescreen            = true
|ultrawidescreen notes      =  
+
|ultrawidescreen notes      = 21:9 aspect ratio supported with wider aspect ratios {{Term|pillarboxed}}, see [[#Ultra-widescreen|Ultra-widescreen]].
|4k ultra hd                = unknown
+
|4k ultra hd                = true
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
|fov                        = false
+
|fov                        = hackable
|fov notes                  =  
+
|fov notes                  = See [[#Field of view (FOV)|Field of view (FOV)]]
 
|windowed                  = unknown
 
|windowed                  = unknown
 
|windowed notes            =  
 
|windowed notes            =  
Line 125: Line 125:
 
|anisotropic notes          =  
 
|anisotropic notes          =  
 
|antialiasing              = always on
 
|antialiasing              = always on
|antialiasing notes        = No anti-aliasing option in settings menu. Most likely forced TAA.
+
|antialiasing notes        = No anti-aliasing option in settings menu. Most likely forced TAA.{{cn|date=2023-09-01|reason=Needs confirmation.}}
 
|upscaling                  = true
 
|upscaling                  = true
 
|upscaling tech            = FSR 2.2
 
|upscaling tech            = FSR 2.2
Line 141: Line 141:
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Ultra-widescreen|Ultra-widescreen]]===
 +
{{Fixbox|description=Modify the game executable to remove {{term|pillarboxing}}|ref=<ref>{{Refurl|url=https://www.reddit.com/r/ultrawidemasterrace/comments/166ry0x/starfield_doesnt_support_329/jylpohd/|title=Reddit - Ultrawide Master Race - Starfield doesn't support 32:9|date=2023-09-01}}</ref>|fix=
 +
# Open {{file|{{P|game}}\Starfield.exe}} in a hex editor (e.g. [https://mh-nexus.de/en/hxd/ HxD]).
 +
# Search for <code>8E E3 18 40</code> as hex.
 +
# Replace it with <code>39 8E 63 40</code> for 32:9, or [https://www.wsgf.org/article/common-hex-values any other] aspect ratio in hex.
 +
# Save the changes.
 +
}}
 +
 +
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 +
{{Fixbox|description=Add custom values to configuration file|ref=<ref>{{Refurl|url=https://www.reddit.com/r/Starfield/comments/166szem/any_mods_for_fov_slider/jymgavh/|title=Reddit - Starfield - Any mods for FOV slider?|date=2023-09-01}}</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Create a new file called {{file|StarfieldCustom.ini}}, if it doesn't exist.
 +
# Under <code>[Camera]</code>, add or modify the following parameters, where <code>X</code> is the desired value:
 +
<pre>
 +
fFPWorldFOV=X
 +
fTPWorldFOV=X
 +
</pre>
 
}}
 
}}
  

Revision as of 05:03, 1 September 2023

Starfield
Starfield cover
Developers
Bethesda Game Studios
id Software
Publishers
Bethesda Softworks
Engines
Creation Engine 2
Release dates
Windows September 6, 2023
Reception
Metacritic 88
OpenCritic 88
Taxonomy
Modes Singleplayer
Genres ARPG
Themes Sci-fi
Starfield on IGDB
Starfield guide on StrategyWiki
Starfield on Wikipedia

Starfield is a singleplayer ARPG game.

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
GamersGate
Icon overlay.png
Premium Edition also available.
Windows
Gamesplanet logo.svg
Icon overlay.png
Premium Edition also available.
Windows
Green Man Gaming
Icon overlay.png
Premium Edition also available.
Windows
Humble Store
Icon overlay.png
Premium Edition also available.
Windows
Microsoft Store
Microsoft Store
Xbox Play Anywhere. Included with Xbox Game Pass for PC.
Premium Edition also available.
Windows
Steam
Icon overlay.png
Premium Edition also available.
Windows

Essential improvements

Skip intro video

Delete or rename video files[1]
  1. Go to <path-to-game>\Data\Video
  2. Delete or rename BGS_LOGO_1080p_BinkVersion.bk2.

Game data

Configuration file(s) location

System Location
Windows %USERPROFILE%\Documents\My Games\Starfield\
Microsoft Store
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1716740/pfx/[Note 1]

Save game data location

System Location
Windows %USERPROFILE%\Documents\My Games\Starfield\Saves\
Microsoft Store
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1716740/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud
Xbox Cloud

Video

Graphics feature State Notes
Widescreen resolution
Multi-monitor
Ultra-widescreen
21:9 aspect ratio supported with wider aspect ratios pillarboxed, see Ultra-widescreen.
4K Ultra HD
Field of view (FOV)
See Field of view (FOV)
Windowed
Borderless fullscreen windowed
Anisotropic filtering (AF)
Anti-aliasing (AA)
No anti-aliasing option in settings menu. Most likely forced TAA.[citation needed]
High-fidelity upscaling
FSR 2.2
Use Starfield Upscaler to replace FSR with DLSS or XeSS.
Vertical sync (Vsync)
60 FPS and 120+ FPS
High dynamic range display (HDR)
See the glossary page for potential alternatives.
Ray tracing (RT)

Ultra-widescreen

Modify the game executable to remove pillarboxing[2]
  1. Open <path-to-game>\Starfield.exe in a hex editor (e.g. HxD).
  2. Search for 8E E3 18 40 as hex.
  3. Replace it with 39 8E 63 40 for 32:9, or any other aspect ratio in hex.
  4. Save the changes.

Field of view (FOV)

Add custom values to configuration file[3]
  1. Go to the configuration file(s) location.
  2. Create a new file called StarfieldCustom.ini, if it doesn't exist.
  3. Under [Camera], add or modify the following parameters, where X is the desired value:
fFPWorldFOV=X
fTPWorldFOV=X

Input

Audio

Audio feature State Notes
Separate volume controls
Surround sound
Subtitles
Closed captions
Mute on focus lost
Royalty free audio

Localizations

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

Other information

API

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

Middleware

Middleware Notes
Cutscenes Bink Video

System requirements

Windows
Minimum Recommended
Operating system (OS) 10 22H2
Processor (CPU) AMD Ryzen 5 2600X
Intel Core i7-6800K
System memory (RAM) 16 GB
Hard disk drive (HDD) 125 GB
Video card (GPU) AMD Radeon RX 5700
Nvidia GeForce 1070 Ti
DirectX 12 compatible
Other SSD required
SSD required


Notes

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

References

  1. Verified by User:Aemony on 2023-09-01
  2. Reddit - Ultrawide Master Race - Starfield doesn't support 32:9 - last accessed on 2023-09-01
  3. Reddit - Starfield - Any mods for FOV slider? - last accessed on 2023-09-01