script removing Cache folder
Posted: Tue Nov 17, 2020 4:40 pm
So i made small and simple script that removes your cache folder everytime you start launcher.
In my opinion it does improve performance, for some it may work for some not.
Try it if u want.
How to? Simply download file, extract into your Warhammer folder and done. If you want you can make shortcut to it which then you can put on desktop.
short link:
https://bit.ly/3lSABHv
full link:
https://drive.google.com/file/d/16WKpZ3 ... sp=sharing
content of script:
In my opinion it does improve performance, for some it may work for some not.
Try it if u want.
How to? Simply download file, extract into your Warhammer folder and done. If you want you can make shortcut to it which then you can put on desktop.
short link:
https://bit.ly/3lSABHv
full link:
https://drive.google.com/file/d/16WKpZ3 ... sp=sharing
content of script:
Code: Select all
@echo off
echo DELETING /CACHE
rmdir /s /q "cache\"
echo STARTING LAUNCHER
start RoRLauncher.exe
exit