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

Difference between revisions of "Resident Evil Village"

From PCGamingWiki, the wiki about fixing PC games
(Added AA and sharpness removal patches)
Line 138: Line 138:
 
{{Fixbox|description=Use [https://www.nexusmods.com/residentevilvillage/mods/10 Lazy FoV And Vignette Fix]|ref=|fix=
 
{{Fixbox|description=Use [https://www.nexusmods.com/residentevilvillage/mods/10 Lazy FoV And Vignette Fix]|ref=|fix=
 
{{ii}} Run the program before launching the game.
 
{{ii}} Run the program before launching the game.
 +
}}
 +
 +
===[[Glossary:Anti-aliasing_(AA)|Anti-aliasing (AA)]]===
 +
{{Fixbox|description=Modify the game executable to disable anti-aliasing.|ref=<ref>{{Refcheck|user=giofrida|date=2020-05-09|comment=Tested on release version of the game}}</ref>|fix=
 +
# Open <code>{{P|game}}\re8.exe</code> in a hex editor (e.g. [https://mh-nexus.de/en/hxd/ HxD]).
 +
# Search for <code>8B 54 24 68 E8 96 26 B3 02</code> as hex.
 +
# Replace it with <code>33 D2 B2 04 E8 96 26 B3 02</code>.
 +
# Save the changes.
 +
}}
 +
 +
===Sharpness===
 +
{{Fixbox|description=Modify the game executable to disable the sharpening filter.|ref=<ref>{{Refcheck|user=giofrida|date=2020-05-09|comment=Tested on release version of the game}}</ref>|fix=
 +
# Open <code>{{P|game}}\re8.exe</code> in a hex editor (e.g. [https://mh-nexus.de/en/hxd/ HxD]).
 +
# Search for <code>8B 54 24 68 E8 E8 0A 92 02</code> as hex.
 +
# Replace it with <code>33 D2 B2 00 E8 E8 0A 92 02</code>.
 +
# Save the changes.
 
}}
 
}}
  

Revision as of 12:19, 9 May 2021

Resident Evil Village
Resident Evil Village cover
Developers
Capcom
Engines
RE Engine
Release dates
Windows May 7, 2021
Reception
Metacritic 85
OpenCritic 84
IGDB 86
Taxonomy
Monetization DLC
Modes Singleplayer
Pacing Real-time
Perspectives First-person
Controls Direct control
Genres Shooter, Survival horror
Art styles Realistic
Themes Horror, Zombies
Series Resident Evil
Resident Evil Village on HowLongToBeat
Resident Evil Village on IGDB
Resident Evil Village on MobyGames
Resident Evil Village on Wikipedia
Resident Evil 1996
Resident Evil 2 1999
Resident Evil 3: Nemesis 1999
Resident Evil Survivor 2002
Biohazard 2 (Sourcenext) 2006
Biohazard 3: Last Escape (Sourcenext) 2006
Resident Evil 4 2007
Resident Evil 5 2009
Resident Evil: Operation Raccoon City 2012
Resident Evil 6 2013
Resident Evil: Revelations (series)
Resident Evil 4 Ultimate HD Edition 2014
Resident Evil HD Remaster 2015
Resident Evil Zero HD Remaster 2016
Umbrella Corps 2016
Resident Evil 7 Teaser: Beginning Hour 2016
Resident Evil 7: Biohazard 2017
Resident Evil 2 (2019) 2019
Resident Evil 3 (2020) 2020
Resident Evil Resistance 2020
Resident Evil Village 2021
Resident Evil Re:Verse 2022
Resident Evil 4 (2023) 2023

Resident Evil Village is a survival horror game developed and published by Capcom. It is the eighth main installment in the Resident Evil series, and a narrative sequel to Resident Evil 7: Biohazard. It also includes an online multiplayer mode Resident Evil Re:Verse. It was announced at the PlayStation 5 reveal event in June 2020 and released on May 7, 2021.[1]

A demo version of the game was announced at the Resident Evil Showcase on April 15, 2021. The demo was originally set to be accessible only for 24 hours on May 1, 2021 but due to extensive feedback was made available from May 2, 2021 to May 10, 2021.[2][3]

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
GamersGate
Icon overlay.png
Deluxe Edition also available.
Windows
Gamesplanet logo.svg
Icon overlay.png
Deluxe Edition also available.
Windows
Green Man Gaming
Icon overlay.png
Deluxe Edition also available.
Windows
Humble Store
Icon overlay.png
Deluxe Edition also available.
Windows
Steam
Icon overlay.png
Deluxe Edition also available.
Windows
All versions require Steam and Denuvo Anti-Tamper DRM.

Monetization

DLC and expansion packs

Name Notes
Mr. Raccoon Weapon Charm Pre-order exclusive
Windows
Survival Resources Pack Pre-order exclusive
Windows
Trauma Pack
Windows

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\config.ini[Note 1]
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/1196590/pfx/[Note 2]

Save game data location

System Location
Windows <Steam-folder>\userdata\<user-id>\1196590\remote\win64_save
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/1196590/pfx/[Note 2]

Save game cloud syncing

System Native Notes
Steam Cloud

Video

Display settings
Display settings

Graphics feature State Notes
Widescreen resolution
Multi-monitor
Ultra-widescreen
Hor+ ultrawide support.[4]
4K Ultra HD
[5]
Field of view (FOV)
Use Lazy FoV And Vignette Fix or Fluffy Manager to modify both Normal and Aiming FOV values.
Windowed
Borderless fullscreen windowed
Fullscreen also available.
Anisotropic filtering (AF)
Trilinear, 2x, 4x, 8x, or 16x.
Anti-aliasing (AA)
FXAA, TAA, TAA+FXAA and SSAA ranging from 0.5-2.0 in 0.1 increments.
Vertical sync (Vsync)
As a toggle.
60 FPS and 120+ FPS
Limit options of 30, 60, 120, and variable.
High dynamic range display (HDR)
Supported in fullscreen mode. Fullscreen mode required for HDR. HDR calibration settings within game.
Ray tracing (RT)
DirectX-12-Ray-tracing (DXR)

Vignette

Use Lazy FoV And Vignette Fix
Run the program before launching the game.

Anti-aliasing (AA)

Modify the game executable to disable anti-aliasing.[6]
  1. Open <path-to-game>\re8.exe in a hex editor (e.g. HxD).
  2. Search for 8B 54 24 68 E8 96 26 B3 02 as hex.
  3. Replace it with 33 D2 B2 04 E8 96 26 B3 02.
  4. Save the changes.

Sharpness

Modify the game executable to disable the sharpening filter.[7]
  1. Open <path-to-game>\re8.exe in a hex editor (e.g. HxD).
  2. Search for 8B 54 24 68 E8 E8 0A 92 02 as hex.
  3. Replace it with 33 D2 B2 00 E8 E8 0A 92 02.
  4. Save the changes.

Input

Camera settings
Camera settings
Control settings
Control settings

Keyboard and mouse State Notes
Remapping
Full key remapping.
Mouse acceleration
Overriding OS options.
Mouse sensitivity
Mouse input in menus
Mouse Y-axis inversion
X-axis can also be inverted.
Controller
Controller support
Full controller support
Controller remapping
Remapping is limited to pre-configured presets.
Controller sensitivity
Controller Y-axis inversion
X-axis can also be inverted.
Controller types
XInput-compatible controllers
Xbox button prompts
Impulse Trigger vibration
PlayStation controllers
DualShock 4 controllers can be used by enabling "PlayStation Configuration Support".
PlayStation button prompts
No native support for DualShock 4 prompts. Can be modded.
Light bar support
Adaptive trigger support
DualSense haptic feedback support
Connection modes Wired
Tracked motion controllers
Generic/other controllers
Additional information
Controller hotplugging
Haptic feedback
Digital movement supported
Simultaneous controller+KB/M
Steam Input
Steam Input API support
Official controller preset(s)
Steam Controller button prompts

Audio

Audio settings
Audio settings
Language settings
Language settings

Audio feature State Notes
Separate volume controls
Voice, BGM, Sound Effect, Menu volume from 0-10.
Surround sound
"Virtual Surround" option is present for headphone surround emulation.[8]
Subtitles
Closed captions
Mute on focus lost

Localizations

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

Other information

API

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

Middleware

No middleware information; you can edit this page to add it.

System requirements

Windows
Minimum Recommended
Operating system (OS) 10
Processor (CPU) Intel Core i5-7500
AMD Ryzen 3 1200
System memory (RAM) 8 GB
Hard disk drive (HDD)
Video card (GPU) Nvidia GeForce GTX 1050 Ti
AMD Radeon RX 560
4 GB of VRAM
DirectX 12 compatible
A 64-bit operating system is required.
Nvidia GeForce RTX 2060 or AMD Radeon RX 6700 XT is required to support ray tracing.


Notes

  1. When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).
  2. 2.0 2.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>/1196590/ in addition to or instead of this directory. The app ID (1196590) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. Resident Evil 8 announced at PS5 reveal event - last accessed on 2021-05-08
  2. Original Schedule - last accessed on 2021-05-08
  3. Extended announcement - last accessed on 2021-05-08
  4. Verified by User:Fayaine on 2021-05-08
    Tested on a custom 2560x1080 resolution.
  5. Verified by User:Fayaine on 2021-05-08
    Tested on a custom 3840x2160 resolution.
  6. Verified by User:giofrida on 2020-05-09
    Tested on release version of the game
  7. Verified by User:giofrida on 2020-05-09
    Tested on release version of the game
  8. Verified by User:Fayaine on 2021-05-08
    Tested with Razer Surround and Special K.