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 "Code Vein"

From PCGamingWiki, the wiki about fixing PC games
Line 103: Line 103:
  
 
===[[Glossary:Ultra-widescreen|Ultrawide]]===
 
===[[Glossary:Ultra-widescreen|Ultrawide]]===
{{Fixbox|ref={{cn|date=September 2019}}|fix=
+
{{Fixbox|description=Instructions|ref=<ref name="BesuBaru" />|fix=
 
# Go to "{{p|game}}\CodeVein\Binaries\Win64".
 
# Go to "{{p|game}}\CodeVein\Binaries\Win64".
 
# Make a copy of {{file|CodeVein-Win64-Shipping.exe}}, as a backup.
 
# Make a copy of {{file|CodeVein-Win64-Shipping.exe}}, as a backup.
Line 116: Line 116:
  
 
===[[Glossary:Multi-monitor|Multi-monitor]]===
 
===[[Glossary:Multi-monitor|Multi-monitor]]===
{{Fixbox|ref={{cn|date=September 2019}}|fix=
+
{{Fixbox|description=Instructions|ref=<ref name="BesuBaru" />|fix=
 
# Go to "{{p|game}}\CodeVein\Binaries\Win64".
 
# Go to "{{p|game}}\CodeVein\Binaries\Win64".
 
# Make a copy of {{file|CodeVein-Win64-Shipping.exe}}, as a backup.
 
# Make a copy of {{file|CodeVein-Win64-Shipping.exe}}, as a backup.
Line 130: Line 130:
  
 
===[[Glossary:Field_of_view_(FOV)#Vertical_and_horizontal_FOV|Hor+ FOV]]===
 
===[[Glossary:Field_of_view_(FOV)#Vertical_and_horizontal_FOV|Hor+ FOV]]===
{{Fixbox|ref={{cn|date=September 2019}}|fix=
+
{{Fixbox|description=Instructions|ref=<ref name="BesuBaru" />|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Engine.ini</code>.
 
# Open <code>Engine.ini</code>.
Line 139: Line 139:
  
 
===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering (AF)]]===
 
===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering (AF)]]===
{{Fixbox|ref={{cn|date=September 2019}}|fix=
+
{{Fixbox|description=Instructions|ref=<ref name="BesuBaru" />|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>Scalability.ini</code>.
 
# Open <code>Scalability.ini</code>.
Line 149: Line 149:
  
 
===Render Percentage/Resolution Scaling===
 
===Render Percentage/Resolution Scaling===
{{Fixbox|ref={{cn|date=September 2019}}|fix=
+
{{Fixbox|description=Instructions|ref=<ref name="BesuBaru" />|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open <code>GameUserSettings.ini</code>.
 
# Open <code>GameUserSettings.ini</code>.

Revision as of 13:41, 26 September 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.
Code Vein
Code Vein cover
Developers
Shift[citation needed]
Bandai Namco Entertainment
Publishers
Bandai Namco Entertainment
Engines
Unreal Engine 4[1]
Release dates
Windows September 27, 2019
Code Vein on Wikipedia

General information

Official website
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Publisher website
Icon overlay.png
Windows
Amazon.com
Icon overlay.png
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.[2]

Game data

Configuration file(s) location

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

Save game data location

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

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Template:Video settings


Ultrawide

Instructions[3]
  1. Go to "<path-to-game>\CodeVein\Binaries\Win64".
  2. Make a copy of CodeVein-Win64-Shipping.exe, as a backup.
  3. Open the original CodeVein-Win64-Shipping.exe from "<path-to-game>\CodeVein\Binaries\Win64" in a hex editor, such as HxD.
  4. Search for F6 41 2C 01 4C, and replace with F6 41 2C 00 4C to remove pillarboxes
  5. Search for 35 FA 3E 0C A4, and replace with 35 FA 3E 3C A4 to change the Field of view (FOV).

Notes

The game uses Vert- FOV Scaling, so the vertical of the display is cut to compensate for the wider horizontal aspect ratio. As a result, the FOV value displayed in this fix might not work for wider aspect ratios than 21:9 (e.g: 32:9, or 48:9), and aspect ratios narrower (e.g: 16:9). It is recommended to check the Notes section in WSGF Common Hex Values for instructions on how to get the recommended FOV values for those aspect ratios.
HUD elements are centered on-screen.

Multi-monitor

Instructions[3]
  1. Go to "<path-to-game>\CodeVein\Binaries\Win64".
  2. Make a copy of CodeVein-Win64-Shipping.exe, as a backup.
  3. Open the original CodeVein-Win64-Shipping.exe from "<path-to-game>\CodeVein\Binaries\Win64" in a hex editor, such as HxD.
  4. Search for F6 41 2C 01 4C, and replace with F6 41 2C 00 4C to remove pillarboxes
  5. Search for 35 FA 3E 0C A4, and replace with EF D4 83 3C A4 to change the Field of view (FOV).

Notes

The game uses Vert- FOV Scaling, so the vertical of the display is cut to compensate for the wider horizontal aspect ratio. As a result, the FOV value displayed in this fix might not work for narrower aspect ratios (e.g: 16:9).
HUD elements are centered on-screen.
Due to the game not supporting an individual camera for each monitor, this may result in Geometry Distortion.

Hor+ FOV

Instructions[3]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. At the bottom of the file, add [/Script/Engine.LocalPlayer].
  4. Below that line, add AspectRatioAxisConstraint=AspectRatio_MaintainYFOV.
This will cause the Field of view (FOV) to be wider (Since the game is still using a Vert- FOV that hasn't been converted to Hor+), and may look distorted as a result. It is recommended to modify the FOV using the Hex-editing method in Ultrawide, and by checking the Notes section in WSGF Common Hex Values for instructions on how to get desired FOV values.

Anisotropic filtering (AF)

Instructions[3]
  1. Go to the configuration file(s) location.
  2. Open Scalability.ini.
  3. Add [TextureQuality@3], replacing the number with the sg.TextureQuality= setting that is being used in GameUserSettings.ini
  4. Below that line, add r.MaxAnisotropy=xx, replacing the "xx" with the desired Anisotropic Filtering mode (0= Disabled, 2= 2X Aniso, 4= 4X Aniso, 8= 8X Aniso, 16= 16X Aniso).
Doing this method is required to change Texture Filtering quality, as there are no in-game options for it, and it is dependent on the in-game "Texture Quality" option (or sg.TextureQuality= setting in the GameUserSettings.ini config file).

Render Percentage/Resolution Scaling

Instructions[3]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini.
  3. Below [ScalabilityGroups], change sg.ResolutionQuality=xx, to the desired resolution percentage.
This option allows for upscaling/upsampling from smaller resolutions while running UI elements at the native screen resolution, which might be helpful for lower-end configurations.
The minimum that sg.ResolutionQuality= will go is "33.333302". Anything above "100" (Which could be used for Downsampling) oddly doesn't work.

Input settings

Template:Input settings

Mouse Acceleration

Instructions[citation needed]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. At the bottom of the file, add [/Script/Engine.InputSettings].
  4. Below that line, add bEnableMouseSmoothing=xx, replacing the "xx" with "True" or "False".

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Traditional Chinese
French
German
Italian
Japanese
Korean
Brazilian Portuguese
Russian
Spanish
Latin American Spanish

Network

Multiplayer types

Type Native Notes
LAN play
Online play
Co-op

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 SP1, 10
Processor (CPU) Intel Core i5-2300
System memory (RAM) 6 GB
Hard disk drive (HDD)
Video card (GPU) Nvidia GeForce GTX 760
AMD Radeon HD 7850
DirectX 11 compatible
Sound (audio device) DirectX compatible
A 64-bit system is required.

Notes

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

References

  1. Code Vein Is Being Made With Unreal Engine 4, Developed On A Separate Line From God Eater - last accessed on 06-04-2018
  2. Code Vein EULA
  3. 3.0 3.1 3.2 3.3 3.4 Cite error: Invalid <ref> tag; no text was provided for refs named BesuBaru