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 "GLOWCOMA: chapter 1"

From PCGamingWiki, the wiki about fixing PC games
(Added methods of disabling the framerate cap, motion blur, chromatic aberration, and increasing the low FOV.)
Line 69: Line 69:
 
|4k ultra hd                = unknown
 
|4k ultra hd                = unknown
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
|fov                        = unknown
+
|fov                        = hackable
|fov notes                  =  
+
|fov notes                  = See [[#Field of view (FOV)|Field of view (FOV)]].
 
|windowed                  = unknown
 
|windowed                  = unknown
 
|windowed notes            =  
 
|windowed notes            =  
Line 81: Line 81:
 
|vsync                      = unknown
 
|vsync                      = unknown
 
|vsync notes                =  
 
|vsync notes                =  
|60 fps                    = unknown
+
|60 fps                    = true
|60 fps notes              =  
+
|60 fps notes              = Framerate is capped at 62.
|120 fps                    = unknown
+
|120 fps                    = hackable
|120 fps notes              =  
+
|120 fps notes              = See [[#Frame rate (FPS)|High frame rate]].
 
|hdr                        = unknown
 
|hdr                        = unknown
 
|hdr notes                  =  
 
|hdr notes                  =  
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 +
{{Fixbox|description=Increase FOV|ref=<ref name="Zach_fett">{{Refcheck|user=Zach_fett|date=2021-03-07|comment=Tested myself after editing config.}}</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add the following and save the file.
 +
<pre>
 +
[/script/engine.localplayer]
 +
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
 +
{{ii}} Game seems to ignore standard FOV commands, this was the only working method to forcing it but will lead to some graphical bugs like weapon clipping.
 +
</pre>
 +
}}
 +
 +
===Chromatic Aberration===
 +
{{Fixbox|description=Disable Chromatic Aberration|ref=<ref name="Zach_fett"/>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add the following and save.
 +
<pre>
 +
[SystemSettings]
 +
r.SceneColorFringeQuality=0
 +
</pre>
 +
}}
 +
 +
===Motion Blur===
 +
{{Fixbox|description=Disable Motion Blur|ref=<ref name="Zach_fett" />|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open {{code|Engine.ini}}.
 +
# Add the following and save the file.
 +
<pre>
 +
[SystemSettings]
 +
r.MotionBlurQuality=0
 +
</pre>
 +
}}
 +
 +
===[[Glossary:Frame rate (FPS)|High frame rate]]===
 +
{{Fixbox|description=Custom frame rate cap|ref=<ref name="Zach_fett" />|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add the following and save the file.
 +
<pre>
 +
[/script/engine.engine]
 +
bSmoothFrameRate=false
 +
MinSmoothedFrameRate=5
 +
MaxSmoothedFrameRate=120
 +
</pre>
 
}}
 
}}
  

Revision as of 13:23, 7 March 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.
GLOWCOMA: chapter 1
GLOWCOMA: chapter 1 cover
Developers
Tsvetomir Georgiev
Release dates
Windows November 23, 2019

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Steam
Icon overlay.png
Windows

Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\GLOWCOMA\Saved\Config\WindowsNoEditor
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1188250/pfx/[Note 1]

Save game data location

System Location
Windows
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1188250/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Template:Video settings

Field of view (FOV)

Increase FOV[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[/script/engine.localplayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
{{ii}} Game seems to ignore standard FOV commands, this was the only working method to forcing it but will lead to some graphical bugs like weapon clipping.

Chromatic Aberration

Disable Chromatic Aberration[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save.
[SystemSettings]
r.SceneColorFringeQuality=0

Motion Blur

Disable Motion Blur[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[SystemSettings]
r.MotionBlurQuality=0

High frame rate

Custom frame rate cap[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[/script/engine.engine]
bSmoothFrameRate=false
MinSmoothedFrameRate=5
MaxSmoothedFrameRate=120

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English

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 Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i5-2400
System memory (RAM) 8 GB
Hard disk drive (HDD) 3 GB
Video card (GPU) NVIDIA GTX 670 2GB

Notes

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

References

  1. 1.0 1.1 1.2 1.3 Verified by User:Zach_fett on 2021-03-07
    Tested myself after editing config.