Changing WCMLN track
Posted: Sun Dec 04, 2011 1:25 am
Manuel asked if I could explain how to do this and I'm in rare form and figured I actually would.
There are three types of Camber track you can use.. I am partial to the semi covered version but that has shadowing issues with TS 2012 so we are going to use fully exposed sleepers. This tutorial will explain how to convert all track in WCMLN to camber track.
WARNING: Camber track is a performance killer.. Especially on a route of this size. Don't be surprised if this sends your FPS in half.. If you don't have a beefy rig.. I wouldn't bother trying.
DISCLAIMER: If your computer explodes, breaks, turns into a Death Star, or invaded by Ewoks after trying this, you're responsible.. Not me
NEED: RW_Tools and the Camber track.. (No clue where you get this. I've had it since Railworks 1)
FYI: This track will have no winter textures..
Ok.. There are a few ways to do this, I personally prefer the longer method as it makes it easier to convert back to default, and then back to camber.. I know batch files can be done to automate this but meh.. Manual labor > automation! You learn nothing by letting something else do all the work! I am here to educate.
Step 1. Browse to /content/Routes/00000011-0000-0000-0000-00000000000/Networks/
Step 2. Make a copy of Tracks.bin for backup purposes. (RW_Tools does auto backups, but I don't trust auto backups of any software)
Step 3. Open RW_Tools / Files / Open Train Simulator 2012 file.. and browse to the same folder as above and open Tracks.bin
Ok.. WCML uses 6 different kinds of track through the entire route. So.. What we need to do is do 6 different SEARCH and REPLACES.. This will literally change every stretch of track to Camber track.. So yes, you will have concrete sleepers on yard tracks, abandon track, you name it..
Step 4.
Click SEARCH AND REPLACE / FIND in RW_TOOLS.
In the box that opens you have two empty spaces.. Top box is what you are looking for.. Bottom one is what it will replace the top one with in the file you opened.
In the top you want to enter
And in the bottom you want to enter
Then click `Replace All'.. Don't be surprised if you think RW_Tools locked up.. It won't.. This is a gigantic text file and it will take about 30 seconds to dig through and replace it all.
Now.. You notice in the first box where it says "wcml_track01.xml".. You now need to change the number. to 02. Then again.. Replace all.. This has to be done for 03, 04, 05, and 06..
One you are done, save and run Railworks.. If you happen to have no track remember to enable the "camber" asset in the object set filter.. Now.. All you have to do to go back to default track is rename your current tracks.bin to something else and restore your backed up tracks.bin .. Easy stuff to now flip flop back and forth.
If all went well the track on Keiths incredible route should now look like this.

There are three types of Camber track you can use.. I am partial to the semi covered version but that has shadowing issues with TS 2012 so we are going to use fully exposed sleepers. This tutorial will explain how to convert all track in WCMLN to camber track.
WARNING: Camber track is a performance killer.. Especially on a route of this size. Don't be surprised if this sends your FPS in half.. If you don't have a beefy rig.. I wouldn't bother trying.
DISCLAIMER: If your computer explodes, breaks, turns into a Death Star, or invaded by Ewoks after trying this, you're responsible.. Not me
NEED: RW_Tools and the Camber track.. (No clue where you get this. I've had it since Railworks 1)
FYI: This track will have no winter textures..
Ok.. There are a few ways to do this, I personally prefer the longer method as it makes it easier to convert back to default, and then back to camber.. I know batch files can be done to automate this but meh.. Manual labor > automation! You learn nothing by letting something else do all the work! I am here to educate.
Step 1. Browse to /content/Routes/00000011-0000-0000-0000-00000000000/Networks/
Step 2. Make a copy of Tracks.bin for backup purposes. (RW_Tools does auto backups, but I don't trust auto backups of any software)
Step 3. Open RW_Tools / Files / Open Train Simulator 2012 file.. and browse to the same folder as above and open Tracks.bin
Ok.. WCML uses 6 different kinds of track through the entire route. So.. What we need to do is do 6 different SEARCH and REPLACES.. This will literally change every stretch of track to Camber track.. So yes, you will have concrete sleepers on yard tracks, abandon track, you name it..
Step 4.
Click SEARCH AND REPLACE / FIND in RW_TOOLS.
In the box that opens you have two empty spaces.. Top box is what you are looking for.. Bottom one is what it will replace the top one with in the file you opened.
In the top you want to enter
Code: Select all
<Provider d:type="cDeltaString">keithmross</Provider>
<Product d:type="cDeltaString">WCMLNorth</Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString">railnetwork\track\wcml_track01.xml</BlueprintID>Code: Select all
<Provider d:type="cDeltaString">camber</Provider>
<Product d:type="cDeltaString">Addon</Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString">railnetwork\track\monobloque\ESP_MONOBLOQUE_1435mm.xml</BlueprintID>Now.. You notice in the first box where it says "wcml_track01.xml".. You now need to change the number. to 02. Then again.. Replace all.. This has to be done for 03, 04, 05, and 06..
One you are done, save and run Railworks.. If you happen to have no track remember to enable the "camber" asset in the object set filter.. Now.. All you have to do to go back to default track is rename your current tracks.bin to something else and restore your backed up tracks.bin .. Easy stuff to now flip flop back and forth.
If all went well the track on Keiths incredible route should now look like this.


