
ChrisOnline wrote:There is only one P42DC loco for each heritage livery:-
Phase I - 156
Phase II - 66
Phase III - 145
Phase IV - 184
So any other combination would be inaccurate and fictional!


buzz456 wrote:Is it using the auto-numbering? If it is it's easy, if not it would take paint work. Look and see if there is a dscv file in the engine folder and what's in there? You can open it with notepad.

ErikGustafson wrote:How did you change it? I don't want to screw up my assets with out confirming it.

buzz456 wrote:ErikGustafson wrote:How did you change it? I don't want to screw up my assets with out confirming it.
Learn how to do a backup before you start changing things. Then you can always go back.
ZekTheKid wrote:Changed the numbers in the dscv into 822,and no,it doesn't use auto-numbering.
<NumberingList>
<cCSVContainer>
<CsvFile d:type="cDeltaString">DTG\Miami\RailVehicles\Diesel\P42DC\Amtrak\Locomotive\P42_Amtk_numbers</CsvFile>
</cCSVContainer>
</NumberingList><?xml version="1.0" encoding="utf-8"?>
<cCSVArray xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="1">
<CSVItem>
<cCSVItem d:id="2">
<X d:type="sFloat32">0</X>
<Y d:type="sFloat32">0</Y>
<Name d:type="cDeltaString">822</Name>
</cCSVItem>
</CSVItem>
</cCSVArray>
jalsina wrote:ZekTheKid wrote:Changed the numbers in the dscv into 822,and no,it doesn't use auto-numbering.
You have to assure you have a blueprint in your engine bin pointing to the right dcsv name in the right address. This is only an example from the P42C in Miami:
- Code: Select all
<NumberingList>
<cCSVContainer>
<CsvFile d:type="cDeltaString">DTG\Miami\RailVehicles\Diesel\P42DC\Amtrak\Locomotive\P42_Amtk_numbers</CsvFile>
</cCSVContainer>
</NumberingList>
And something else. If you want only one number to appear, leave only one instance of number definition in the dcsv, instead of changing all numbers to 822.
- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<cCSVArray xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="1">
<CSVItem>
<cCSVItem d:id="2">
<X d:type="sFloat32">0</X>
<Y d:type="sFloat32">0</Y>
<Name d:type="cDeltaString">822</Name>
</cCSVItem>
</CSVItem>
</cCSVArray>
ErikGustafson wrote:jalsina wrote:.....
But will i be able to use 145 too
<cCSVItem d:id="3">
<X d:type="sFloat32">0</X>
<Y d:type="sFloat32">0</Y>
<Name d:type="cDeltaString">145</Name>
</cCSVItem>

Return to Rolling-Stock Design
Users browsing this forum: No registered users and 14 guests