Clear Cache v1.0 for Spin Tires
- How to clear cache in Spin Tires?
- This small .bat file will solve your problem!
Clear Cache v1.0 allows you to quickly clear your cache in Spin Tires. The utility will need to everyone who sets the fashion in the game. Compatible with all versions of the game Spin Tires.
The script deletes the folder with the game cache, which is created after starting the game at the following path: C:\Users\%USERNAME%\AppData\Roaming\SpinTires. Where < USERNAME > is the name of your account on your computer.
You can delete the folder cache SpinTires this site and not to download the script Clear Cache. But practice shows that to run a script to clear the cache Spin Tires are much faster and more convenient than manually go and clean the files in the system folder AppData.
Author | Oovee Game Studios |
Type of mod | Other |
Compatible with the version of the game | Spin Tires-Level Up 2011 (mods) Spin Tires Build v1.5 (12.07.13 Dev) for mods |
Gr.,
Penthane
Copy and paste to Notepad and save as something like: ClearSpinCache.BAT
@ECHO OFF
ECHO Delete cache files for SPINTIRES, but leave your settings intact.
PAUSE
RMDIR /q "C:\Users\%USERNAME%\AppData\Roaming\SpinTires\TexturesCache"
RMDIR /q "C:\Users\%USERNAME%\AppData\Roaming\SpinTires\UserSaves"
DEL /F /Q "C:\Users\%USERNAME%\AppData\Roaming\SpinTires\MeshCache.mhc"
DEL /F /Q "C:\Users\%USERNAME%\AppData\Roaming\SpinTires\ShaderCache.sdc"
EXIT