Changing loco number sequence

Posted:
Tue Aug 02, 2011 10:55 pm
by glenn68
Good evening,
I reskinned a J Cornell Gp38-2 to what I want as a basic black locomotive. One question remains;
What file do I need to edit to change the number sequence? I would like to use a 2000 series numbers.
Thanks,
Glenn
Re: Changing loco number sequence

Posted:
Tue Aug 02, 2011 11:05 pm
by ATSF3814
Inside the engine folder, you'll find a file called GP38-2_numbers.dcsv. Open it with notepad and you'll see this:
<?xml version="1.0" encoding="utf-8"?>
<cCSVArray xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="1239796">
<CSVItem>
<cCSVItem d:id="46916056">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.0000</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.0000</Y>
<Name d:type="cDeltaString">2314</Name>
</cCSVItem>
In the highlighted line, change the number to whatever you want and keep repeating down the line until you have your sequence of numbers.
You also have to make sure the in the locomotive bin file, it is pointing at the dcsv file in your repaint folder. To do that, look for this line in the bin file:
<CsvFile d:type="cDeltaString">JCornell\EMD\RailVehicles\Diesel\GP38-2\BNSF-1\Engine\GP38-2_numbers</CsvFile>
Change the highlighted text to the name of your repaint folder.
That should do it.