Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "Granblue Fantasy: Versus"

From PCGamingWiki, the wiki about fixing PC games
(19 intermediate revisions by 3 users not shown)
Line 28: Line 28:
 
==Availability==
 
==Availability==
 
{{Availability|
 
{{Availability|
{{Availability/row| Steam | 1090630 | Steam | Character Pass Set (Bundle with the Base Game and Character Pass 1) is also available. |  | Windows }}
+
{{Availability/row| Steam | 1090630 | Steam | Character Pass Set (bundle with the base game and Character Pass 1) is also available. |  | Windows }}
 
}}
 
}}
 
{{ii}} All versions require {{DRM|Steam}}.
 
{{ii}} All versions require {{DRM|Steam}}.
Line 35: Line 35:
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
{{Game data/config|Windows|{{P|localappdata}}/GBVS/Saved/Config/WindowsNoEditor}}
+
{{Game data/config|Windows|{{P|localappdata}}\GBVS\Saved\Config\WindowsNoEditor}}
 
}}
 
}}
  
 
===Save game data location===
 
===Save game data location===
 
{{Game data|
 
{{Game data|
{{Game data/saves|Windows|{{P|localappdata}}/GBVS/Saved/SaveGames}}
+
{{Game data/saves|Windows|{{P|localappdata}}\GBVS\Saved\SaveGames}}
 
}}
 
}}
  
Line 62: Line 62:
  
 
==Video settings==
 
==Video settings==
{{Image|Granblue Fantasy VS Graphic Settings.png|Graphics settings.}}
+
{{Image|Granblue Fantasy VS Graphic Settings.png|Graphics Settings}}
 
{{Video settings
 
{{Video settings
 
|wsgf link                  =  
 
|wsgf link                  =  
Line 84: Line 84:
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
 
|anisotropic                = limited
 
|anisotropic                = limited
|anisotropic notes          = In-game texture option controls Anisotropic Filtering. To manually change the setting, see [[#Anisotropic filtering|Anisotropic filtering]].
+
|anisotropic notes          = In-game Texture Quality option controls anisotropic filtering.<br>See [[#Anisotropic filtering|Anisotropic filtering]] to manually change the setting.<ref>{{Refcheck|user=BesuBaru|date=2020-03-19|comment=Checked by adjusting texture setting, and looking at individual console variables being adjusted with the "sg.TextureQuality" setting.}}</ref>
 
|antialiasing              = true
 
|antialiasing              = true
|antialiasing notes        = Uses [[FXAA]] by default. See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]] for instructions on how to enable [[TAA]].
+
|antialiasing notes        = Uses [[FXAA]] by default. Can be disabled by setting to "Low". See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]] for instructions on how to enable [[TAA]] or [[SSAA]].  
 
|vsync                      = hackable
 
|vsync                      = hackable
 
|vsync notes                = Disabled by default. See  [[#Vertical Sync (Vsync)|Vertical Sync (Vsync)]].
 
|vsync notes                = Disabled by default. See  [[#Vertical Sync (Vsync)|Vertical Sync (Vsync)]].
Line 100: Line 100:
  
 
===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering]]===
 
===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering]]===
{{Fixbox|ref=<ref>{{Refcheck|user=BesuBaru|date=2020-03-14|comment=Found by tweaking "GameUserSettings.ini" and "Scalability.ini"}}</ref>|fix=
+
{{Fixbox|description=Modify "Scalability.ini" config file.|ref=<ref>{{Refcheck|user=BesuBaru|date=2020-03-14|comment=Found by tweaking "GameUserSettings.ini" and "Scalability.ini"}}</ref>|fix=
# Go to the [[#Game data|configuration file(s) location]].
+
<ol start="1">
# Open <code>Scalability.ini</code> using a text editor.
+
<li>Go to the [[#Game data|configuration file(s) location]].</li>
# At the bottom of the config file, add these lines of text:
+
<li>Open <code>Scalability.ini</code> using a text editor.</li>
 +
<li>At the bottom of the config file, add these lines of text:</li>
 +
</ol>
  
 
<pre>
 
<pre>
Line 115: Line 117:
 
<li>Save the ini file.</li>
 
<li>Save the ini file.</li>
 
<li>Right click on <code>Scalability.ini</code>, and go to properties, then set the file as "Read-only". This will prevent the game from overwriting the values.</li>
 
<li>Right click on <code>Scalability.ini</code>, and go to properties, then set the file as "Read-only". This will prevent the game from overwriting the values.</li>
 +
</ol>
 
{{ii}} By default, the game uses the "2" value for the "High" texture settings option.
 
{{ii}} By default, the game uses the "2" value for the "High" texture settings option.
 
}}
 
}}
  
 
===[[Glossary:Anti-aliasing (AA)|Anti-aliasing (AA)]]===
 
===[[Glossary:Anti-aliasing (AA)|Anti-aliasing (AA)]]===
{{Fixbox|description=Enable [[TAA]] through a config file|ref=<ref>{{Refcheck|user=BesuBaru|date=2020-03-15|comment=Found by tweaking "Engine.ini".}}</ref>|fix=
+
{{Fixbox|description=Enable [[TAA]] through "Engine.ini" config file.|ref=<ref>{{Refcheck|user=BesuBaru|date=2020-03-15|comment=Found by tweaking "Engine.ini".}}</ref>|fix=
# Go to the [[#Game data|configuration file(s) location]].
+
<ol start="1">
# Open <code>Engine.ini</code> using a text editor.
+
<li>Go to the [[#Game data|configuration file(s) location]].</li>
# At the bottom of the config file, add these lines of text:
+
<li>Open <code>Engine.ini</code> using a text editor.</li>
 +
<li>At the bottom of the config file, add these lines of text:</li>
 +
</ol>
 +
 
 
<pre>
 
<pre>
 
[/Script/Engine.RendererSettings]
 
[/Script/Engine.RendererSettings]
 
r.DefaultFeature.AntiAliasing=2
 
r.DefaultFeature.AntiAliasing=2
 
</pre>
 
</pre>
# Save the ini file.
+
 
# Right click on <code>Engine.ini</code>, and go to properties, then set the file as "Read-only". This will prevent the game from overwriting the values.
+
<ol start="4">
{{--}} Causes very noticeable ghosting.
+
<li>Save the ini file.</li>
 +
<li>Right click on <code>Engine.ini</code>, and go to properties, then set the file as "Read-only". This will prevent the game from overwriting the values.</li>
 +
</ol>
 +
{{--}} Causes noticeable ghosting.
 +
}}
 +
 
 +
{{Fixbox|description=Enable Super-Sampling ([[SSAA]])|ref=<ref>{{Refurl|url=https://steamah.com/granblue-fantasy-versus-how-to-set-the-resolution-scale-to-100-permanently/|title=SteamAH|date=2020-03-16}}</ref>|fix=
 +
<ol start="1">
 +
<li>Go to the [[#Game data|configuration file(s) location]].</li>
 +
<li>Open <code>Engine.ini</code> using a text editor.</li>
 +
<li>At the bottom of the config file, add these lines of text:</li>
 +
</ol>
 +
 
 +
<pre>
 +
[ConsoleVariables]
 +
r.ScreenPercentage=200
 +
</pre>
 +
 
 +
{{ii}} May have heavier performance impact on lower end GPUs.
 
}}
 
}}
  
 
===[[Glossary:Vertical sync (Vsync)|Vertical Sync (Vsync)]]===
 
===[[Glossary:Vertical sync (Vsync)|Vertical Sync (Vsync)]]===
{{Fixbox|ref=<ref>{{Refcheck|user=BesuBaru|date=2020-03-15|comment=Found by tweaking "Engine.ini".}}</ref>|fix=
+
{{Fixbox|description=Enable through "Engine.ini" config file.|ref=<ref>{{Refcheck|user=BesuBaru|date=2020-03-15|comment=Found by tweaking "Engine.ini".}}</ref>|fix=
# Go to the [[#Game data|configuration file(s) location]].
+
<ol start="1">
# Open <code>Engine.ini</code> using a text editor.
+
<li>Go to the [[#Game data|configuration file(s) location]].</li>
# At the bottom of the config file, add these lines of text:
+
<li>Open <code>Engine.ini</code> using a text editor.</li>
 +
<li>At the bottom of the config file, add these lines of text:</li>
 +
</ol>
 +
 
 
<pre>
 
<pre>
 
[SystemSettings]
 
[SystemSettings]
 
r.VSync=1
 
r.VSync=1
 
</pre>
 
</pre>
# Save the ini file.
+
 
# Right click on <code>Engine.ini</code>, and go to properties, then set the file as "Read-only". This will prevent the game from overwriting the values.
+
<ol start="4">
 +
<li>Save the ini file.</li>
 +
<li>Right click on <code>Engine.ini</code>, and go to properties, then set the file as "Read-only". This will prevent the game from overwriting the values.</li>
 +
</ol>
 
}}
 
}}
  
 
==Input settings==
 
==Input settings==
{{Image|Granblue Fantasy VS Battle Bindings.png|Button Configuration Settings (Keyboard and Gamepad bindings).}}
+
{{Image|Granblue Fantasy VS Battle Bindings.png|Button Configuration (Battle) Settings}}
 
{{Input settings
 
{{Input settings
 
|key remap                = true
 
|key remap                = true
|key remap notes          =  
+
|key remap notes          = <ref>{{Refcheck|user=BesuBaru|date=2020-03-19}}</ref>
 
|acceleration option      = n/a
 
|acceleration option      = n/a
 
|acceleration option notes =  
 
|acceleration option notes =  
Line 165: Line 195:
 
|full controller notes    =  
 
|full controller notes    =  
 
|controller remap          = true
 
|controller remap          = true
|controller remap notes    =  
+
|controller remap notes    = <ref>{{Refcheck|user=BesuBaru|date=2020-03-19}}</ref>
 
|controller sensitivity    = n/a
 
|controller sensitivity    = n/a
 
|controller sensitivity notes= Digital movement only.
 
|controller sensitivity notes= Digital movement only.
Line 173: Line 203:
 
|xinput controllers notes  =  
 
|xinput controllers notes  =  
 
|xbox prompts              = true
 
|xbox prompts              = true
|xbox prompts notes        = Appears when using an XInput controller.
+
|xbox prompts notes        = Appears when using an XInput controller.<ref>{{Refcheck|user=BesuBaru|date=2020-03-19|comment=Tested with both Xbox One controller and HORI RAP4 Kai in XInput mode.}}</ref>
 
|impulse triggers          = unknown
 
|impulse triggers          = unknown
 
|impulse triggers notes    =  
 
|impulse triggers notes    =  
 
|dualshock 4              = true
 
|dualshock 4              = true
|dualshock 4 notes        = Supports Dualshock 4 controllers without needing [https://www.pcgamingwiki.com/wiki/Controller:DualShock_4#Steam Steam's built-in PS4 Controller support] or [https://www.pcgamingwiki.com/wiki/Controller:DualShock_4#DS4Windows XInput wrappers like DS4Windows].
+
|dualshock 4 notes        = Supports Dualshock 4 controllers without needing [https://www.pcgamingwiki.com/wiki/Controller:DualShock_4#Steam Steam's built-in PS4 Controller support] or [https://www.pcgamingwiki.com/wiki/Controller:DualShock_4#DS4Windows XInput wrappers like DS4Windows].<ref>{{Refcheck|user=BesuBaru|date=2020-03-19|comment=Tested with both Dualshock 4 and with HORI RAP4 Kai in PS4 mode.}}</ref>
 
|dualshock prompts        = true
 
|dualshock prompts        = true
 
|dualshock prompts notes  = Appears when using Steam's PS4 controller support, or when using the controller without XInput wrappers.<ref>{{Refcheck|user=BesuBaru|date=2020-03-14|comment=Tested with Dualshock 4 with and without using Steam's controller support.}}</ref>
 
|dualshock prompts notes  = Appears when using Steam's PS4 controller support, or when using the controller without XInput wrappers.<ref>{{Refcheck|user=BesuBaru|date=2020-03-14|comment=Tested with Dualshock 4 with and without using Steam's controller support.}}</ref>
Line 216: Line 246:
  
 
==Audio settings==
 
==Audio settings==
{{Image|Granblue Fantasy VS Sound and Language Settings.png|Audio and voice language settings.}}
+
{{Image|Granblue Fantasy VS Sound and Language Settings.png|Sound & Language settings}}
 
{{Audio settings
 
{{Audio settings
 
|separate volume          = true
 
|separate volume          = true
 
|separate volume notes    = Separate sliders for "Master", "Music", "Voice", "Announcer Voice", "Sound Effects", and "Environment".
 
|separate volume notes    = Separate sliders for "Master", "Music", "Voice", "Announcer Voice", "Sound Effects", and "Environment".
|surround sound          = unknown
+
|surround sound          = true
|surround sound notes    =  
+
|surround sound notes    = Plays in 5.1.<ref>{{Refcheck|user=MasterBlaster|date=2020-03-25|comment=Tested in 7.1 using Orban Loudness Meter in conjunction with Razer Surround.}}</ref>
 
|subtitles                = true
 
|subtitles                = true
 
|subtitles notes          = Separate toggles are available for pre and post-battle cutscenes and cutscenes in RPG Mode.
 
|subtitles notes          = Separate toggles are available for pre and post-battle cutscenes and cutscenes in RPG Mode.
Line 227: Line 257:
 
|closed captions notes    =  
 
|closed captions notes    =  
 
|mute on focus lost      = always on
 
|mute on focus lost      = always on
|mute on focus lost notes =  
+
|mute on focus lost notes = <ref>{{Refcheck|user=BesuBaru|date=2020-03-19}}</ref>
 
|eax support              =  
 
|eax support              =  
 
|eax support notes        =  
 
|eax support notes        =  

Revision as of 21:43, 25 March 2020

Granblue Fantasy: Versus
Granblue Fantasy: Versus cover
Developers
Cygames
Arc System Works
Publishers
XSEED
Marvelous USA|Marvelous|Marvelous USA
Engines
Unreal Engine 4
Release dates
Windows March 13, 2020
Granblue Fantasy: Versus guide on StrategyWiki
Granblue Fantasy: Versus on MobyGames
Granblue Fantasy: Versus on Wikipedia

General information

Official site - English
Official site - Japanese
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Steam
Icon overlay.png
Character Pass Set (bundle with the base game and Character Pass 1) is also available.
Windows
All versions require Steam DRM.

Game data

Configuration file(s) location

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

Save game data location

System Location
Windows %LOCALAPPDATA%\GBVS\Saved\SaveGames
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/1090630/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Graphics Settings
Graphics Settings

Template:Video settings

Anisotropic filtering

Modify "Scalability.ini" config file.[1]
  1. Go to the configuration file(s) location.
  2. Open Scalability.ini using a text editor.
  3. At the bottom of the config file, add these lines of text:
[TextureQuality@x]
r.MaxAnisotropy=xx
  1. Replace [TextureQuality@x] with the sg.TextureQuality setting being used in GameUserSettings.ini.
  2. Replace the "xx" value in r.MaxAnisotropy with the desired anisotropic filtering mode (0 = Disabled, 2 = 2X, 4 = 4X, 8 = 8X, 16 = 16X.
  3. Save the ini file.
  4. Right click on Scalability.ini, and go to properties, then set the file as "Read-only". This will prevent the game from overwriting the values.
By default, the game uses the "2" value for the "High" texture settings option.

Anti-aliasing (AA)

Enable TAA through "Engine.ini" config file.[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini using a text editor.
  3. At the bottom of the config file, add these lines of text:
[/Script/Engine.RendererSettings]
r.DefaultFeature.AntiAliasing=2
  1. Save the ini file.
  2. Right click on Engine.ini, and go to properties, then set the file as "Read-only". This will prevent the game from overwriting the values.
Causes noticeable ghosting.
Enable Super-Sampling (SSAA)[3]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini using a text editor.
  3. At the bottom of the config file, add these lines of text:
[ConsoleVariables]
r.ScreenPercentage=200
May have heavier performance impact on lower end GPUs.

Vertical Sync (Vsync)

Enable through "Engine.ini" config file.[4]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini using a text editor.
  3. At the bottom of the config file, add these lines of text:
[SystemSettings]
r.VSync=1
  1. Save the ini file.
  2. Right click on Engine.ini, and go to properties, then set the file as "Read-only". This will prevent the game from overwriting the values.

Input settings

Button Configuration (Battle) Settings
Button Configuration (Battle) Settings

Template:Input settings

Audio settings

Sound & Language settings
Sound & Language settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
French
German
Japanese
Brazilian Portuguese
Spanish

Network

Multiplayer types

Type Native Players Notes
Local play
2 Versus
LAN play
Online play

Connection types

Type Native Notes
Matchmaking
Peer-to-peer
Uses delay-based P2P netcode.
Dedicated
Self-hosting
Custom rooms can be created and joined by players.
Direct IP

Issues unresolved

Stuck inputs when playing on keyboard

When playing on a keyboard, there is a chance that inputs stick, which require pressing the key for said action multiple times to stop it from being stuck.[5][6]

Other information

API

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

System requirements

Windows
Minimum Recommended
Operating system (OS) 7, 8, 10
Processor (CPU) Intel Core i5-3470 3.2 GHz
AMD FX-4350 4.2 GHz
System memory (RAM) 4 GB
Hard disk drive (HDD) 7 GB
Video card (GPU) Nvidia GeForce GTX 650 Ti
AMD Radeon HD 6870
1 GB of VRAM
DirectX 11 compatible
Sound (audio device) DirectX compatible
A 64-bit operating system is required.

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>/1090630/ in addition to or instead of this directory. The app ID (1090630) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. Verified by User:BesuBaru on 2020-03-14
    Found by tweaking "GameUserSettings.ini" and "Scalability.ini"
  2. Verified by User:BesuBaru on 2020-03-15
    Found by tweaking "Engine.ini".
  3. SteamAH - last accessed on 2020-03-16
  4. Verified by User:BesuBaru on 2020-03-15
    Found by tweaking "Engine.ini".
  5. Support & Bug Fixes - last accessed on 2020-03-13
  6. Verified by User:BesuBaru on 2020-03-15
    Tested by playing on keyboard. From my testing, this issue isn't present with a controller or fightstick.