EKV (Encrypted Key Values): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
In the Left 4 Dead branch and later there is a new file type with the extension ekv. These files are encrypted with a game specific [[ICE]] key, and are used for video settings that the user shouldn't be able to set. The file to be used is determined by the CPU, GPU and memory, and there are three tiers for each of the 3 categories. In Alien Swarm this can be an issue, as even though the lower graphical levels do not have film-grain, these ekv files will force film grain at higher graphical tiers, along with motion blur and several other [[ConVar]]s. Thankfully it is quite easy to find the ICE key for these ekv files, and also those for other games, from my quick research I have found the following:
In the Left 4 Dead branch and later there is a new file type with the extension ekv. These files are encrypted with a game specific [[ICE]] key, and are used for video settings that the user shouldn't be able to set. The file to be used is determined by the CPU, GPU and memory, and there are three tiers for each of the 3 categories. In Alien Swarm this can be an issue, as even though the lower graphical levels do not have film grain, these ekv files will force film grain at higher graphical tiers, along with motion blur and several other [[ConVar]]s. Thankfully it is quite easy to find the ICE key for these ekv files, and also those for other games, from my quick research I have found the following:
{| class="standard-table"
{| class="standard-table"
|-
|-

Revision as of 09:39, 10 April 2013

In the Left 4 Dead branch and later there is a new file type with the extension ekv. These files are encrypted with a game specific ICE key, and are used for video settings that the user shouldn't be able to set. The file to be used is determined by the CPU, GPU and memory, and there are three tiers for each of the 3 categories. In Alien Swarm this can be an issue, as even though the lower graphical levels do not have film grain, these ekv files will force film grain at higher graphical tiers, along with motion blur and several other ConVars. Thankfully it is quite easy to find the ICE key for these ekv files, and also those for other games, from my quick research I have found the following:

Game ICE Key
Left 4 Dead 1 + 2 zp14Hi(]
Portal 2 UrE66!Ap
Alien Swarm sW9.JupP
"nimbus" E2NcUkG
Dota 2 (Now unused?) dAIt1IL!
Default X8bU2qll

These keys allow for the ekv files to be decrypted with vice, modified and then re-encrypted. For most mods you would want to use the default key as it is used when the mod name does not match any of the other games. This allows for you to set the different default values of ConVars at the specified CPU, GPU and memory levels.