Christopher Elliott
Registered
Clearing your 'Shaders' and 'Cbash' can be useful while testing the open beta if you are experiencing issues. Note: Under normal circumstances these files should never have to be deleted - this concerns testing the open beta.
Manually:
You can do this by going in to the following folders:
Use a batch file:
Here's a simpler way to clear shaders and cbash with just a click (instead of having to go in and manually erase them)
Note: Edit the above file paths if you have not installed Steam in the default location, so it points to your install
---------------------------------------------------------------------------------------------------------------------------------
And for ModDev: Make another file ClearShadersCbashModDev.bat
Manually:
You can do this by going in to the following folders:
- C:\Program Files (x86)\Steam\steamapps\common\rFactor 2\UserData\Log\Shaders
- C:\Program Files (x86)\Steam\steamapps\common\rFactor 2\UserData\Log\cbash
Use a batch file:
Here's a simpler way to clear shaders and cbash with just a click (instead of having to go in and manually erase them)
- Create an empty .txt file on your desktop and name it ClearShadersCbash.txt
- Paste in the following code
Code:del /F /Q "C:\Program Files (x86)\Steam\steamapps\common\rFactor 2\UserData\Log\Shaders\*.*" del /F /Q "C:\Program Files (x86)\Steam\steamapps\common\rFactor 2\UserData\Log\CBash\*.*" - Save
- Rename the file:
ClearShadersCbash.bat
Note: Edit the above file paths if you have not installed Steam in the default location, so it points to your install
---------------------------------------------------------------------------------------------------------------------------------
And for ModDev: Make another file ClearShadersCbashModDev.bat
Code:
del /F /Q "C:\Program Files (x86)\Steam\steamapps\common\rFactor 2\ModDev\UserData\Log\Shaders\*.*"
del /F /Q "C:\Program Files (x86)\Steam\steamapps\common\rFactor 2\ModDev\UserData\Log\CBash\*.*"
Last edited: