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 109: Line 109:
  
 
{{ii}} 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 <code>sg.TextureQuality=</code> setting in the <code>GameUserSettings.ini</code> config file).
 
{{ii}} 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 <code>sg.TextureQuality=</code> setting in the <code>GameUserSettings.ini</code> config file).
 +
}}
 +
 +
===Render Percentage===
 +
{{Fixbox|ref={{cn|date=September 2019}}|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>GameUserSettings.ini</code>.
 +
# Below <code>[ScalabilityGroups]</code>, change <code>sg.ResolutionQuality=xx</code>, to the desired resolution percentage.
 +
 +
{{ii}} 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.
 +
 +
{{ii}} The minimum that <code>sg.ResolutionQuality=</code> will go is "33.333302". Anything above "100" oddly doesn't work.
 
}}
 
}}
  

Revision as of 19:15, 25 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

Anisotropic Filtering

Instructions[citation needed]
  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

Instructions[citation needed]
  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" oddly doesn't work.

Input settings

Template:Input settings

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