How does one clear the blueprints under the 2013 format?
Duncan
ECHO OFF
CLS
ECHO *
ECHO Clearing Blueprint cache, wait!
ECHO *
REM Change the following line to the correct path to your Railworks folder
SET RW="L:\STEAM\steamapps\Common\railworks"
REM The next line cleans all cache files
DEL /S %RW%\Blueprints.pak*
ECHO *
ECHO Task completed. Cache Cleared !!!!!
ECHO *
cls
@exit
Users browsing this forum: Bytespider and 5 guests