mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[LazyPrune] Initial Release
This commit is contained in:
parent
683c407358
commit
aa9bc6fbc3
6 changed files with 210 additions and 0 deletions
24
LazyPrune/format.json
Normal file
24
LazyPrune/format.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"_id": -1,
|
||||
"name": "LazyPrune",
|
||||
"modversion": "1.0.0",
|
||||
"gameversion": "2024r175",
|
||||
"loaderversion": "0.6.1",
|
||||
"modtype": "Mod",
|
||||
"author": "NotAKidoS",
|
||||
"description": "Prevents loaded objects from immediately unloading on destruction. Should prevent needlessly unloading & reloading all avatars/props on world rejoin or GS reconnection.\n\nUnused objects are pruned after 3 minutes, or when loading into a different world.",
|
||||
"searchtags": [
|
||||
"cache",
|
||||
"prune",
|
||||
"bundle",
|
||||
"download",
|
||||
"load",
|
||||
],
|
||||
"requirements": [
|
||||
"None"
|
||||
],
|
||||
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r30/LazyPrune.dll",
|
||||
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/LazyPrune/",
|
||||
"changelog": "- Initial Release",
|
||||
"embedcolor": "#1c75f1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue