Page 1 of 1

Clear Blurprints

Unread postPosted: Tue Dec 18, 2012 9:28 am
by dcushing
How does one clear the blueprints under the 2013 format?

Duncan

Re: Clear Blurprints

Unread postPosted: Tue Dec 18, 2012 5:18 pm
by Chacal
Main menu / Tools

Re: Clear Blurprints

Unread postPosted: Tue Dec 18, 2012 5:27 pm
by artimrj
It also restarts after you clear the cache. You can also grab Doc's batch file that does it from outside the game.

Re: Clear Blurprints

Unread postPosted: Tue Dec 18, 2012 5:33 pm
by peterhayes
I use Doc'd bat file but added 2 lines to it so that it closes automatically and used task scheduler to run it on start up of the computer so I never forget:
This is the code I use to run and close it:
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

Regards
pH

Re: Clear Blurprints

Unread postPosted: Tue Dec 18, 2012 6:33 pm
by artimrj
Don't forget to change the L: to your drive that Steam is on.

Re: Clear Blurprints

Unread postPosted: Tue Dec 18, 2012 7:21 pm
by dcushing
Gentlemen, I thank you. I had a problem with the updated Edinburgh-Glasgow scenery not showing up and clearing the blueprint cache did the trick.

Duncan

Re: Clear Blurprints

Unread postPosted: Wed Dec 19, 2012 9:36 am
by SCLALINE
thanks i have been looking for that