TS2014 backup

Discuss almost anything about RailWorks.

Re: TS2014 backup

Unread postby Chacal » Wed Jan 01, 2014 2:22 pm

It's here:
viewtopic.php?f=6&t=5383&p=54269&hilit=backup#p54269

Machinist's batch file is the exact reverse of the backup batch file I posted above:
it is a XCOPY of a backup folder structure over the installed railworks.

So, instead of using this
Code: Select all
XCOPY %rw% %backup% /Y /S


you use this
Code: Select all
XCOPY %backup% %rw%  /Y /S


The difference is that %backup% does not contain a backup of all your Railworks file, but contains only your modifications to the original game files.
So, for example, you install Krellnut's wagon sounds in this folder structure instead of in your Railworks folder. The you run the batch file.

I use a similar technique, except that I have a separate folder structure for each mod, and my batch file runs XCOPY for each of these.
So it is easy to know which files go with which mod. It also lets me do special processing for certain mods. I can also keep documentation files without copying them over.

My batch file looks like this (part of it):
Code: Select all
REM Fix for Pacific Surfliner container cranes by Robert J. Meek (robbit)
XCOPY Pac_Surf_Crane_Fix\Content %rw% /Y /S

REM Fix for Dash 9 brakes by Eric Wilson (Ericmopar)
XCOPY Dash_9_BrakeFix\Assets %rw% /Y /S

Rem map David Brindley's GP7 sounds to the RSC HSC GP7 sounds
FOR /d %%i in (%rw%\Assets\DRB_SimStuff\NA\RailVehicles\Diesel\GP7\*) DO XCOPY GP7DRB\GP7a_engine*.bin %%i /Y
Over the hill and gathering speed
Chacal
Site Admin
 
Posts: 6516
Joined: Tue Jul 05, 2011 1:11 pm
Location: Quebec, Canada

Re: TS2014 backup

Unread postby Toripony » Wed Jan 01, 2014 6:00 pm

I see the benefit of your method, Chacal, making it easier to edit or remove any modd package in the future. I might like to avoid lumping all the hundreds of modd files into one folder tree. The one downside, though, is that you have to create a separate entry in your Personal Updater.bat file for each modd, correct? Do you go so far as to create a separate entry for each piece of rollingstock affected? (using copy/paste, that would not be as time-consuming as it might sound)

It might be cool to see your whole .bat if nothing more than to verify that I have all the best modds.
User avatar
Toripony
 
Posts: 1083
Joined: Thu Jun 04, 2009 3:13 am

Re: TS2014 backup

Unread postby PapaXpress » Wed Jan 01, 2014 10:22 pm

I make any adjustments in my third party folder and copy the whole thing over.

I can see another benefit though, you now have a record of each DLC Mod you have so you can try to rebuild it from scratch if ever needed (something I can only do from my folder of zip files).
Image
"Just post some random unrelated text. We have members here who can help you with that." ~ Chacal
"When all else fails, read the instructions... if that doesn't work either, try following them." ~ Old Prof
Image
The Grade Crossing - Atlanta North Project - Virtual Rail Creations
User avatar
PapaXpress
 
Posts: 5147
Joined: Sat Oct 23, 2010 10:30 pm
Location: that "other" timezone

Previous

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 2 guests

cron