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
m (updated template usage)
Line 51: Line 51:
 
===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
 
===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
 
{{Save game cloud syncing
 
{{Save game cloud syncing
|discord               =  
+
|discord                   =  
|discord notes         =  
+
|discord notes             =  
|epic games store       =  
+
|epic games launcher       =  
|epic games store notes =  
+
|epic games launcher notes =  
|gog galaxy             =  
+
|gog galaxy               =  
|gog galaxy notes       =  
+
|gog galaxy notes         =  
|origin                 =  
+
|origin                   =  
|origin notes           =  
+
|origin notes             =  
|steam cloud           = true
+
|steam cloud               = true
|steam cloud notes     =  
+
|steam cloud notes         =  
|uplay                  =  
+
|ubisoft connect          =  
|uplay notes           =  
+
|ubisoft connect notes     =  
|xbox cloud             = true
+
|xbox cloud               = true
|xbox cloud notes       =  
+
|xbox cloud notes         =  
 
}}
 
}}
  
Line 89: Line 89:
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
 
|anisotropic                = always on
 
|anisotropic                = always on
|anisotropic notes          = Scales with the Quality option.<ref>{{Refcheck|user=Rose|date=2020-07-29|comment=r.MaxAnisotropy was set from 2 to 8 depending on the setting, as seen in the [[Engine:Unreal_Engine_4#Enable_developer_console|console]].}}</ref>
+
|anisotropic notes          = Scales with the Quality option.<ref>{{Refcheck|user=Rose|date=2020-07-29|comment=r.MaxAnisotropy was set from 2 to 8 depending on the setting, as seen in the [[Engine:Unreal Engine 4#Enable developer console|console]].}}</ref>
 
|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.
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                =  
 
|vsync notes                =  
Line 113: Line 113:
 
}}
 
}}
 
===Chromatic aberration===
 
===Chromatic aberration===
{{Fixbox|description=Disable chromatic aberration|ref=<ref>{{Refcheck|user=Darktalon|date=2020-07-29}}</ref>|fix=
+
{{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]].
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code> with a text editor.
 
# Open <code>Engine.ini</code> with a text editor.
Line 121: Line 121:
 
}}
 
}}
 
===Depth of field===
 
===Depth of field===
{{Fixbox|description=Disable depth of field|ref=<ref>{{Refcheck|user=Darktalon|date=2020-07-29}}</ref>|fix=
+
{{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]].
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code> with a text editor.
 
# Open <code>Engine.ini</code> with a text editor.

Revision as of 07:04, 12 September 2021

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
Dev general icon.svg
This product is unreleased but 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 Early access
Grounded on HowLongToBeat
Grounded on IGDB
Grounded on MobyGames
Grounded on Wikipedia

General information

Steam Community Discussions

Availability

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

Game data

Configuration file(s) location

System Location
Microsoft Store %LOCALAPPDATA%\Packages\Microsoft.Maine_8wekyb3d8bbwe\LocalCache\Local\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
Steam
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/962130/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud
Xbox Cloud

Video

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.

Chromatic aberration

Disable chromatic aberration[5]
  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.

Depth of field

Disable depth of field[5]
  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.DepthOfFieldQuality=0.
  5. Save the file.

Anti-Aliasing (AA)

Disable forced TAA
  1. Go to the configuration file(s) location.
  2. Open Engine.ini with a notepad.
  3. Add [SystemSettings] and r.DefaultFeature.AntiAliasing=0 to the bottom of the file.
  4. Save the changes made to the Engine.ini file.

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]

Localizations

Language UI Audio Sub Notes
English

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

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. 5.0 5.1 Verified by User:Darktalon on 2020-07-29
  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.