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 "ReadySet Heroes"

From PCGamingWiki, the wiki about fixing PC games
(first pass, a lot more to be tested and double checked)
Line 36: Line 36:
 
===Save game data location===
 
===Save game data location===
 
{{Game data|
 
{{Game data|
{{Game data/saves|Windows|}}
+
{{Game data/saves|Windows|{{P|localappdata}}\CNB\Saved\SaveGames}}
 
}}
 
}}
  
Line 58: Line 58:
  
 
==Video settings==
 
==Video settings==
 +
{{Image|ReadySet Heroes Options.png|In-game options.}}
 
{{Video settings
 
{{Video settings
 
|wsgf link                  =  
 
|wsgf link                  =  
Line 64: Line 65:
 
|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=  
|multimonitor              = unknown
+
|multimonitor              = limited
|multimonitor notes        =  
+
|multimonitor notes        = {{term|Vert-}} scaling, spanned HUD.
|ultrawidescreen            = unknown
+
|ultrawidescreen            = limited
|ultrawidescreen notes      =  
+
|ultrawidescreen notes      = {{term|Vert-}} scaling.
|4k ultra hd                = unknown
+
|4k ultra hd                = true
|4k ultra hd notes          =  
+
|4k ultra hd notes          = <ref>{{Refcheck|user=Rose|date=2019-10-29|comment=Using a custom system resolution of 3840x2160 and first-launching the game set the config resolution and taken screenshots' resolution to 3840x2160.}}</ref>
|fov                        = unknown
+
|fov                        = hackable
|fov notes                  =  
+
|fov notes                  = See [[#Field of view (FOV)|Field of view (FOV)]].
|windowed                  = unknown
+
|windowed                  = true
 
|windowed notes            =  
 
|windowed notes            =  
|borderless windowed        = unknown
+
|borderless windowed        = true
|borderless windowed notes  =  
+
|borderless windowed notes  = As '''Fullscreen'''. See also [[#Exclusive fullscreen|Exclusive fullscreen]].
|anisotropic                = unknown
+
|anisotropic                = always on
|anisotropic notes          =  
+
|anisotropic notes          = <ref>{{Refcheck|user=Rose|date=2019-10-29|comment=r.MaxAnisotropy:8 is found in the game startup log (<code>{{P|localappdata}}\CNB\Saved\Logs\CNB.log</code>).}}</ref>
|antialiasing              = unknown
+
|antialiasing              = always on
|antialiasing notes        =  
+
|antialiasing notes        = [[TAA]] is always on. See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]] for workarounds.
|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              = Limited to 62. See [[#High frame rate|High frame rate]] for more.
 
|hdr                        = unknown
 
|hdr                        = unknown
 
|hdr notes                  =  
 
|hdr notes                  =  
|color blind                = unknown
+
|color blind                = false
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 +
{{Fixbox|description=Increase FOV by setting its value to vertical in a config file|ref=<ref name="rose1"/>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open {{file|Engine.ini}} in a text editor.
 +
# Add the following lines:
 +
<pre>[/Script/Engine.LocalPlayer]
 +
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV</pre>
 +
}}
 +
 +
===Exclusive fullscreen===
 +
{{Fixbox|description=Enable exclusive fullscreen through a config file|ref=<ref name="rose1">{{Refcheck|user=Rose|date=2019-10-29|comment=}}</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>GameUserSettings.ini</code> in a text editor.
 +
# Find and set the FullscreenMode string as <code>FullscreenMode=0</code>
 +
}}
 +
 +
===[[Glossary:Anti-aliasing (AA)|Anti-aliasing (AA)]]===
 +
{{Fixbox|description=Adjust anti-aliasing quality through a config file|ref=<ref>{{Refcheck|user=Rose|date=2019-10-29|comment=Setting sg.AntiAliasingQuality to 0 resulted in less blur.}}</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>GameUserSettings.ini</code> in a text editor.
 +
# Locate <code>sg.AntiAliasingQuality=3</code> and set to preference.
 +
{{ii}} Setting the value to 0 disables the anti-aliasing.
 +
}}
 +
{{Fixbox|description=Switch to [[FXAA]] through a config file|ref=<ref name="aa">{{Refcheck|user=Rose|date=2019-10-29|comment=The changes resulted in a visibly sharper image in the game and screenshots comparisons.}}</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code> in a text editor.
 +
# Add the following lines:
 +
<pre>
 +
[SystemSettings]
 +
r.DefaultFeature.AntiAliasing=1
 +
</pre>
 +
}}
 +
 +
{{Fixbox|description=Enable TAA sharpening through a config file|ref=<ref name="aa"/>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code> in a text editor.
 +
# Add the following lines:
 +
<pre>
 +
[SystemSettings]
 +
r.TemporalAACurrentFrameWeight=0.2
 +
r.TemporalAASharpness=0.8
 +
r.Tonemapper.Sharpen=1
 +
</pre>
 +
}}
 +
 +
===[[Glossary:Vertical sync (Vsync)|Vertical sync (Vsync)]]===
 +
{{Fixbox|description=Enable Vsync through a config file|ref=<ref>{{Refcheck|user=Rose|date=2019-10-29|comment=Setting the monitor refresh rate to 50 caused the game to limit FPS to 50, as displayed by RivaTuner.}}</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>GameUserSettings.ini</code> in a text editor.
 +
# Find and change <code>bUseVSync=False</code> to <code>bUseVSync=True</code>
 +
}}
 +
 +
===[[Glossary:Frame rate (FPS)|High frame rate]]===
 +
{{Fixbox|description=Increase FPS by setting a custom limit in a config file|ref=<ref>{{Refcheck|user=Rose|date=2019-10-29|comment=Set the value to 500.000000, resulting in RivaTuner displaying 230 FPS at gameplay and more at menu screens.}}</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>GameUserSettings.ini</code> in a text editor.
 +
# Locate <code>FrameRateLimit=0.000000</code> and set the value to the desired FPS cap.
 
}}
 
}}
  
 
==Input settings==
 
==Input settings==
 +
{{Image|ReadySet Heroes Controls.png|In-game keyboard and mouse controls.}}
 +
{{Image|ReadySet Heroes Controller.png|In-game controller layout.}}
 
{{Input settings
 
{{Input settings
|key remap                = unknown
+
|key remap                = false
 
|key remap notes          =  
 
|key remap notes          =  
|acceleration option      = unknown
+
|acceleration option      = false
 
|acceleration option notes =  
 
|acceleration option notes =  
|mouse sensitivity        = unknown
+
|mouse sensitivity        = false
 
|mouse sensitivity notes  =  
 
|mouse sensitivity notes  =  
|mouse menu                = unknown
+
|mouse menu                = true
 
|mouse menu notes          =  
 
|mouse menu notes          =  
|invert mouse y-axis      = unknown
+
|invert mouse y-axis      = false
 
|invert mouse y-axis notes =  
 
|invert mouse y-axis notes =  
 
|touchscreen              = unknown
 
|touchscreen              = unknown
 
|touchscreen notes        =  
 
|touchscreen notes        =  
|controller support        = unknown
+
|controller support        = true
 
|controller support notes  =  
 
|controller support notes  =  
 
|full controller          = unknown
 
|full controller          = unknown
 
|full controller notes    =  
 
|full controller notes    =  
|controller remap          = unknown
+
|controller remap          = false
 
|controller remap notes    =  
 
|controller remap notes    =  
|controller sensitivity    = unknown
+
|controller sensitivity    = false
 
|controller sensitivity notes=  
 
|controller sensitivity notes=  
|invert controller y-axis  = unknown
+
|invert controller y-axis  = false
 
|invert controller y-axis notes=  
 
|invert controller y-axis notes=  
|xinput controllers        = unknown
+
|xinput controllers        = true
|xinput controllers notes  =  
+
|xinput controllers notes  = <ref name="onza">{{Refcheck|user=Rose|date=2019-10-29|comment=Tested with an Xbox 360 Razer Onza controller.}}</ref>
|xbox prompts              = unknown
+
|xbox prompts              = true
|xbox prompts notes        =  
+
|xbox prompts notes        = <ref name="onza"/>
 
|impulse triggers          = unknown
 
|impulse triggers          = unknown
 
|impulse triggers notes    =  
 
|impulse triggers notes    =  
Line 140: Line 202:
 
|other button prompts      = unknown
 
|other button prompts      = unknown
 
|other button prompts notes=  
 
|other button prompts notes=  
|controller hotplug        = unknown
+
|controller hotplug        = true
|controller hotplug notes  =  
+
|controller hotplug notes  = <ref name="onza"/>
 
|haptic feedback          = unknown
 
|haptic feedback          = unknown
 
|haptic feedback notes    =  
 
|haptic feedback notes    =  
Line 160: Line 222:
 
==Audio settings==
 
==Audio settings==
 
{{Audio settings
 
{{Audio settings
|separate volume          = unknown
+
|separate volume          = true
|separate volume notes    =  
+
|separate volume notes    = Master, Voice, Music, Sound FX.
 
|surround sound          = unknown
 
|surround sound          = unknown
 
|surround sound notes    =  
 
|surround sound notes    =  
|subtitles                = unknown
+
|subtitles                = true
 
|subtitles notes          =  
 
|subtitles notes          =  
 
|closed captions          = unknown
 
|closed captions          = unknown
 
|closed captions notes    =  
 
|closed captions notes    =  
|mute on focus lost      = unknown
+
|mute on focus lost      = always on
 
|mute on focus lost notes =  
 
|mute on focus lost notes =  
 
|eax support              =  
 
|eax support              =  
Line 178: Line 240:
 
  |language  = English
 
  |language  = English
 
  |interface = true
 
  |interface = true
  |audio    = unknown
+
  |audio    = true
  |subtitles = unknown
+
  |subtitles = true
  |notes    =  
+
  |notes    = '''English''' and '''English (United Kingdom)''' are available.
 
  |fan      =  
 
  |fan      =  
 
}}
 
}}
Line 191: Line 253:
 
  |fan      =  
 
  |fan      =  
 
}}
 
}}
 +
 
{{L10n/switch
 
{{L10n/switch
  |language  = Simplified Chinese
+
  |language  = Traditional Chinese
 
  |interface = true
 
  |interface = true
 
  |audio    = unknown
 
  |audio    = unknown
 
  |subtitles = unknown
 
  |subtitles = unknown
  |notes    = May be incorrect. Listed as "Chinese" on store page.
+
  |notes    =
 
  |fan      =  
 
  |fan      =  
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
  |language  = Traditional Chinese
+
  |language  = Croatian
 
  |interface = true
 
  |interface = true
 
  |audio    = unknown
 
  |audio    = unknown
 
  |subtitles = unknown
 
  |subtitles = unknown
  |notes    = May be incorrect. Listed as "Chinese" on store page.
+
  |notes    =  
 
  |fan      =  
 
  |fan      =  
 
}}
 
}}
Line 220: Line 283:
 
  |audio    = unknown
 
  |audio    = unknown
 
  |subtitles = unknown
 
  |subtitles = unknown
  |notes    = May be incorrect. Listed as "Nordics" on store page.
+
  |notes    =  
 
  |fan      =  
 
  |fan      =  
 
}}
 
}}
Line 236: Line 299:
 
  |audio    = unknown
 
  |audio    = unknown
 
  |subtitles = unknown
 
  |subtitles = unknown
  |notes    = May be incorrect. Listed as "Nordics" on store page.
+
  |notes    =  
 
  |fan      =  
 
  |fan      =  
 
}}
 
}}
Line 272: Line 335:
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
  |language  = Icelandic
+
  |language  = Italian
 
  |interface = true
 
  |interface = true
 
  |audio    = unknown
 
  |audio    = unknown
 
  |subtitles = unknown
 
  |subtitles = unknown
  |notes    = May be incorrect. Listed as "Nordics" on store page.
+
  |notes    =  
 
  |fan      =  
 
  |fan      =  
 
}}
 
}}
Line 284: Line 347:
 
  |audio    = true
 
  |audio    = true
 
  |subtitles = unknown
 
  |subtitles = unknown
  |notes    = Audio is only available in Japan.
+
  |notes    = Only available in Japan.
 
  |fan      =  
 
  |fan      =  
 
  |ref      = <ref>{{Refsnip|url=https://www.epicgames.com/store/en-US/product/readyset-heroes/home|title=ReadySet Heroes - Epic Games Store|date=2019-10-25|snippet=Japanese VO available only in Japan}}</ref>
 
  |ref      = <ref>{{Refsnip|url=https://www.epicgames.com/store/en-US/product/readyset-heroes/home|title=ReadySet Heroes - Epic Games Store|date=2019-10-25|snippet=Japanese VO available only in Japan}}</ref>
Line 301: Line 364:
 
  |audio    = unknown
 
  |audio    = unknown
 
  |subtitles = unknown
 
  |subtitles = unknown
  |notes    = May be incorrect. Listed as "Nordics" on store page.
+
  |notes    =  
 
  |fan      =  
 
  |fan      =  
 
}}
 
}}
Line 365: Line 428:
 
  |audio    = unknown
 
  |audio    = unknown
 
  |subtitles = unknown
 
  |subtitles = unknown
  |notes    = May be incorrect. Listed as "Nordics" on store page.
+
  |notes    =  
 
  |fan      =  
 
  |fan      =  
 
}}
 
}}
Line 387: Line 450:
 
|asynchronous notes  =  
 
|asynchronous notes  =  
 
}}{{Network/Connections
 
}}{{Network/Connections
|matchmaking        =  
+
|matchmaking        = true
 
|matchmaking notes  =  
 
|matchmaking notes  =  
 
|p2p                =  
 
|p2p                =  
Line 406: Line 469:
 
===API===
 
===API===
 
{{API
 
{{API
|direct3d versions      =  
+
|direct3d versions      = 11
|direct3d notes        =  
+
|direct3d notes        = <ref>{{Refcheck|user=Rose|date=2019-10-29|comment=As displayed by RivaTuner.}}</ref>
 
|directdraw versions    =  
 
|directdraw versions    =  
 
|directdraw notes      =  
 
|directdraw notes      =  
Line 429: Line 492:
 
|shader model notes    =  
 
|shader model notes    =  
 
|windows 32-bit exe    = unknown
 
|windows 32-bit exe    = unknown
|windows 64-bit exe    = unknown
+
|windows 64-bit exe    = true
 
|windows exe notes      =  
 
|windows exe notes      =  
 
|mac os x powerpc app  =  
 
|mac os x powerpc app  =  

Revision as of 20:09, 29 October 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.
ReadySet Heroes
ReadySet Heroes cover
Developers
Robot Entertainment
Publishers
Sony Interactive Entertainment
Engines
Unreal Engine 4
Release dates
Windows October 29, 2019

General information

Developer Discord server

Availability

Source DRM Notes Keys OS
Epic Games Store
Epic Games Launcher
[1]
Windows

Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\CNB\Saved\Config\WindowsNoEditor\

Save game data location

System Location
Windows %LOCALAPPDATA%\CNB\Saved\SaveGames

Save game cloud syncing

System Native Notes
Epic Games Launcher

Video settings

In-game options.
In-game options.

Template:Video settings

Field of view (FOV)

Increase FOV by setting its value to vertical in a config file[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[/Script/Engine.LocalPlayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV

Exclusive fullscreen

Enable exclusive fullscreen through a config file[2]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini in a text editor.
  3. Find and set the FullscreenMode string as FullscreenMode=0

Anti-aliasing (AA)

Adjust anti-aliasing quality through a config file[3]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini in a text editor.
  3. Locate sg.AntiAliasingQuality=3 and set to preference.
Setting the value to 0 disables the anti-aliasing.
Switch to FXAA through a config file[4]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[SystemSettings]
r.DefaultFeature.AntiAliasing=1
Enable TAA sharpening through a config file[4]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[SystemSettings]
r.TemporalAACurrentFrameWeight=0.2
r.TemporalAASharpness=0.8
r.Tonemapper.Sharpen=1

Vertical sync (Vsync)

Enable Vsync through a config file[5]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini in a text editor.
  3. Find and change bUseVSync=False to bUseVSync=True

High frame rate

Increase FPS by setting a custom limit in a config file[6]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini in a text editor.
  3. Locate FrameRateLimit=0.000000 and set the value to the desired FPS cap.

Input settings

In-game keyboard and mouse controls.
In-game keyboard and mouse controls.
In-game controller layout.
In-game controller layout.

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
English and English (United Kingdom) are available.
Arabic
Traditional Chinese
Croatian
Czech
Danish
Dutch
Finnish
French
German
Greek
Hungarian
Italian
Japanese
Only available in Japan.[7]
Korean
Norwegian
Polish
Portuguese
Brazilian Portuguese
Romanian
Russian
Spanish
Latin American Spanish
Swedish

Network

Multiplayer types

Type Native Players Notes
Local play
4 Co-op, Versus
LAN play
Online play
Co-op, Versus

Connection types

Type Native Notes
Matchmaking

Other information

API

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

Middleware

Middleware Notes
Physics PhysX
Multiplayer Epic Online Services

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i3-4160
AMD A8-7670K
System memory (RAM) 4 GB
Hard disk drive (HDD) 6 GB
Video card (GPU) Nvidia GeForce GTX 660
AMD Radeon R9 270
DirectX 12 compatible

References

  1. Verified by User:Rose on 2019-10-29
    Launching the game directly from the executable results in the "Failed to authenticate! Game must be started through the launcher" message.
  2. 2.0 2.1 Verified by User:Rose on 2019-10-29
  3. Verified by User:Rose on 2019-10-29
    Setting sg.AntiAliasingQuality to 0 resulted in less blur.
  4. 4.0 4.1 Verified by User:Rose on 2019-10-29
    The changes resulted in a visibly sharper image in the game and screenshots comparisons.
  5. Verified by User:Rose on 2019-10-29
    Setting the monitor refresh rate to 50 caused the game to limit FPS to 50, as displayed by RivaTuner.
  6. Verified by User:Rose on 2019-10-29
    Set the value to 500.000000, resulting in RivaTuner displaying 230 FPS at gameplay and more at menu screens.
  7. ReadySet Heroes - Epic Games Store - last accessed on 2019-10-25
    "Japanese VO available only in Japan"
  8. Verified by User:Rose on 2019-10-29
    As displayed by RivaTuner.