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 "Gal*Gun: Double Peace"

From PCGamingWiki, the wiki about fixing PC games
(Created article skeleton)
 
(added fixes)
Line 7: Line 7:
 
{{Infobox game/row/publisher|PQube Limited}}
 
{{Infobox game/row/publisher|PQube Limited}}
 
|engines      =  
 
|engines      =  
 +
{{Infobox game/row/engine|Unreal Engine 3}}
 
|release dates=  
 
|release dates=  
 
{{Infobox game/row/date|Windows|September 27, 2016}}
 
{{Infobox game/row/date|Windows|September 27, 2016}}
Line 13: Line 14:
 
|gogcom page  =  
 
|gogcom page  =  
 
|strategywiki =  
 
|strategywiki =  
|wikipedia    =  
+
|wikipedia    = Gal*Gun: Double Peace
 
|winehq      =  
 
|winehq      =  
 
}}
 
}}
 +
 +
'''Key points'''
 +
{{--}} Poor port with limited display options and resolution support.<ref name="LuckySteamGuide">[http://steamcommunity.com/sharedfiles/filedetails/?id=770988352 Steam Community :: Guide :: Enable important graphics options by editing Config (.ini) files]</ref>
  
 
'''General information'''
 
'''General information'''
Line 28: Line 32:
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
{{Game data/row|Windows|}}
+
{{Game data/row|Windows|{{p|userprofile}}\Documents\My Games\UnrealEngine3\GG2 Game\Config\}}
 
}}
 
}}
  
Line 55: Line 59:
 
|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= Pre-selected resolutions go up to 1920×1080. See [[#Widescreen resolution|Widescreen resolution]].
 
|multimonitor              = unknown
 
|multimonitor              = unknown
 
|multimonitor notes        =  
 
|multimonitor notes        =  
 
|ultrawidescreen            = unknown
 
|ultrawidescreen            = unknown
 
|ultrawidescreen notes      =  
 
|ultrawidescreen notes      =  
|4k ultra hd                = unknown
+
|4k ultra hd                = hackable
|4k ultra hd notes          =  
+
|4k ultra hd notes          = See [[#Widescreen resolution|Widescreen resolution]].
 
|fov                        = unknown
 
|fov                        = unknown
 
|fov notes                  =  
 
|fov notes                  =  
|windowed                  = unknown
+
|windowed                  = true
 
|windowed notes            =  
 
|windowed notes            =  
 
|borderless windowed        = unknown
 
|borderless windowed        = unknown
Line 71: Line 75:
 
|anisotropic                = unknown
 
|anisotropic                = unknown
 
|anisotropic notes          =  
 
|anisotropic notes          =  
|antialiasing              = unknown
+
|antialiasing              = hackable
|antialiasing notes        =  
+
|antialiasing notes        = See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]].
|vsync                      = unknown
+
|vsync                      = hackable
|vsync notes                =  
+
|vsync notes                = See [[#Vertical sync (Vsync)|Vertical sync (Vsync)]].
|60 fps                    = unknown
+
|60 fps                    = true
 
|60 fps notes              =  
 
|60 fps notes              =  
|120 fps                    = unknown
+
|120 fps                    = hackable
|120 fps notes              =  
+
|120 fps notes              = See [[#High frame rate|High frame rate]].
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Widescreen resolution|Widescreen resolution]]===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Set custom resolution|ref=<ref name="LuckySteamGuide"/>}}
 +
# Edit <code>{{p|game}}\GG2 Game\Config\DefaultInput.ini</code>
 +
# Scroll down to the bottom and append these lines at the very end:
 +
<pre>
 +
.Bindings=(Name="F3",Command="setres 2560x1440f")
 +
.Bindings=(Name="F4",Command="setres 3840x2160f")
 +
.Bindings=(Name="F5",Command="setres 5120x2880f")
 +
</pre>
 +
:3. The <code>f</code> at the end of each line means it will automatically switch to fullscreen when activated. You can change the keys and resolution options however you see fit.
 +
:4. While in-game, press a key to change to its corresponding resolution.
 +
}}
 +
 +
===[[Glossary:Anti-aliasing (AA)|Anti-aliasing (AA)]]===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Enable MSAA|ref=<ref name="LuckySteamGuide"/>}}
 +
# Edit <code>{{p|userprofile}}\Documents\My Games\UnrealEngine3\GG2 Game\Config\GG2SystemSettings.ini</code>
 +
# Search for these lines (note that the Japanese text may appear differently on your machine):
 +
<pre>
 +
MaxMultiSamples=4
 +
bAllowD3D9MSAA=False(PS4時はFalseだった)
 +
</pre>
 +
:3. Change the value in the first line to 2, 4 or 8 to enable 2x, 4x and 8x MSAA respectively
 +
:4. Replace <code>False(PS4時はFalseだった)</code> with <code>True</code> on the second line
 +
 +
'''Notes'''
 +
{{--}} Some HUD elements may glitch out or disappear with MSAA enabled. If this happens, it is recommended to use DSR instead if your PC is capable enough.
 +
}}
 +
 +
===[[Glossary:Vertical sync (Vsync)|Vertical sync (Vsync)]]===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Enable Vsync|ref=<ref name="LuckySteamGuide"/>}}
 +
# Edit <code>{{p|userprofile}}\Documents\My Games\UnrealEngine3\GG2 Game\Config\GG2SystemSettings.ini</code>
 +
# Change <code>UseVsync=False</code> to <code>UseVsync=True</code> to enable Vsync.
 +
}}
 +
 +
===[[Glossary:Frame rate (FPS)|High frame rate]]===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Modify FPS cap|ref=<ref name="LuckySteamGuide"/>}}
 +
# Edit <code>{{p|userprofile}}\Documents\My Games\UnrealEngine3\GG2 Game\Config\GG2Engine.ini</code>
 +
# Find <code>MaxSmoothedFrameRate=62</code> and set the value to whatever you want.
 +
 +
'''Notes'''
 +
{{ii}} Some elements such as the "Now Loading" screen will play faster depending on your frame rate.
 
}}
 
}}
  

Revision as of 20:05, 28 September 2016

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.
Gal*Gun: Double Peace
Gal*Gun: Double Peace cover
Developers
INTI CREATES CO.
Publishers
PQube Limited
Engines
Unreal Engine 3
Release dates
Windows September 27, 2016
Gal*Gun: Double Peace on Wikipedia

Key points

Poor port with limited display options and resolution support.[1]

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) <Steam-folder>/steamapps/compatdata/511740/pfx/[Note 1]

Save game data location

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

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Template:Video settings

Widescreen resolution

Instructions

Anti-aliasing (AA)

Instructions

Vertical sync (Vsync)

Instructions

High frame rate

Instructions

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Japanese

Other information

API

Executable 32-bit 64-bit Notes
Windows

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i3-550 / AMD Phenom II X4 964
System memory (RAM) 6 GB
Hard disk drive (HDD) 10 GB
Video card (GPU) Nvidia GeForce GTS 450
ATI Radeon HD 5870
DirectX 9.0c compatible

Notes

  1. 1.0 1.1 File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/511740/ in addition to or instead of this directory. The app ID (511740) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References