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 "Gemini: Heroes Reborn"

From PCGamingWiki, the wiki about fixing PC games
(→‎Video settings: added wsgf)
Line 68: Line 68:
 
|windowed                  = true
 
|windowed                  = true
 
|windowed notes            =  
 
|windowed notes            =  
|borderless windowed        = false
+
|borderless windowed        = hackable
|borderless windowed notes  =  
+
|borderless windowed notes  = See [[Glossary:Borderless fullscreen windowed|Borderless fullscreen windowed]].
|anisotropic                = false
+
|anisotropic                = hackable
|anisotropic notes          =  
+
|anisotropic notes          = See [[#Anisotropic filtering (AF)|Anisotropic filtering (AF)]].
 
|antialiasing              = true
 
|antialiasing              = true
 
|antialiasing notes        =  
 
|antialiasing notes        =  
Line 78: Line 78:
 
|60 fps                    = true
 
|60 fps                    = true
 
|60 fps notes              =  
 
|60 fps notes              =  
|120 fps                    = unknown
+
|120 fps                    = hackable
|120 fps notes              =  
+
|120 fps notes              = Capped at 90 FPS. See [[#High frame rate|High frame rate]].
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering (AF)]]===
 +
{{Fixbox|description=Custom anisotropic filtering|ref=<ref name="2017-12-04">{{Refcheck|user=Keith|date=2017-12-04}}</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add the following lines.
 +
 +
<pre>
 +
[SystemSettings]
 +
r.MaxAnisotropy=16
 +
</pre>
 +
}}
 +
 +
===[[Glossary:Frame rate (FPS)|High frame rate]]===
 +
{{Fixbox|description=Disable frame rate cap|ref=<ref name="2017-12-04"/>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add the following lines.
 +
 +
<pre>
 +
[/Script/Engine.Engine]
 +
bSmoothFrameRate=false
 +
</pre>
 +
}}
 +
 +
===Chromatic aberration===
 +
{{Fixbox|description=Disable chromatic aberration|ref=<ref name="2017-12-04"/>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add the following lines.
 +
 +
<pre>
 +
[/Script/Engine.RendererSettings]
 +
r.SceneColorFringe.Max=0
 +
</pre>
 +
}}
 +
 +
===Depth of field===
 +
{{Fixbox|description=Disable depth of field|ref=<ref name="2017-12-04"/>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add the following lines.
 +
 +
<pre>
 +
[SystemSettings]
 +
r.DepthOfFieldQuality=0
 +
</pre>
 +
}}
 +
 +
===Motion blur===
 +
{{Fixbox|description=Disable motion blur|ref=<ref name="2017-12-04"/>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add the following lines.
 +
 +
<pre>
 +
[SystemSettings]
 +
r.MotionBlurQuality=0
 +
</pre>
 
}}
 
}}
  
Line 134: Line 194:
 
|closed captions          = false
 
|closed captions          = false
 
|closed captions notes    =  
 
|closed captions notes    =  
|mute on focus lost      = unknown
+
|mute on focus lost      = hackable
|mute on focus lost notes =  
+
|mute on focus lost notes = See [[#Mute on focus lost|Mute on focus lost]].
 
|eax support              =  
 
|eax support              =  
 
|eax support notes        =  
 
|eax support notes        =  
Line 231: Line 291:
 
|fan notes =  
 
|fan notes =  
 
}}
 
}}
 +
}}
 +
 +
===Mute on focus lost===
 +
{{Fixbox|description=Mute game in background|ref=<ref name="2017-12-04"/>|fix=
 +
# Install Special K by following the [http://steamcommunity.com/sharedfiles/filedetails/?id=933337066 Unofficial Special K Guide].
 +
# Start the game and press {{key|Ctrl|Shift|Backspace}} to open Special K's control panel.
 +
# Expand the '''Window Management''' → '''Input/Output Behavior''' section.
 +
# Turn on '''Mute Game''' under '''Background Behavior'''.
 
}}
 
}}
  
Line 236: Line 304:
 
===API===
 
===API===
 
{{API
 
{{API
|direct3d versions      =  
+
|direct3d versions      = 11
 
|direct3d notes        =  
 
|direct3d notes        =  
 
|directdraw versions    =  
 
|directdraw versions    =  

Revision as of 01:15, 5 December 2017

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.
Gemini: Heroes Reborn
Gemini: Heroes Reborn cover
Developers
Phosphor Games
Engines
Unreal Engine 4
Release dates
Windows January 18, 2016

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Steam
Icon overlay.png
Windows

Game data

Configuration file(s) location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/324650/pfx/[Note 1]

Save game data location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/324650/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Video settings.
Video settings.

Template:Video settings

Anisotropic filtering (AF)

Custom anisotropic filtering[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines.
[SystemSettings]
r.MaxAnisotropy=16

High frame rate

Disable frame rate cap[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines.
[/Script/Engine.Engine]
bSmoothFrameRate=false

Chromatic aberration

Disable chromatic aberration[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines.
[/Script/Engine.RendererSettings]
r.SceneColorFringe.Max=0

Depth of field

Disable depth of field[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines.
[SystemSettings]
r.DepthOfFieldQuality=0

Motion blur

Disable motion blur[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following lines.
[SystemSettings]
r.MotionBlurQuality=0

Input settings

Input settings.
Input settings.

Template:Input settings

Audio settings

Sound settings.
Sound settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Simplified Chinese
French
German
Italian
Japanese
Korean
Brazilian Portuguese
Russian
Spanish

Mute on focus lost

Mute game in background[1]
  1. Install Special K by following the Unofficial Special K Guide.
  2. Start the game and press Ctrl+ Shift+← Backspace to open Special K's control panel.
  3. Expand the Window ManagementInput/Output Behavior section.
  4. Turn on Mute Game under Background Behavior.

Other information

API

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

System requirements

A 64-bit system is required.
Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i5 2500K
System memory (RAM) 6 GB
Hard disk drive (HDD) 22 GB
Video card (GPU) Nvidia GeForce 560
DirectX 10 compatible

Notes

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

References

  1. 1.0 1.1 1.2 1.3 1.4 1.5 Verified by User:Keith on 2017-12-04