├── README.md ├── dxvk-caches ├── ARK │ └── ARK: Survival Evolved │ │ ├── Readme.md │ │ └── ShooterGame.dxvk-cache.md ├── Apex Legends │ ├── Readme.md │ └── r5apex.dxvk-cache.md ├── Assassin's Creed │ ├── Assassin's Creed Brotherhood │ │ ├── ACBSP.dxvk-cache.md │ │ └── Readme.md │ ├── Assassin's Creed IV Black Flag │ │ └── Readme.md │ └── Assassin's Creed Revelations │ │ ├── ACRSP.dxvk-cache.md │ │ └── Readme.md ├── Borderlands │ └── Borderlands 2 │ │ ├── Borderlands2.dxvk-cache.md │ │ └── Readme.md ├── Counter-Strike │ └── Counter-Strike: Global Offensive │ │ ├── Readme.md │ │ └── csgo_linux64.dxvk-cache.md ├── DRAGON QUEST │ └── DRAGON QUEST XI S: Echoes of an Elusive Age │ │ ├── DRAGON QUEST XI S.dxvk-cache.md │ │ └── Readme.md ├── Dying Light │ └── Dying Light 2 Stay Human │ │ ├── DyingLightGame_x64_rwdi.dxvk-cache.md │ │ └── Readme.md ├── Edge Of Eternity │ ├── EdgeOfEternity.dxvk-cache.md │ └── Readme.md ├── Ghostrunner │ ├── Ghostrunner-Win64-Shipping.dxvk-cache.md │ └── Readme.md ├── Grand Theft Auto │ ├── Grand Theft Auto V │ │ ├── GTA5.dxvk-cache.md │ │ └── Readme.md │ └── Grand Theft Auto: San Andreas (2004) │ │ ├── Readme.md │ │ └── gta-sa.dxvk-cache.md ├── HARVESTELLA │ ├── Harvestella-Win64-Shipping.dxvk-cache.md │ └── Readme.md ├── Have a Nice Death │ ├── Haveanicedeath.dxvk-cache.md │ └── Readme.md ├── Kena: Bridge of Spirits │ ├── Kena-Win64-Shipping.dxvk-cache.md │ └── Readme.md ├── Krunker │ ├── Official Krunker.io Client.dxvk-cache.md │ └── Readme.md ├── Nobody Saves the World │ ├── NStW_x64.dxvk-cache.md │ └── Readme.md ├── Ori and the Blind Forest │ ├── Readme.md │ └── oriDE.dxvk-cache.md ├── R5Reloaded │ └── Readme.md ├── Resident Evil │ └── Resident Evil 4 │ │ ├── Readme.md │ │ └── bio4.dxvk-cache.md ├── Star Ocean │ └── Star Ocean: The Last Hope │ │ ├── Readme.md │ │ └── StarOceanTheLastHope.dxvk-cache.md ├── Star Wars │ └── Star Wars Jedi: Fallen Order │ │ └── Readme.md ├── The Turing Test │ ├── Readme.md │ └── TheTuringTest.dxvk-cache.md ├── Titanfall │ ├── Titanfall 2 │ │ └── Readme.md │ └── Titanfall │ │ └── Readme.md └── Tomb Raider │ ├── Rise of the Tomb Raider │ ├── ROTTR.dxvk-cache.md │ └── Readme.md │ ├── Tomb Raider │ ├── Readme.md │ └── TombRaider.dxvk-cache.md │ └── Tomb Raider: Underworld │ ├── Readme.md │ └── tru.dxvk-cache.md └── license.md /README.md: -------------------------------------------------------------------------------- 1 | # dxvk-caches 2 | 3 | **Important information**: 4 | 5 | 6 | DXVK state caches aren't really useful anymore since [DXVK 2.0](https://github.com/doitsujin/dxvk/releases/tag/v2.0) because of the graphics pipeline library. 7 | 8 | Version 2.1 also brought a new version of cache v17, which is no longer compatible with the dxvk-cache-tool. 9 | 10 | **Use DXVK 2 or [this fork](https://github.com/Sporif/dxvk-async/issues/64#issuecomment-1441560713) of async**. 11 | 12 | ---- 13 | [DXVK caches to reduce stuttering!](https://github.com/doitsujin/dxvk#state-cache) 14 | 15 | Feel free to contribute new caches or for merge with existing ones in: 16 | 17 | *Note*: don't submit caches that have been upgraded from v10, as this may [cause crashes](https://github.com/doitsujin/dxvk/releases/tag/v2.0) with the latest v15 version. 18 | 19 | [_issues_](https://github.com/begin-theadventure/dxvk-caches/issues/): search to see if the issue already exists, if not create a new one (preferably per one game), compress with zip and attach; 20 | 21 | [_pull requests_](https://github.com/begin-theadventure/dxvk-caches/pulls): compress with zip and attach, change Readme.md (nick, entries and sha512sum of .dxvk-cache) or (if it's a new cache) add it to the appropriate directory (game or franchise->game) and add an empty name.dxvk-cache.md (I'll change it with my download link) if it doesn't exist (new game); 22 | 23 | [_Discord_](https://discord.gg/RsYQ4UPwth): compress and send in #your-dxvk-caches channel. 24 | 25 | [DxvkCacheHost](https://dxvkcachehost.codepotatoes.de): it's a site where you can upload your caches, although after adding a new cache if you can open an issue here or send a message on Discord to notify me. 26 | 27 | Files are hosted [here](https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY). 28 | 29 | For merging and checking I'm using: [dxvk-cache-tool](https://github.com/DarkTigrus/dxvk-cache-tool) 30 | 31 | sha512sums apply to .dxvk-cache, not compressed files. 32 | 33 | # F A Q 34 | ## How to get 35 | To get all caches try [TUTORIAL](https://github.com/begin-theadventure/get-dxvk-caches/blob/main/script/TUTORIAL.md) or just ctrl+f->.dxvk-cache in x directory. 36 | ## How to use 37 | Extract .tar.xz file to get .dxvk-cache->paste to x directory. 38 | 39 | There are also: 40 | 41 | [DXVKoTool](https://github.com/DATL4G/DXVKoTool/releases) application by [DATL4G](https://github.com/DATL4G). Works best for Steam games. 42 | 43 | [DxvkCacheHost](https://dxvkcachehost.codepotatoes.de) site by [Crashdummy](https://git.codepotatoes.de/Crashdummy/DxvkCachehost) however it doesn't have every cache from this repo. 44 | ## Directories 45 | **Wine**: next to .exe or specified path with [environment variable](https://github.com/doitsujin/dxvk#state-cache). 46 | 47 | **Steam**: `/path/to/steamapps/shadercache/APPID/DXVK_state_cache` default is `~/.local/share/..` or next to .exe if shader pre-caching is turned off. 48 | 49 | To find out which ID corresponds to a particular game, simply search it on [Steam](https://store.steampowered.com/search/) (app/**ID**/name). 50 | ## Security 51 | Read [dxvk/issues/764](https://github.com/doitsujin/dxvk/issues/764) 52 | 53 | If you're concerned, use [dxvk-async](https://github.com/Sporif/dxvk-async) instead but it won't give as much of a performance boost as a (especially mature) precompiled state cache. 54 | ## Cache versions 55 | Some state cache versions break compatibility and therefore can't be merged with older ones, but DXVK can update them including entries however it can't do a downgrade e.g. v15->v10 and in that case it starts with 0 entries. 56 | 57 | Be aware that using v10 caches (v11-v14 are recognized as v10) with DXVK 2.0+ might result in crashes, for more info read: [State cache interactions](https://github.com/doitsujin/dxvk/releases/tag/v2.0). 58 | 59 | v10 caches (up to DXVK 1.10.3) are in [another branch](https://github.com/begin-theadventure/dxvk-caches/tree/v10). 60 | 61 | #### This repository is in no way related to the DXVK project. 62 | -------------------------------------------------------------------------------- /dxvk-caches/ARK/ARK: Survival Evolved/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [Hebarch](https://github.com/Hebarch): 2243 entries 4 | 5 | sha512sum 6 | 845ea16935eea2cc30d3d5011f22c536119ad87d255c76d93e7da52bf45aef084b39fad0b7fdb0e31618bb654fa6c48ebdf96d798458c6fc82478e80eb2ae1fb 7 | -------------------------------------------------------------------------------- /dxvk-caches/ARK/ARK: Survival Evolved/ShooterGame.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FARK%3A%20Survival%20Evolved&files=ShooterGame.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Apex Legends/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [Source](https://github.com/bcook254/apex-legends-cache) 4 | -------------------------------------------------------------------------------- /dxvk-caches/Apex Legends/r5apex.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://github.com/bcook254/apex-legends-cache/raw/main/r5apex.dxvk-cache 2 | -------------------------------------------------------------------------------- /dxvk-caches/Assassin's Creed/Assassin's Creed Brotherhood/ACBSP.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FAssassin%27s%20Creed%2FAssassin%27s%20Creed%20Brotherhood&files=ACBSP.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Assassin's Creed/Assassin's Creed Brotherhood/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [lphd12](https://www.github.com/lphd12): 134 entries 4 | 5 | sha512sum 6 | 595772e7d0df4bc7f44d49b2f57b643795b66acf0be5653aef71e7e518d494125ed1906e51b4d9723c0c8654447d42d1e3c1fed16c0da1547d7f838a21d2f1f2 7 | -------------------------------------------------------------------------------- /dxvk-caches/Assassin's Creed/Assassin's Creed IV Black Flag/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 1782 entries 4 | 5 | sha512sum 37296330b0e4f4d7d278a51f67b8c13249b0dc47900e695b3c9bee784992830c9b28a0837bba6ad744715f0f217b0b377028a1c5fdf4c76fc9954c16eb2e72e4 6 | -------------------------------------------------------------------------------- /dxvk-caches/Assassin's Creed/Assassin's Creed Revelations/ACRSP.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FAssassin%27s%20Creed%2FAssassin%27s%20Creed%20Revelations&files=ACRSP.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Assassin's Creed/Assassin's Creed Revelations/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [lphd12](https://www.github.com/lphd12): 637 entries 4 | 5 | sha512sum 6 | bc54379249c6441f802ca98e0432866e4fe3a9344392248818d8db7917107b934db6885d78b1461f859790f9e440abfb0c245afaa5449bee2ae02974dcfdf104 7 | -------------------------------------------------------------------------------- /dxvk-caches/Borderlands/Borderlands 2/Borderlands2.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FBorderlands%2FBorderlands%202&files=Borderlands2.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Borderlands/Borderlands 2/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 2877 entries 4 | 5 | sha512sum 308d076158e5d2341de6a0301c06c49bf16965b7a416f7718d78b0174bfc4174395314b15bb98ffab913473adbce4324a2b755a6ae4e233279b96b58ce72194e 6 | -------------------------------------------------------------------------------- /dxvk-caches/Counter-Strike/Counter-Strike: Global Offensive/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [DATL4G](https://github.com/DATL4G): 27442 entries 4 | 5 | sha512sum cd74cc5df5f69f41ea6eeed25c85e672d377f5a9572ec8ca17fb5dd8175d3e05d44a4227ad4a0fc69a00011cde8f78d63d9027e1da7812e79a4e79b2d3e038c5 6 | -------------------------------------------------------------------------------- /dxvk-caches/Counter-Strike/Counter-Strike: Global Offensive/csgo_linux64.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FCounter-Strike%2FCounter-Strike%3A%20Global%20Offensive&files=csgo_linux64.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/DRAGON QUEST/DRAGON QUEST XI S: Echoes of an Elusive Age/DRAGON QUEST XI S.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FDRAGON%20QUEST%2FDRAGON%20QUEST%20XI%20S%3A%20Echoes%20of%20an%20Elusive%20Age&files=DRAGON%20QUEST%20XI%20S.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/DRAGON QUEST/DRAGON QUEST XI S: Echoes of an Elusive Age/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 265 entries 4 | 5 | sha512sum cc6d3197267cc09afc17283cc41347b4c967a3e7e382f809e42f3ab0d00a3dc8d7f639260e8396d7a59a26ad3888c3f091e0382f06c7d75b3600531b786570c2 6 | -------------------------------------------------------------------------------- /dxvk-caches/Dying Light/Dying Light 2 Stay Human/DyingLightGame_x64_rwdi.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FDying%20Light%2FDying%20Light%202%20Stay%20Human&files=DyingLightGame_x64_rwdi.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Dying Light/Dying Light 2 Stay Human/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 775 entries 4 | 5 | sha512sum f15c33407a4eafd81de35e9cd274bbeef7b2e439d843a304eec3f2c8ac17944323138c07e65b562737155c18f0f8a438119054fefad1c14f28a4ba45d648d7a9 6 | -------------------------------------------------------------------------------- /dxvk-caches/Edge Of Eternity/EdgeOfEternity.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FEdge%20Of%20Eternity&files=EdgeOfEternity.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Edge Of Eternity/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 415 entries 4 | 5 | sha512sum be73ae08c82e012a4132a4656aea56dde1223a0e7569b0aea1595e68cab39f625b1894115e35d1c56e9b1ba25a88d0add3379fcb4ca0b93ac837614d0abde455 6 | -------------------------------------------------------------------------------- /dxvk-caches/Ghostrunner/Ghostrunner-Win64-Shipping.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FGhostrunner&files=Ghostrunner-Win64-Shipping.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Ghostrunner/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Tulgg: 1470 entries 4 | 5 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 111 entries 6 | 7 | Total: 1581 entries 8 | 9 | sha512sum fa74ab36ad2fd62fa283f99d701d2b37918cfc0e8fd16cf0794f88e9549358886e65e1b2ba1a773d0104ec18486c29e5afbc571331fce472fcec753a8af705db 10 | -------------------------------------------------------------------------------- /dxvk-caches/Grand Theft Auto/Grand Theft Auto V/GTA5.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FGrand%20Theft%20Auto%2FGrand%20Theft%20Auto%20V&files=GTA5.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Grand Theft Auto/Grand Theft Auto V/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Tulgg: 1376 entries 4 | 5 | sha512sum fe29249661d72752a7e5975a7b3507ecddfac7f1380bec5405297124af952dd31179656170bd07313fef901a709cbc36a74ee8934a47b5f208101561d5cd2911 6 | -------------------------------------------------------------------------------- /dxvk-caches/Grand Theft Auto/Grand Theft Auto: San Andreas (2004)/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [lphd12](https://www.github.com/lphd12): 1315 entries 4 | 5 | sha512sum 6 | abde3df67ba4b10721be482783f4a0f6feaf8081da1612df8eb1dfdb32c284826d1bf31730842341d2466652aa9b9372b6d40f412f683f525ae734917b163384 7 | -------------------------------------------------------------------------------- /dxvk-caches/Grand Theft Auto/Grand Theft Auto: San Andreas (2004)/gta-sa.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FGrand%20Theft%20Auto%2FGrand%20Theft%20Auto%3A%20San%20Andreas%20(2004)&files=gta-sa.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/HARVESTELLA/Harvestella-Win64-Shipping.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FHARVESTELLA&files=Harvestella-Win64-Shipping.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/HARVESTELLA/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 102 entries 4 | 5 | sha512sum 292df0bec553b4be2f5d41465ad1b2aee27764e9739f6488827658a4d7d1d567ef9a04cfcaa2d2ce99e5142279bc2583c0aaac956a51d3de7a68dc2cae0334ef 6 | -------------------------------------------------------------------------------- /dxvk-caches/Have a Nice Death/Haveanicedeath.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FHave%20a%20Nice%20Death&files=Haveanicedeath.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Have a Nice Death/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 48 entries 4 | 5 | sha512sum 5c8a69cdc3b43e0dae8f9ba5d1eabcb88266c8eed972d6e4b32c11f84173b9fdf61a74e9294600b70d4ced111819d5c5d0dc570dd0cb381ae5a61cebe161006d 6 | -------------------------------------------------------------------------------- /dxvk-caches/Kena: Bridge of Spirits/Kena-Win64-Shipping.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FKena%3A%20Bridge%20of%20Spirits&files=Kena-Win64-Shipping.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Kena: Bridge of Spirits/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 716 entries 4 | 5 | sha512sum 24a9e56224d061edc21bd132cfc7a86151f37662eacd10dc7c235a6ccafe1b73e265d62aca1dd8ef47e31c45528e546dc55ed5ef2bf584a5850be4301ac2e158 6 | -------------------------------------------------------------------------------- /dxvk-caches/Krunker/Official Krunker.io Client.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FKrunker&files=Official%20Krunker.io%20Client.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Krunker/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [begin-theadventure](https://github.com/begin-theadventure): 210 entries 4 | 5 | sha512sum 6 | 9a4f219fe7df56748e70a873fdf7c436ede6b1002243bd351ed2ff6fb7dbbaa312c6d8e6c0b24aa0f03cecefade86f684ab789675c121128a6b808fee4688312 7 | -------------------------------------------------------------------------------- /dxvk-caches/Nobody Saves the World/NStW_x64.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FNobody%20Saves%20the%20World&files=NStW_x64.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Nobody Saves the World/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 28 entries 4 | 5 | sha512sum 785d77f2dd6265dedb09b191673e7e448ebc1ffa6651c8081ec1fb46f8d3a4fc4feb3bff04b55209e0b808bea52585cb1c6dd0c9030ba8e518f20a4e78538af7 6 | -------------------------------------------------------------------------------- /dxvk-caches/Ori and the Blind Forest/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 974 entries 4 | 5 | sha512sum 8a3adeaa14d44e1cf4ef402cf7c9f6f68eb39a1f84b2cf6720b3132f1c69a5df9bf8d3715d03cd91ce1530db30c52d6f342e95379630e30f514190ae9445685e 6 | -------------------------------------------------------------------------------- /dxvk-caches/Ori and the Blind Forest/oriDE.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FOri%20and%20the%20Blind%20Forest&files=oriDE.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/R5Reloaded/Readme.md: -------------------------------------------------------------------------------- 1 | Moved to [branch v10](https://github.com/begin-theadventure/dxvk-caches/tree/v10). 2 | 3 | [Why?](https://github.com/begin-theadventure/dxvk-caches#cache-versions) 4 | -------------------------------------------------------------------------------- /dxvk-caches/Resident Evil/Resident Evil 4/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [lphd12](https://www.github.com/lphd12): 833 entries 4 | 5 | sha512sum 6 | 418e156195ac43a391a1c3c7e416094596c25881464231f7b4ee35d7fe2a43806ab720a34ce94d42c001ff6b2d522fed42e0f4da116047bbe03ea0ad005de35d 7 | -------------------------------------------------------------------------------- /dxvk-caches/Resident Evil/Resident Evil 4/bio4.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FResident%20Evil%2FResident%20Evil%204&files=bio4.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Star Ocean/Star Ocean: The Last Hope/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 3691 entries 4 | 5 | sha512sum 34450cb9e58948ec519716b4fd6a4818d4cc3157c80c5bd6f01f9043d2fba398e72cc84c3622d49bd38ea9afa4824138f83fd3eb0042261263adf0afcfb59e02 6 | -------------------------------------------------------------------------------- /dxvk-caches/Star Ocean/Star Ocean: The Last Hope/StarOceanTheLastHope.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FStar%20Ocean%2FStar%20Ocean%3A%20The%20Last%20Hope&files=StarOceanTheLastHope.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Star Wars/Star Wars Jedi: Fallen Order/Readme.md: -------------------------------------------------------------------------------- 1 | Moved to [branch v10](https://github.com/begin-theadventure/dxvk-caches/tree/v10). 2 | 3 | [Why?](https://github.com/begin-theadventure/dxvk-caches#cache-versions) 4 | -------------------------------------------------------------------------------- /dxvk-caches/The Turing Test/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [begin-theadventure](https://github.com/begin-theadventure): 117 entries 4 | 5 | sha512sum b071c31e83066120d22e1eecf490c5f3e36194325beea4eba8924d16ad652a210742786aba4b92256509a91a8c1d023be99261c3d116754dc031d190279cc58a 6 | -------------------------------------------------------------------------------- /dxvk-caches/The Turing Test/TheTuringTest.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FThe%20Turing%20Test&files=TheTuringTest.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Titanfall/Titanfall 2/Readme.md: -------------------------------------------------------------------------------- 1 | Moved to [branch v10](https://github.com/begin-theadventure/dxvk-caches/tree/v10). 2 | 3 | [Why?](https://github.com/begin-theadventure/dxvk-caches#cache-versions) 4 | -------------------------------------------------------------------------------- /dxvk-caches/Titanfall/Titanfall/Readme.md: -------------------------------------------------------------------------------- 1 | Moved to [branch v10](https://github.com/begin-theadventure/dxvk-caches/tree/v10). 2 | 3 | [Why?](https://github.com/begin-theadventure/dxvk-caches#cache-versions) 4 | -------------------------------------------------------------------------------- /dxvk-caches/Tomb Raider/Rise of the Tomb Raider/ROTTR.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FTomb%20Raider%2FRise%20of%20the%20Tomb%20Raider&files=ROTTR.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Tomb Raider/Rise of the Tomb Raider/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [lphd12](https://www.github.com/lphd12): 3299 entries 4 | 5 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 1344 entries 6 | 7 | Total: 4643 entries 8 | 9 | sha512sum 10 | c0bff38a0d981e6d5f737e546bf1ad3ff189cb3cee17463f2af8c5a8d6015d327adb5b58deb438c7ce762f0faa8e22694203d920d0bf5fc9d0fbc5b916c46198 11 | -------------------------------------------------------------------------------- /dxvk-caches/Tomb Raider/Tomb Raider/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | [lphd12](https://www.github.com/lphd12): 615 entries 4 | 5 | [begin-theadventure](https://github.com/begin-theadventure): 273 entries 6 | 7 | Total: 888 entries 8 | 9 | sha512sum 10 | ea4a2cae150cdc2d613289ce8d79c3668a17bbd44002de4c66193cd9c005b402852c5f7e3d2d9b76ef01cd8c7d1444d67c44877596eba91ab4239a9cee73b900 11 | -------------------------------------------------------------------------------- /dxvk-caches/Tomb Raider/Tomb Raider/TombRaider.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FTomb%20Raider%2FTomb%20Raider&files=TombRaider.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /dxvk-caches/Tomb Raider/Tomb Raider: Underworld/Readme.md: -------------------------------------------------------------------------------- 1 | State cache version: v15 2 | 3 | Unknown, [source](https://dxvkcachehost.codepotatoes.de): 25099 entries 4 | 5 | [begin-theadventure](https://github.com/begin-theadventure): 53 entries 6 | 7 | Total: 25152 entries 8 | 9 | sha512sum 7c6f107ab3835a7505f3ab6c7d4b23d28ec470e671235c6a1dd4e5c65411917736ccb9f9c7ab3d7cddcbef578100fd617c0a1cf59da451811496539bb4f9910f 10 | -------------------------------------------------------------------------------- /dxvk-caches/Tomb Raider/Tomb Raider: Underworld/tru.dxvk-cache.md: -------------------------------------------------------------------------------- 1 | Download: https://sam.nl.tab.digital/s/oZRKz5So2B8gbzY/download?path=%2Fdxvk-caches%2FTomb%20Raider%2FTomb%20Raider%3A%20Underworld&files=tru.dxvk-cache.tar.xz 2 | -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- 1 | zlib/libpng license 2 | 3 | This software is provided 'as-is', without any express or implied 4 | warranty. In no event will the authors be held liable for any damages 5 | arising from the use of this software. 6 | 7 | Permission is granted to anyone to use this software for any purpose, 8 | including commercial applications, and to alter it and redistribute it 9 | freely, subject to the following restrictions: 10 | 11 | – The origin of this software must not be misrepresented; you must not 12 | claim that you wrote the original software. If you use this software 13 | in a product, an acknowledgment in the product documentation would be 14 | appreciated but is not required. 15 | 16 | – Altered source versions must be plainly marked as such, and must not 17 | be misrepresented as being the original software. 18 | 19 | – This notice may not be removed or altered from any source distribution. 20 | 21 | --------------------------------------------------------------------------------