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 "Marvel's Guardians of the Galaxy"

From PCGamingWiki, the wiki about fixing PC games
(→‎Audio: punctuation)
(46 intermediate revisions by 21 users not shown)
Line 12: Line 12:
 
{{Infobox game/row/date|Windows|October 26, 2021}}
 
{{Infobox game/row/date|Windows|October 26, 2021}}
 
|reception    =  
 
|reception    =  
{{Infobox game/row/reception|Metacritic|marvels-guardians-of-the-galaxy|76}}
+
{{Infobox game/row/reception|Metacritic|marvels-guardians-of-the-galaxy|78}}
{{Infobox game/row/reception|OpenCritic|11622/guardians-of-the-galaxy|81}}
+
{{Infobox game/row/reception|OpenCritic|11622/guardians-of-the-galaxy|82}}
{{Infobox game/row/reception|IGDB|marvels-guardians-of-the-galaxy|82}}
+
{{Infobox game/row/reception|IGDB|marvels-guardians-of-the-galaxy|81}}
 
|taxonomy    =
 
|taxonomy    =
 
{{Infobox game/row/taxonomy/monetization      | DLC}}
 
{{Infobox game/row/taxonomy/monetization      | DLC}}
Line 65: Line 65:
 
==Monetization==
 
==Monetization==
 
{{DLC|
 
{{DLC|
{{DLC/row| Digital Deluxe Upgrade| | Windows}}
+
{{DLC/row| Digital Deluxe Upgrade| Includes early access to two Star-Lord skins as well as digital soundtrack and artbook. <br/> Included in the Deluxe Edition. | Windows}}
 +
}}
 +
 
 +
==Essential improvements==
 +
===Skip intro videos===
 +
{{Fixbox|description=Remove and swap video files<ref>{{Refurl|url=https://www.reddit.com/r/PlayGOTG/comments/qksyvy/pc_is_there_anyway_to_skip_the_logosplash_screens/|title=Is there anyway to skip the logo/splash screens at the start of the game?|date=2021-11-01}}</ref>|fix=
 +
# Go to <code>{{p|game}}\runtime\</code>
 +
# Rename <code>3C5412CE8B28C5D133F4024887AA8579.pc_binkvid</code> to add <code>_bak</code> to the filename (i.e. <code>3C5412CE8B28C5D133F4024887AA8579.pc_binkvid_bak</code>)
 +
# Make a copy of <code>0E3B3BA8C5C9E2E58AF1AFF20B899860.pc_binkvid</code> and rename it to <code>3C5412CE8B28C5D133F4024887AA8579.pc_binkvid</code>
 +
{{ii}} This will replace the startup logos with the loading screen indicator, reducing the startup time substantially.
 
}}
 
}}
  
Line 71: Line 80:
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
{{Game data/config|Steam|<Steam-folder>\userdata\<user-id>\config\1088850\remote\}}
+
{{Game data/config|Windows|}}
 +
{{Game data/config|Steam|{{P|steam}}\userdata\{{P|uid}}\1088850\remote\}}
 
}}
 
}}
  
 
===Save game data location===
 
===Save game data location===
 
{{Game data|
 
{{Game data|
{{Game data/saves|Steam|<Steam-folder>\userdata\<user-id>\config\1088850\remote\}}
+
{{Game data/saves|Windows|}}
 +
{{Game data/saves|Steam|{{P|steam}}\userdata\{{P|uid}}\1088850\remote\}}
 
}}
 
}}
  
Line 123: Line 134:
 
|anisotropic notes          =  
 
|anisotropic notes          =  
 
|antialiasing              = always on
 
|antialiasing              = always on
|antialiasing notes        = [[TAA]] with no option to disable. Optional [[DLSS]] support.
+
|antialiasing notes        = [[TAA]] with no option to disable in-game. See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]] for a workaround. Optional [[DLSS]] support.
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                =  
 
|vsync notes                =  
Line 133: Line 144:
 
|hdr notes                  = Options for "Brightness" and "Maximum HDR Luminance" (0-100%).
 
|hdr notes                  = Options for "Brightness" and "Maximum HDR Luminance" (0-100%).
 
|ray tracing                = true
 
|ray tracing                = true
|ray tracing notes          =  
+
|ray tracing notes          = Options for ray traced reflections and transparent reflections.
 
|color blind                = true
 
|color blind                = true
 
|color blind notes          =  
 
|color blind notes          =  
Line 144: Line 155:
 
===[[Glossary:Ultra-widescreen|Ultra-widescreen]]===
 
===[[Glossary:Ultra-widescreen|Ultra-widescreen]]===
 
{{Fixbox|description=Modify the exe file|ref=<ref>{{Refurl|url=https://www.reddit.com/r/widescreengamingforum/comments/qga5aw/marvels_guardians_of_the_galaxy_ultrawide/|title=Marvel's Guardians of the Galaxy Ultrawide Cutscene Fix <nowiki>[No Black Borders/Hor+]</nowiki>|date=2021-10-29}}</ref>|fix=
 
{{Fixbox|description=Modify the exe file|ref=<ref>{{Refurl|url=https://www.reddit.com/r/widescreengamingforum/comments/qga5aw/marvels_guardians_of_the_galaxy_ultrawide/|title=Marvel's Guardians of the Galaxy Ultrawide Cutscene Fix <nowiki>[No Black Borders/Hor+]</nowiki>|date=2021-10-29}}</ref>|fix=
# Open {{code|gotg.exe}} in a hex editor (such as [https://mh-nexus.de/en/hxd/ HxD]).
+
# Open {{code|{{P|game}}\bin\gotg.exe}} in a hex editor (such as [https://mh-nexus.de/en/hxd/ HxD]).
 
# Search for {{code|39 8E E3 3F}} as hex.
 
# Search for {{code|39 8E E3 3F}} as hex.
 
# Replace the existing hex string with one of the following hex values that matches the desired resolution:
 
# Replace the existing hex string with one of the following hex values that matches the desired resolution:
Line 159: Line 170:
 
{{ii}} A game update may require repeating the steps.
 
{{ii}} A game update may require repeating the steps.
 
{{ii}} Pop-in or other unexpected visual glitches may appear during cutscenes.
 
{{ii}} Pop-in or other unexpected visual glitches may appear during cutscenes.
 +
}}
 +
 +
===[[Native internal resolution]]===
 +
{{Fixbox|description=For some reason, the game truncates the internal resolution to multiples of 64 pixels (e.g. 1920x1080 becomes 1920x1024, 3440x2160 becomes 3392x2112, etc.), giving rise to a slightly distorted image. Modify the game executable to allow a native internal resolution. |ref=|fix=
 +
# Open <code>{{P|game}}\bin\gotg.exe</code> in a hex editor (e.g. [https://mh-nexus.de/en/hxd/ HxD]).
 +
# Search for <code>83 E0 C0 89 83</code> as hex.
 +
# Replace it with <code>90 90 90 89 83</code>.
 +
# Search again for <code>83 E0 C0 89 83</code> as hex.
 +
# Replace it again with <code>90 90 90 89 83</code>.
 +
# Save the changes.
 +
}}
 +
 +
===[[Glossary:Anti-aliasing (AA)|Anti-aliasing (AA)]]===
 +
{{Fixbox|description=Modify the game executable to disable anti-aliasing.|ref=|fix=
 +
# Open <code>{{P|game}}\bin\gotg.exe</code> in a hex editor (e.g. [https://mh-nexus.de/en/hxd/ HxD]).
 +
# Search for <code>01 01 CD CC 4C 3E 00 00 48 43</code> as hex.
 +
# Replace it with <code>00 01 CD CC 4C 3E 00 00 48 43</code>.
 +
# Save the changes.
 +
# It is highly recommended to also apply the [[#Native_internal_resolution|native internal resolution patch]].
 
}}
 
}}
  
Line 166: Line 196:
 
{{Input
 
{{Input
 
|key remap                = true
 
|key remap                = true
|key remap notes          =  
+
|key remap notes          = Ingame dialog choices are hardcoded to {{code|Q}} and {{code|E}}
 
|acceleration option      = true
 
|acceleration option      = true
 
|acceleration option notes =  
 
|acceleration option notes =  
Line 186: Line 216:
 
|controller sensitivity notes= X and Y axes.
 
|controller sensitivity notes= X and Y axes.
 
|invert controller y-axis  = true
 
|invert controller y-axis  = true
|invert controller y-axis notes=  
+
|invert controller y-axis notes= Also X axis.
 
|xinput controllers        = true
 
|xinput controllers        = true
 
|xinput controllers notes  =  
 
|xinput controllers notes  =  
Line 192: Line 222:
 
|xbox prompts notes        =  
 
|xbox prompts notes        =  
 
|impulse triggers          = true
 
|impulse triggers          = true
|impulse triggers notes    =  
+
|impulse triggers notes    = {{cn|date=November 2021|reason=A very rare feature mostly found in games on Microsoft Store.}}
|dualshock 4              = true
+
|dualshock 4              = true  
|dualshock 4 notes        =  
+
|dualshock 4 notes        = Also supports the [[Controller:DualSense|DualSense]] via wired connection and through [[Store:Steam#Steam Input API|Steam Input]] wirelessly (No adaptive triggers and haptic feedback support)
 
|dualshock prompts        = true
 
|dualshock prompts        = true
 
|dualshock prompts notes  =  
 
|dualshock prompts notes  =  
 
|light bar support        = unknown
 
|light bar support        = unknown
 
|light bar support notes  =  
 
|light bar support notes  =  
|dualshock 4 modes        = unknown
+
|dualshock 4 modes        = Wired
|dualshock 4 modes notes  =  
+
|dualshock 4 modes notes  = Epic Games: Wired
 +
Steam: Wired, Bluetooth (Steam Input needs to be enabled, correct prompts will appear)
 +
Tested with V2 DS4
 
|tracked motion controllers= unknown
 
|tracked motion controllers= unknown
 
|tracked motion controllers notes =  
 
|tracked motion controllers notes =  
Line 213: Line 245:
 
|haptic feedback          = true
 
|haptic feedback          = true
 
|haptic feedback notes    =  
 
|haptic feedback notes    =  
|simultaneous input        = unknown
+
|simultaneous input        = false
 
|simultaneous input notes  =  
 
|simultaneous input notes  =  
 
|steam input api          = unknown
 
|steam input api          = unknown
Line 273: Line 305:
 
}}
 
}}
 
{{L10n/switch  
 
{{L10n/switch  
  |language  = Simplified Chinese
+
  |language  = Arabic
 
  |interface = true
 
  |interface = true
 
  |audio    = false
 
  |audio    = false
  |subtitles = false
+
  |subtitles = true
 
  |notes    =  
 
  |notes    =  
 
  |fan      =  
 
  |fan      =  
Line 282: Line 314:
 
}}
 
}}
 
{{L10n/switch  
 
{{L10n/switch  
  |language  = Arabic
+
  |language  = Simplified Chinese
 
  |interface = true
 
  |interface = true
 
  |audio    = false
 
  |audio    = false
  |subtitles = false
+
  |subtitles = true
 
  |notes    =  
 
  |notes    =  
 
  |fan      =  
 
  |fan      =  
Line 294: Line 326:
 
  |interface = true
 
  |interface = true
 
  |audio    = false
 
  |audio    = false
  |subtitles = false
+
  |subtitles = true
 
  |notes    =  
 
  |notes    =  
 
  |fan      =  
 
  |fan      =  
Line 339: Line 371:
 
  |interface = true
 
  |interface = true
 
  |audio    = false
 
  |audio    = false
  |subtitles = false
+
  |subtitles = true
 
  |notes    =  
 
  |notes    =  
 
  |fan      =  
 
  |fan      =  
Line 393: Line 425:
 
==Issues unresolved==
 
==Issues unresolved==
 
===Chapter-specific issues===
 
===Chapter-specific issues===
{{ii}} Scanning objects with the visor in Chapter 1 may not be possible.
+
{{ii}} Scanning objects with the visor in Chapter 1 may not be possible.<ref name="knownissues">{{Refurl|url=https://steamcommunity.com/app/1088850/discussions/1/3158705742072992464/|title=Known Issues - Steam Community|date=2021-11-04}}</ref>
{{ii}} There may be an invisible wall in the maze in Chapter 6.
+
{{ii}} There may be an invisible wall in the maze in Chapter 6.<ref name="knownissues"/>
{{ii}} In Chapter 7, the Crane puzzle may become stuck.
+
{{ii}} In Chapter 7, the Crane puzzle may become stuck.<ref name="knownissues"/>
  
 
==Issues fixed==
 
==Issues fixed==
Line 403: Line 435:
 
}}
 
}}
 
===Broken lighting===
 
===Broken lighting===
{{ii}} Some AMD GPUs may have broken lighting.<ref>{{Refurl|url=https://steamcommunity.com/app/1088850/discussions/1/3158705742072992464/|title=Known Issues - Steam Community Discussions|date=2021-10-29}}</ref>
+
 
{{Fixbox|description=Reverting to driver '21.10.2' may fix this issue|ref=|fix=
+
{{ii}} Some AMD GPUs may have broken lighting.<ref name="knownissues"/>
 +
{{Fixbox|description=Fixed in Radeon Software Adrenalin 21.10.4|ref=|fix=
 
}}
 
}}
 +
 +
Old fix: Reverting to driver '21.10.2' may fix this issue
 +
 
===Gamepad issues===
 
===Gamepad issues===
{{ii}} Some gamepads may experience the incorrect button prompts.<ref>{{Refurl|url=https://steamcommunity.com/app/1088850/discussions/1/3158705742072992464/|title=Known Issues - Steam Community Discussions|date=2021-10-29}}</ref>
+
{{ii}} Some gamepads may experience the incorrect button prompts.<ref name="knownissues"/>
 
{{Fixbox|description=Enabling Steam input may resolve this issue|ref=|fix=
 
{{Fixbox|description=Enabling Steam input may resolve this issue|ref=|fix=
 
}}
 
}}

Revision as of 22:40, 14 January 2022

This page is for the 2021 action game. For the Telltale series, see Marvel's Guardians of the Galaxy: The Telltale Series.

Marvel's Guardians of the Galaxy
Marvel's Guardians of the Galaxy cover
Developers
Eidos Montreal
Windows D3T
Publishers
Square Enix
Engines
Dawn Engine[1]
Release dates
Windows October 26, 2021
Reception
Metacritic 78
OpenCritic 82
IGDB 81
Taxonomy
Monetization DLC
Modes Singleplayer
Pacing Real-time
Perspectives Third-person
Controls Direct control
Genres ARPG, Action, Adventure, TPS
Art styles Realistic
Themes Space
Series Marvel
Marvel's Guardians of the Galaxy on HowLongToBeat
Marvel's Guardians of the Galaxy on IGDB
Marvel's Guardians of the Galaxy on MobyGames
Marvel's Guardians of the Galaxy on Wikipedia
Fantastic Four (series)
Spider-Man (series)
X-Men (series)
The Punisher (series)
Iron Man (series)
Hulk (series)
Marvel: Ultimate Alliance (series)
Lego Marvel (series)
Marvel Trading Card Game 2007
Marvel Heroes 2013
Marvel Puzzle Quest 2013
Marvel vs. Capcom (series)
Marvel's Guardians of the Galaxy: The Telltale Series 2017
Marvel End Time Arena 2018
Marvel Powers United VR 2018
Marvel's Avengers 2020
Marvel's Guardians of the Galaxy 2021
Marvel's Midnight Suns 2022
Marvel Snap 2023
Marvel Rivals TBA

Marvel's Guardians of the Galaxy is a singleplayer third-person ARPG, action, adventure and TPS game in the Marvel series.

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Publisher website
Icon overlay.png
Deluxe Edition also available.
Windows
Epic Games Store
Epic Games Launcher
Deluxe Edition also available.
Windows
Green Man Gaming
Icon overlay.png
Deluxe Edition also available.
Windows
Humble Store
Icon overlay.png
Deluxe Edition also available.
Windows
Steam
Icon overlay.png
Deluxe Edition also available.
Windows
All versions require Denuvo Anti-Tamper DRM.

Monetization

DLC and expansion packs

Name Notes
Digital Deluxe Upgrade Includes early access to two Star-Lord skins as well as digital soundtrack and artbook.
Included in the Deluxe Edition.
Windows

Essential improvements

Skip intro videos

Remove and swap video files[2]
  1. Go to <path-to-game>\runtime\
  2. Rename 3C5412CE8B28C5D133F4024887AA8579.pc_binkvid to add _bak to the filename (i.e. 3C5412CE8B28C5D133F4024887AA8579.pc_binkvid_bak)
  3. Make a copy of 0E3B3BA8C5C9E2E58AF1AFF20B899860.pc_binkvid and rename it to 3C5412CE8B28C5D133F4024887AA8579.pc_binkvid
This will replace the startup logos with the loading screen indicator, reducing the startup time substantially.

Game data

Configuration file(s) location

System Location
Windows
Steam <Steam-folder>\userdata\<user-id>\1088850\remote\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/1088850/pfx/[Note 1]

Save game data location

System Location
Windows
Steam <Steam-folder>\userdata\<user-id>\1088850\remote\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/1088850/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Epic Games Launcher
Steam Cloud

Video

Display settings
Display settings
Graphics settings
Graphics settings

Graphics feature State Notes
Widescreen resolution
Multi-monitor
Ultra-widescreen
Cutscenes are pillarboxed. See Ultra-widescreen for a workaround.
4K Ultra HD
Field of view (FOV)
Windowed
Borderless fullscreen windowed
Anisotropic filtering (AF)
Anti-aliasing (AA)
TAA with no option to disable in-game. See Anti-aliasing (AA) for a workaround. Optional DLSS support.
Vertical sync (Vsync)
60 FPS and 120+ FPS
High dynamic range display (HDR)
Options for "Brightness" and "Maximum HDR Luminance" (0-100%).
Ray tracing (RT)
Options for ray traced reflections and transparent reflections.
Color blind mode

Ultra-widescreen

Modify the exe file[3]
  1. Open <path-to-game>\bin\gotg.exe in a hex editor (such as HxD).
  2. Search for 39 8E E3 3F as hex.
  3. Replace the existing hex string with one of the following hex values that matches the desired resolution:
2560x1080 = 26 B4 17 40
3440x1440 = 8E E3 18 40
3840x1440 = AB AA 2A 40
3840x1600 = 9A 99 19 40
3840x1620 = 26 B4 17 40
5120x1440 = 39 8E 63 40
5120x2160 = 26 B4 17 40
6880x2880 = 8E E3 18 40
A game update may require repeating the steps.
Pop-in or other unexpected visual glitches may appear during cutscenes.

Native internal resolution

For some reason, the game truncates the internal resolution to multiples of 64 pixels (e.g. 1920x1080 becomes 1920x1024, 3440x2160 becomes 3392x2112, etc.), giving rise to a slightly distorted image. Modify the game executable to allow a native internal resolution.
  1. Open <path-to-game>\bin\gotg.exe in a hex editor (e.g. HxD).
  2. Search for 83 E0 C0 89 83 as hex.
  3. Replace it with 90 90 90 89 83.
  4. Search again for 83 E0 C0 89 83 as hex.
  5. Replace it again with 90 90 90 89 83.
  6. Save the changes.

Anti-aliasing (AA)

Modify the game executable to disable anti-aliasing.
  1. Open <path-to-game>\bin\gotg.exe in a hex editor (e.g. HxD).
  2. Search for 01 01 CD CC 4C 3E 00 00 48 43 as hex.
  3. Replace it with 00 01 CD CC 4C 3E 00 00 48 43.
  4. Save the changes.
  5. It is highly recommended to also apply the native internal resolution patch.

Input

Mouse and keyboard settings
Mouse and keyboard settings
Gamepad settings
Gamepad settings

Keyboard and mouse State Notes
Remapping
Ingame dialog choices are hardcoded to Q and E
Mouse acceleration
Mouse sensitivity
X and Y axes.
Mouse input in menus
Mouse Y-axis inversion
Also X axis.
Controller
Controller support
Full controller support
Controller remapping
See the glossary page for potential workarounds.
Controller sensitivity
X and Y axes.
Controller Y-axis inversion
Also X axis.
Controller types
XInput-compatible controllers
Xbox button prompts
Impulse Trigger vibration
[citation needed]
PlayStation controllers
Also supports the DualSense via wired connection and through Steam Input wirelessly (No adaptive triggers and haptic feedback support)
PlayStation button prompts
Light bar support
Adaptive trigger support
DualSense haptic feedback support
Connection modes Wired
Epic Games: Wired

Steam: Wired, Bluetooth (Steam Input needs to be enabled, correct prompts will appear)

Tested with V2 DS4
Generic/other controllers
Additional information
Controller hotplugging
Haptic feedback
Digital movement supported
Simultaneous controller+KB/M

Audio

Audio settings
Audio settings
Advanced audio settings
Advanced audio settings

Audio feature State Notes
Separate volume controls
Options for master, sound effects, voice, and music volume. Also has a separate option to disable licensed audio.
Surround sound
5.1 and 7.1 support.
Subtitles
Options for subtitle size, letter spacing, bold, background, and background opacity.
Closed captions
Mute on focus lost

Localizations

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

Issues unresolved

Chapter-specific issues

Scanning objects with the visor in Chapter 1 may not be possible.[4]
There may be an invisible wall in the maze in Chapter 6.[4]
In Chapter 7, the Crane puzzle may become stuck.[4]

Issues fixed

Stuttering

The audio may stutter.[5]
Unplug any controllers or gamepads that the game might be detecting

Broken lighting

Some AMD GPUs may have broken lighting.[4]
Fixed in Radeon Software Adrenalin 21.10.4

Old fix: Reverting to driver '21.10.2' may fix this issue

Gamepad issues

Some gamepads may experience the incorrect button prompts.[4]
Enabling Steam input may resolve this issue

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
Processor (CPU) Intel Core i5-4460
AMD Ryzen 5 1400
System memory (RAM) 8 GB
Hard disk drive (HDD) 80 GB
Video card (GPU) Nvidia GeForce GTX 1060
AMD Radeon RX 570
DirectX 12 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>/1088850/ in addition to or instead of this directory. The app ID (1088850) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References