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 "Hellblade: Senua's Sacrifice"

From PCGamingWiki, the wiki about fixing PC games
m
Line 448: Line 448:
 
  |subtitles = true
 
  |subtitles = true
 
}}
 
}}
 +
}}
 +
 +
==VR support==
 +
{{VR support
 +
|gg3d name                  =
 +
|native 3d gg3d award        =
 +
|nvidia 3d vision gg3d award =
 +
|tridef 3d gg3d award        =
 +
|iz3d gg3d award            =
 +
|native 3d                  =
 +
|native 3d notes            =
 +
|nvidia 3d vision            =
 +
|nvidia 3d vision notes      =
 +
|tridef 3d                  =
 +
|tridef 3d notes            =
 +
|iz3d                        =
 +
|iz3d notes                  =
 +
|vorpx                      = true
 +
|vorpx modes                = G3D,Z3D,DirectVR
 +
|vorpx notes                = Officially supported game, see [https://www.vorpx.com/supported-games/ official vorpx game list].
 +
|htc vive                    =
 +
|htc vive notes              =
 +
|oculus rift                =
 +
|oculus rift notes          =
 +
|osvr                        =
 +
|osvr notes                  =
 +
|windows mixed reality      =
 +
|windows mixed reality notes =
 +
|keyboard-mouse              =
 +
|keyboard-mouse notes        =
 +
|3rd space gaming vest      =
 +
|3rd space gaming vest notes =
 +
|novint falcon              =
 +
|novint falcon notes        =
 +
|trackir                    =
 +
|trackir notes              =
 +
|tobii eye tracking          =
 +
|tobii eye tracking notes    =
 +
|play area seated            =
 +
|play area seated notes      =
 +
|play area standing          =
 +
|play area standing notes    =
 +
|play area room-scale        =
 +
|play area room-scale notes  =
 
}}
 
}}
  

Revision as of 19:28, 9 August 2019

Hellblade: Senua's Sacrifice
Hellblade: Senua's Sacrifice cover
Developers
Ninja Theory
Engines
Unreal Engine 4
Release dates
Windows August 8, 2017
Hellblade: Senua's Sacrifice on Wikipedia
Hellblade
Hellblade: Senua's Sacrifice 2017
Hellblade: Senua's Sacrifice VR Edition 2018
Senua's Saga: Hellblade II 2024

General information

Official Website
GOG.com Community Discussions
GOG.com Support Page
Steam Community Discussions

Availability

Essential improvements

Skip intro videos

Delete or rename startup videos[1]
  1. Go to <path-to-game>\HellbladeGame\Content\Movies\.
  2. Delete or rename NinjaTheory_Logo.bik, ThirdParty_Logo.bik, and UE4_Logo.bik.

Game data

In-game general settings.
In-game general settings.

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\HellbladeGame\Saved\Config\WindowsNoEditor\
Microsoft Store %LOCALAPPDATA%\Packages\NinjaTheoryLtd.HellbladeSenuasSacrifice_nkbnxvch6z38g\LocalState\HellbladeGame\Saved\Config\UWP
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/414340/pfx/[Note 1]

Save game data location

System Location
Windows %LOCALAPPDATA%\HellbladeGame\Saved\SaveGames\
Microsoft Store %LOCALAPPDATA%\Packages\NinjaTheoryLtd.HellbladeSenuasSacrifice_nkbnxvch6z38g\SystemAppData\wgs
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/414340/pfx/[Note 1]

Save game cloud syncing

System Native Notes
GOG Galaxy
Steam Cloud
Xbox Cloud

Video settings

300px
In-game graphics settings.

Template:Video settings

Field of view (FOV)

Change FOV scaling to Hor+[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[/Script/Engine.LocalPlayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV

Notes

Can introduce hard edges of elements in gameplay and cutscenes normally hidden by the default field of view.

Anisotropic filtering (AF)

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

Anti-aliasing (AA)

Disable TAA[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[SystemSettings]
r.PostProcessAAQuality=0

Notes

Can introduce a noticable amount of texture and shadow dithering.
Enable FXAA
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[SystemSettings]
r.DefaultFeature.AntiAliasing=1
r.PostProcessAAQuality=4

Notes

Enabling FXAA will disable TAA.
DefaultFeature.AntiAliasing=
0: off (no anti-aliasing)
1: FXAA
2: TemporalAA (default)

Notes

FXAA quality can be adjusted by changing the value of r.PostProcessAAQuality between 1(low) and 6(high).
Enable SSAA[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[SystemSettings]
r.ScreenPercentage=150

Notes

Values between 100 and 200 are recommended.

High frame rate

Custom frame rate cap[2]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini.
  3. Change FrameRateLimit=0.000000 to the desired frame rate cap, e.g. FrameRateLimit=144.000000.

Chromatic aberration

Disable chromatic aberration[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[SystemSettings]
r.SceneColorFringeQuality=0

Depth of field

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

Notes

Depth of field is used especially during cutscenes but also to emphasize certain gameplay situations. Disabling it will also make the effect unavailable in photo mode.

Motion blur

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

Film grain

Disable film grain[citation needed]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following and save the file.
[SystemSettings]
r.Tonemapper.GrainQuantization=0
r.Tonemapper.Quality=0

Input settings

300px
In-game keyboard/mouse settings.
300px
In-game controller settings.

Template:Input settings

Controller sensitivity

Modify GameUserSettings.ini[citation needed]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini.
  3. Look for AxisMappings=(AxisName="TurnRate",Key=Gamepad_RightX,Scale=1.000000) and adjust the numeric value, e.g. Scale=1.500000.

Audio settings

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

Template:Audio settings

Localizations

To change the language in the GOG.com version, use language_setup.exe found in <path-to-game>.
Language UI Audio Sub Notes
English
Arabic
Simplified Chinese
Traditional Chinese
Danish
Dutch
Finnish
French
German
Italian
Japanese
Korean
Norwegian
Polish
Portuguese
Brazilian Portuguese
Russian
Spanish
Swedish
Turkish

VR support

3D modes State Notes
vorpX
G3D, Z3D, DirectVR
Officially supported game, see official vorpx game list.

Other information

API

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

Middleware

Middleware Notes
Physics PhysX
Cutscenes Bink Video

System requirements

Windows
Minimum
Operating system (OS) 7, 8, 10
Processor (CPU) Intel Core i5 3570K
AMD FX-8350
System memory (RAM) 8 GB
Hard disk drive (HDD) 30 GB
Video card (GPU) Nvidia GeForce GTX 770
AMD Radeon R9 280X
2 GB of VRAM
DirectX 11 compatible
Other Minimum supported resolution is 1280x720
A 64-bit system is required.

Notes

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

References

  1. Verified by User:Waschbär on 2017-12-17
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 Verified by User:Keith on 2017-11-16