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 "Coma: Mortuary"

From PCGamingWiki, the wiki about fixing PC games
(→‎Video settings: info, fixboxes)
Line 64: Line 64:
 
|ultrawidescreen wsgf award =  
 
|ultrawidescreen wsgf award =  
 
|4k ultra hd wsgf award    =  
 
|4k ultra hd wsgf award    =  
|widescreen resolution      = unknown
+
|widescreen resolution      = true
|widescreen resolution notes=  
+
|widescreen resolution notes= {{term|Vert-}} by default. See [[#Increased FOV|Increased FOV]] for {{term|Vert+}}.
 
|multimonitor              = unknown
 
|multimonitor              = unknown
 
|multimonitor notes        =  
 
|multimonitor notes        =  
|ultrawidescreen            = unknown
+
|ultrawidescreen            = hackable
|ultrawidescreen notes      =  
+
|ultrawidescreen notes      = See [[#Custom resolution|Custom resolution]] and [[#Increased FOV|Increased FOV]]. {{term|FMV}}s are {{term|anamorphic}} 16:9.
|4k ultra hd                = unknown
+
|4k ultra hd                = hackable
|4k ultra hd notes          =  
+
|4k ultra hd notes          = Game lists only resolutions up to 1920x1080. See [[#Custom resolution|Custom resolution]].
|fov                        = unknown
+
|fov                        = limited
|fov notes                  =  
+
|fov notes                  = See [[#Increased FOV|Increased FOV]].
|windowed                  = unknown
+
|windowed                  = true
 
|windowed notes            =  
 
|windowed notes            =  
|borderless windowed        = unknown
+
|borderless windowed        = false
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
|anisotropic                = unknown
+
|anisotropic                = hackable
|anisotropic notes          =  
+
|anisotropic notes          = See [[#Anisotropic filtering (AF)|Anisotropic filtering (AF)]].
|antialiasing              = unknown
+
|antialiasing              = false
 
|antialiasing notes        =  
 
|antialiasing notes        =  
|vsync                      = unknown
+
|vsync                      = false
 
|vsync notes                =  
 
|vsync notes                =  
|60 fps                    = unknown
+
|60 fps                    = true
 
|60 fps notes              =  
 
|60 fps notes              =  
|120 fps                    = unknown
+
|120 fps                    = false
|120 fps notes              =  
+
|120 fps notes              = Capped at 62 FPS.
 
|hdr                        = unknown
 
|hdr                        = unknown
 
|hdr notes                  =  
 
|hdr notes                  =  
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===Custom resolution===
 +
{{Fixbox|description=Set custom resolution|ref=<ref name="mastanref20191205">{{Refcheck|user=Mastan|date=2019-12-05}}</ref>|fix=
 +
# Go to [[#Configuration file(s) location|Configuration file(s) location]].
 +
# Open the <code>UDKSystemSettings.ini</code> file with Notepad or other text editor.
 +
# Find and change <code>ResX</code> and <code>ResY</code> to the desired values, e.g. <code>ResX=3840</code>, <code>ResY=2160</code>.
 +
}}
 +
 +
===Increased FOV===
 +
{{Fixbox|description=Change FOV calculation to {{term|Vert+}}|ref=<ref name="mastanref20191205"></ref>|fix=
 +
# Go to [[#Configuration file(s) location|Configuration file(s) location]].
 +
# Open the <code>UDKEngine.ini</code> file with Notepad or other text editor.
 +
# Find and change line <pre>AspectRatioAxisConstraint=AspectRatio_MaintainXFOV</pre> to <pre>AspectRatioAxisConstraint=AspectRatio_MaintainYFOV</pre>
 +
}}
 +
 +
===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering (AF)]]===
 +
{{Fixbox|description=Set custom level of Anisotropic Filtering|ref=<ref name="mastanref20191205"></ref>|fix=
 +
# Go to [[#Configuration file(s) location|Configuration file(s) location]].
 +
# Open the <code>UDKSystemSettings.ini</code> file with Notepad or other text editor.
 +
# Find and change <code>MaxAnisotropy</code> under <code>[SystemSettings]</code> to the desired value, e.g. <code>MaxAnisotropy=16</code>.
 +
}}
 +
 +
===Motion Blur===
 +
{{Fixbox|description=Disable Motion Blur|ref=<ref name="mastanref20191205"></ref>|fix=
 +
# Go to [[#Configuration file(s) location|Configuration file(s) location]].
 +
# Open the <code>UDKSystemSettings.ini</code> file with Notepad or other text editor.
 +
# Find and change values of <code>MotionBlur</code> and <code>AllowRadialBlur</code> under <code>[SystemSettings]</code> to <code>False</code>.
 
}}
 
}}
  

Revision as of 10:37, 5 December 2019

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.
Coma: Mortuary
Coma: Mortuary cover
Developers
N A GA Entertainment
Publishers
Nova Dimension
Engines
Unreal Engine 3
Release dates
Windows May 12, 2014

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 <path-to-game>\UDKGame\Config\[Note 1]
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/293320/pfx/[Note 2]

Save game data location

System Location
Windows <path-to-game>\Binaries\Win32\[Note 1]
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/293320/pfx/[Note 2]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

In-game video settings.
In-game video settings.

Template:Video settings

Custom resolution

Set custom resolution[1]
  1. Go to Configuration file(s) location.
  2. Open the UDKSystemSettings.ini file with Notepad or other text editor.
  3. Find and change ResX and ResY to the desired values, e.g. ResX=3840, ResY=2160.

Increased FOV

Change FOV calculation to Vert+[1]
  1. Go to Configuration file(s) location.
  2. Open the UDKEngine.ini file with Notepad or other text editor.
  3. Find and change line
    AspectRatioAxisConstraint=AspectRatio_MaintainXFOV
    to
    AspectRatioAxisConstraint=AspectRatio_MaintainYFOV

Anisotropic filtering (AF)

Set custom level of Anisotropic Filtering[1]
  1. Go to Configuration file(s) location.
  2. Open the UDKSystemSettings.ini file with Notepad or other text editor.
  3. Find and change MaxAnisotropy under [SystemSettings] to the desired value, e.g. MaxAnisotropy=16.

Motion Blur

Disable Motion Blur[1]
  1. Go to Configuration file(s) location.
  2. Open the UDKSystemSettings.ini file with Notepad or other text editor.
  3. Find and change values of MotionBlur and AllowRadialBlur under [SystemSettings] to False.

Input settings

In-game input settings.
In-game input settings.

Template:Input settings

Audio settings

In-game audio settings.
In-game audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Russian

Other information

API

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

System requirements

Windows
Minimum Recommended
Operating system (OS) XP SP3
Processor (CPU) 2.0 GHz
System memory (RAM) 2 GB
Hard disk drive (HDD) 4 GB
Video card (GPU) Nvidia GeForce 6 series
DirectX 9.0 compatible

Notes

  1. 1.0 1.1 When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).
  2. 2.0 2.1 Notes regarding Steam Play (Linux) data:

References

  1. 1.0 1.1 1.2 1.3 Verified by User:Mastan on 2019-12-05