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

From PCGamingWiki, the wiki about fixing PC games
 
(19 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{stub}}
+
{{state|postdev}}
{{state|dev}}
 
 
{{Infobox game
 
{{Infobox game
 
|cover        = Grounded cover.jpg
 
|cover        = Grounded cover.jpg
Line 11: Line 10:
 
|release dates=  
 
|release dates=  
 
{{Infobox game/row/date|Windows|September 27, 2022}}
 
{{Infobox game/row/date|Windows|September 27, 2022}}
 +
|reception    =
 +
{{Infobox game/row/reception|Metacritic|grounded|83}}
 +
{{Infobox game/row/reception|OpenCritic|13730/grounded|83}}
 +
{{Infobox game/row/reception|IGDB|grounded|79}}
 
|taxonomy    =  
 
|taxonomy    =  
{{Infobox game/row/taxonomy/monetization      | }}
+
{{Infobox game/row/taxonomy/monetization      | One-time game purchase, Subscription gaming service }}
 
{{Infobox game/row/taxonomy/microtransactions | }}
 
{{Infobox game/row/taxonomy/microtransactions | }}
{{Infobox game/row/taxonomy/modes            | }}
+
{{Infobox game/row/taxonomy/modes            | Multiplayer }}
 
{{Infobox game/row/taxonomy/pacing            | }}
 
{{Infobox game/row/taxonomy/pacing            | }}
 
{{Infobox game/row/taxonomy/perspectives      | }}
 
{{Infobox game/row/taxonomy/perspectives      | }}
Line 43: Line 46:
 
==Availability==
 
==Availability==
 
{{Availability|
 
{{Availability|
 +
{{Availability/row| Gamesplanet | 6068-2 | Microsoft Store |  |  | Windows }}
 
{{Availability/row| Microsoft Store | 9pjthrnvh62h | Microsoft Store | {{Store feature|Xbox Play Anywhere}}. Included with {{Store feature|Xbox Game Pass}}. | | Windows }}
 
{{Availability/row| Microsoft Store | 9pjthrnvh62h | Microsoft Store | {{Store feature|Xbox Play Anywhere}}. Included with {{Store feature|Xbox Game Pass}}. | | Windows }}
 
{{Availability/row| Steam | 962130 | Steam, account | | | Windows }}
 
{{Availability/row| Steam | 962130 | Steam, account | | | Windows }}
 
}}
 
}}
 +
{{ii}} All versions require a Microsoft account.
  
{{ii}} All versions require a Microsoft account.
+
==Monetization==
 +
{{Monetization
 +
|ad-supported          =
 +
|cross-game bonus      =
 +
|dlc                    =
 +
|expansion pack        =
 +
|freeware              =
 +
|free-to-play          =
 +
|one-time game purchase = The game requires an upfront purchase to access.
 +
|sponsored              =
 +
|subscription          =
 +
|subscription gaming service = Available via [[List of PC Game Pass games|Xbox Game Pass for PC]].
 +
}}
  
 
==Game data==
 
==Game data==
Line 58: Line 75:
 
===Save game data location===
 
===Save game data location===
 
{{Game data|
 
{{Game data|
{{Game data/saves|Microsoft Store|}}
+
{{Game data/saves|Microsoft Store|{{P|LOCALAPPDATA}}\Packages\Microsoft.Maine_8wekyb3d8bbwe\SystemAppData\wgs}}
{{Game data/saves|Steam|}}
+
{{Game data/saves|Steam|{{P|USERPROFILE}}\Saved Games\Grounded}}
 
}}
 
}}
  
Line 105: Line 122:
 
|antialiasing              = always on
 
|antialiasing              = always on
 
|antialiasing notes        = [[TAA]].<ref>{{Refcheck|user=Rose|date=2020-07-29|comment=r.DefaultFeature.AntiAliasing was set to 2 on the low Quality preset, as seen in the [[Engine:Unreal Engine 4#Enable developer console|console]] and from visually comparing it to 1 and 0 in real time.}}</ref> Workaround available below.
 
|antialiasing notes        = [[TAA]].<ref>{{Refcheck|user=Rose|date=2020-07-29|comment=r.DefaultFeature.AntiAliasing was set to 2 on the low Quality preset, as seen in the [[Engine:Unreal Engine 4#Enable developer console|console]] and from visually comparing it to 1 and 0 in real time.}}</ref> Workaround available below.
 +
|upscaling                  = unknown
 +
|upscaling tech            =
 +
|upscaling notes            =
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                =  
 
|vsync notes                =  
Line 126: Line 146:
 
# Save the changes.
 
# Save the changes.
 
{{ii}} The in-game slider will not display any values beyond its limits.
 
{{ii}} The in-game slider will not display any values beyond its limits.
}}
 
===Chromatic aberration===
 
{{Fixbox|description=Disable chromatic aberration|ref=<ref name="ReferenceA">{{Refcheck|user=Darktalon|date=2020-07-29}}</ref>|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code> with a text editor.
 
# Add <code>[SystemSettings]</code> to the bottom of the file, if that section doesn't already exist.
 
# Inside that section, add <code>r.SceneColorFringeQuality=0</code>.
 
# Save the file.
 
}}
 
===Depth of field===
 
{{Fixbox|description=Disable depth of field|ref=<ref name="ReferenceA">{{Refcheck|user=Darktalon|date=2020-07-29}}</ref>|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code> with a text editor.
 
# Add <code>[SystemSettings]</code> to the bottom of the file, if that section doesn't already exist.
 
# Inside that section, add <code>r.DepthOfFieldQuality=0</code>.
 
# Save the file.
 
}}
 
 
===[[Glossary:Anti-aliasing (AA)|Anti-Aliasing (AA)]]===
 
{{Fixbox|description=Disable forced TAA|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code> with a notepad.
 
# Add <code>[SystemSettings]</code> and <code>r.DefaultFeature.AntiAliasing=0</code> to the bottom of the file.
 
# Save the changes made to the <code>Engine.ini</code> file.
 
 
}}
 
}}
  
 
==Input==
 
==Input==
 
{{Input
 
{{Input
|key remap                = true
+
|key remap                = limited
|key remap notes          =  
+
|key remap notes          = Certain keys are hardbound like {{key|Space}} and {{key|Esc}}. <ref>{{Refurl|url=https://forums.obsidian.net/topic/128889-any-plans-to-fix-keybinds-beforewith-release/|title=(Obsidian Forums) Any plans to fix keybinds before/with release?|date=2022-08-15}}</ref>
 
|acceleration option      = unknown
 
|acceleration option      = unknown
 
|acceleration option notes =  
 
|acceleration option notes =  
Line 198: Line 194:
 
|other button prompts      = unknown
 
|other button prompts      = unknown
 
|other button prompts notes=  
 
|other button prompts notes=  
|controller hotplug        = unknown
+
|controller hotplug        = true
 
|controller hotplug notes  =  
 
|controller hotplug notes  =  
|haptic feedback          = unknown
+
|haptic feedback          = true
 
|haptic feedback notes    =  
 
|haptic feedback notes    =  
|simultaneous input        = unknown
+
|simultaneous input        = true
 
|simultaneous input notes  =  
 
|simultaneous input notes  =  
 
|steam input api          = unknown
 
|steam input api          = unknown
Line 229: Line 225:
 
|mute on focus lost notes = <ref name="rose29"/>
 
|mute on focus lost notes = <ref name="rose29"/>
 
|eax support              =  
 
|eax support              =  
|eax support notes        =  
+
|eax support notes         =
 +
|royalty free audio       = unknown
 +
|royalty free audio notes  =  
 
}}
 
}}
  
Line 242: Line 240:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
  |language  = Mexican Spanish
+
  |language  = Arabic
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Simplified Chinese
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Traditional Chinese
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = French
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = German
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Italian
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Japanese
 +
|interface = true
 +
|audio    = true
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Korean
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Polish
 
  |interface = true
 
  |interface = true
 
  |audio    = false
 
  |audio    = false
Line 251: Line 313:
 
{{L10n/switch
 
{{L10n/switch
 
  |language  = Brazilian Portuguese
 
  |language  = Brazilian Portuguese
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Russian
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Spanish - Spain
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Spanish - Latin America
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Thai
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Turkish
 
  |interface = true
 
  |interface = true
 
  |audio    = false
 
  |audio    = false
Line 261: Line 363:
 
==Network==
 
==Network==
 
{{Network/Multiplayer
 
{{Network/Multiplayer
|local play          = unknown
+
|local play          = false
 
|local play players  =  
 
|local play players  =  
 
|local play modes    =  
 
|local play modes    =  
Line 340: Line 442:
 
===API===
 
===API===
 
{{API
 
{{API
|direct3d versions      =  
+
|direct3d versions      = 12
 
|direct3d notes        =  
 
|direct3d notes        =  
 
|directdraw versions    =  
 
|directdraw versions    =  
Line 364: Line 466:
 
|windows 32-bit exe    = false
 
|windows 32-bit exe    = false
 
|windows 64-bit exe    = true
 
|windows 64-bit exe    = true
 +
|windows arm app        = unknown
 
|windows exe notes      =  
 
|windows exe notes      =  
 
|mac os x powerpc app  =  
 
|mac os x powerpc app  =  
 
|macos intel 32-bit app = unknown
 
|macos intel 32-bit app = unknown
 
|macos intel 64-bit app = unknown
 
|macos intel 64-bit app = unknown
 +
|macos arm app          = unknown
 
|macos app notes        =  
 
|macos app notes        =  
 
|linux 32-bit executable= unknown
 
|linux 32-bit executable= unknown
 
|linux 64-bit executable= unknown
 
|linux 64-bit executable= unknown
 +
|linux arm app          = unknown
 
|linux executable notes =  
 
|linux executable notes =  
 
}}
 
}}

Latest revision as of 15:30, 16 April 2024

Dev general icon.svg
Although this product has been released, it remains under active development - information may change frequently and could be outdated or irrelevant.
Grounded
Grounded cover
Developers
Obsidian Entertainment
Publishers
Xbox Game Studios
Engines
Unreal Engine 4[1]
Release dates
Windows September 27, 2022
Reception
Metacritic 83
OpenCritic 83
IGDB 79
Taxonomy
Monetization One-time game purchase, Subscription gaming service
Modes Multiplayer
Grounded on HowLongToBeat
Grounded on IGDB
Grounded on MobyGames
Grounded on Wikipedia

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Gamesplanet logo.svg
Microsoft Store
Windows
Microsoft Store
Microsoft Store
Xbox Play Anywhere. Included with Xbox Game Pass for PC.
Windows
Steam
Icon overlay.png
Windows
All versions require a Microsoft account.

Monetization

Type Notes
One-time game purchase The game requires an upfront purchase to access.
Subscription gaming service Available via Xbox Game Pass for PC.

Game data

Configuration file(s) location

System Location
Microsoft Store %LOCALAPPDATA%\Maine\Saved\Config\WinGDK\
Steam %LOCALAPPDATA%\Maine\Saved\Config\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/962130/pfx/[Note 1]

Save game data location

System Location
Microsoft Store %LOCALAPPDATA%\Packages\Microsoft.Maine_8wekyb3d8bbwe\SystemAppData\wgs
Steam %USERPROFILE%\Saved Games\Grounded
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/962130/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
Vert- scaling with an FOV slider for compensation.
4K Ultra HD
Field of view (FOV)
60-120. See Field of view (FOV) for more.
Windowed
Borderless fullscreen windowed
Anisotropic filtering (AF)
Scales with the Quality option.[2]
Anti-aliasing (AA)
TAA.[3] Workaround available below.
Vertical sync (Vsync)
60 FPS and 120+ FPS
High dynamic range display (HDR)
See the engine page to force native HDR output, or the glossary page for other alternatives.
Color blind mode
The game engine may allow for manual configuration of the game via its variables. See the Unreal Engine 4 page for more details.

Field of view (FOV)

Set FOV to any value beyond the in-game limits through a config file[4]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini.
  3. Locate the line that starts with CustomFieldOfView= and modify the value (e.g. CustomFieldOfView=133).
  4. Save the changes.
The in-game slider will not display any values beyond its limits.

Input

Audio

Audio feature State Notes
Separate volume controls
Effects, Music, UI, Dialogue, Voice Chat.
Surround sound
[6]
Subtitles
Closed captions
Mute on focus lost
[4]
Royalty free audio

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
Thai
Turkish

Network

Multiplayer types

Type Native Players Notes
Local play
LAN play
Online play
4 Co-op

VR support

3D modes State Notes
vorpX
G3D, Z3D, DirectVR
Officially supported game, see official vorpx game list.

Other information

API

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

Middleware

No middleware information; you can edit this page to add it.

System requirements

Windows
Minimum
Operating system (OS) 7 SP1
Processor (CPU) Intel Core i3-3225
System memory (RAM) 4 GB
Hard disk drive (HDD) 8 GB
Video card (GPU) Nvidia GeForce GTX 650 Ti
A 64-bit operating system is required.


Notes

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

References

  1. Awesome games coming in 2020 and beyond - last accessed on 2020-01-02
  2. Verified by User:Rose on 2020-07-29
    r.MaxAnisotropy was set from 2 to 8 depending on the setting, as seen in the console.
  3. Verified by User:Rose on 2020-07-29
    r.DefaultFeature.AntiAliasing was set to 2 on the low Quality preset, as seen in the console and from visually comparing it to 1 and 0 in real time.
  4. 4.0 4.1 Verified by User:Rose on 2020-07-29
  5. (Obsidian Forums) Any plans to fix keybinds before/with release? - last accessed on 2022-08-15
  6. Verified by User:Rose on 2020-07-29
    Tested on a 5.1 system and double checked with Orban Loudness Meter. The game made use of all 6 channels when punching.