Page 1 of 1

Can green check marks be eliminated for an individual route?

Unread postPosted: Wed Sep 07, 2016 1:57 pm
by OldProf
The Subject pretty much says it all, which won't keep me from blathering a bit.

When I return to a route that I haven't driven for a while, I'd like to be able to really start fresh with it, as though I haven't driven any of its scenarios. Those green check marks must be stored somewhere away from the content folder, since even uninstalling and re-installing a route fails to delete them. Anyone know where they are stashed and how to eliminate them one by one, if possible?

Thanks

Re: Can green check marks be eliminated for an individual route?

Unread postPosted: Thu Sep 08, 2016 7:56 am
by Chacal
They are in the scenario database: Railworks\content\sdbcache.bin.

Did I not make you a custom script for doing exactly this already? Or maybe it was for someone else.

EDIT: here's a thread with a link to the script
viewtopic.php?f=62&t=15576&p=176722&hilit=database#p176722

EDIT: instructions in the script. Open it in Notepad. You will see this:
Code: Select all
'Change this next line for the route for which you want to reset the tick marks
'************************************************
g_routeID ="00000001-0000-0000-0000-000000000000"
'************************************************


Just paste your route ID and save the modified script. Then run the script by double-clicking it.

Re: Can green check marks be eliminated for an individual route?

Unread postPosted: Thu Sep 08, 2016 9:10 am
by OldProf
Chacal wrote:Did I not make you a custom script for doing exactly this already? Or maybe it was for someone else.


T'warn't me. Thanks for the link. !!howdy!!