mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[ShadowCloneFallback] Initial Release
This commit is contained in:
parent
6c7a3259e7
commit
169df4ed33
6 changed files with 103 additions and 4 deletions
23
ShadowCloneFallback/format.json
Normal file
23
ShadowCloneFallback/format.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"_id": -1,
|
||||
"name": "ShadowCloneFallback",
|
||||
"modversion": "1.0.0",
|
||||
"gameversion": "2024r175",
|
||||
"loaderversion": "0.6.1",
|
||||
"modtype": "Mod",
|
||||
"author": "NotAKidoS",
|
||||
"description": "Simple mod that exposes a toggle for the Fallback Shadow Clone implementation.\nBy default, using this mod will enable the less-performant shadow clones. Only use this mod if you for whatever reason have issues with the compute shader clones.",
|
||||
"searchtags": [
|
||||
"shadow",
|
||||
"clone",
|
||||
"compute",
|
||||
"shader"
|
||||
],
|
||||
"requirements": [
|
||||
"None"
|
||||
],
|
||||
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r26/ShadowCloneFallback.dll",
|
||||
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/ShadowCloneFallback/",
|
||||
"changelog": "- Initial Release",
|
||||
"embedcolor": "#7d7e81"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue