专栏/【VRchat】转移游戏的缓存

【VRchat】转移游戏的缓存

2021年10月31日 03:41--浏览 · --点赞 · --评论
粉丝:1391文章:3

VRchat缓存的默认大小限制为 20 GB并且在C盘,C盘可能吃不消,需要转移到其他盘

VRchat默认位置缓存为C:\Users\用户名\AppData\LocalLow\VRChat\VRChatCache-WindowsPlayer文件夹

只要在C:\Users\用户名\AppData\LocalLow\VRChat\VRChat中创建一个名为config.json的文本文件写入下面的这段代码。

{
"cache_directory" : "E:/VRChatCache/"
}
config.json文件内容
config.json放置位置

下次启动 VRChat 就会把下载的内容存储在您指定的位E:/VRChatCache/文件夹内。

转移后的缓存文件夹

然后把C:\Users\用户名\AppData\LocalLow\VRChat\VRChatCache-WindowsPlayer文件夹删除掉就可以了。


投诉或建议