VRchat 캐시 제거 및 저장경로 변경 프로그램(Remove Cache and change the directory to save Cache)

안녕하세요. 알렉스입니다. VRchat게임을 하다가 불편한 점이 있어서 프로그램을 하나 만들었습니다. (실행파일이 2개임) -> Hi my name is alex. I build a program to make playing my VRchat life easier. 사용조건 : VRchat이 깔려있는(Steam 버전) Window10 운영체제 -> condition : Install VRchat(Steam version) with Window10 VRchat을 하다보면 C드라이브에 용량이 갑작스럽게 올라가는 것을 알수 있습니다. 이는 VRchat을 하다보면 게임상의 아바타, 맵, 파티클 등등 여러가지를 캐시 데이터로 받기 때문입니다. 그래서 캐시데이터가 일정 용량 이상 모이면 자동으로 삭제 고 동시에 C드라이브가 아닌 다른 드라이브로 옮길수 있도록 간단한 프로그램을 만들었습니다. -> When you play a VRchat your C Drive reaches the pick of the storage. It's because when you play VRchat, you have to download avatar, map, etc by the cache. So I build a program that will delete all the cache when it reaches a certain point(user setting). And you could change your directory that saves cache data. 간단히 말해 기능은 총 3개입니다. -> There are 3 main functions. 1. VRchat의 캐시 데이터를 다른 드라이버(D,E 또는 다른 드라이버)에 저장하게 한다. (C드라이브의 부담을 줄여줌, 특히 SSD면 수명연장에 도움) -> Help to save other directory to save VRchat Cache data. (Help to ex...