Page 1 of 2
AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 10:14 am
by TJ2002
How do i number, because i need to number it 510 and 511. Anyways, Here it is so far...

By the way, I am making a 2-pack.
Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 1:41 pm
by Merlin75
You need to use a notepad and open the numbers.dcsv file that's in the engine folder and then just input the numbers that you want. Then into the textures folder and change the primarynumber.TgPcDx's into the style that you need.
Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 2:45 pm
by TJ2002
thanks for that!
Here's the other one, is the font too small on this?

Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 3:09 pm
by TJ2002
also, for the numbers, i just noticed i dont have the time for replacing 199 different numbers. is there a shorter way to replace them?

Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 4:28 pm
by conrail1
Looks great! Dont forget the class lights.
Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 4:35 pm
by buzz456
TJ2002 wrote:also, for the numbers, i just noticed i dont have the time for replacing 199 different numbers. is there a shorter way to replace them?

Unless you want 199 numbers just cull the whole statement out for most of them. Make sure you leave the right opening and closing statements so the remaining ones are still seen. Backup in case you mess up.
Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 5:08 pm
by UPSD70ACe
Nice looking forward to running those soon.Cheers Thank You.
Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 5:26 pm
by TJ2002
Thanks buzz!

Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 5:33 pm
by Merlin75
If you want less than 199 numbers you need to delete them and only leave as many as you need. Your dscv file if you only have one number should look like this:
<?xml version="1.0" encoding="utf-8"?>
<cCSVArray xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="1632076">
<CSVItem>
<cCSVItem d:id="85864456">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.000000</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.000000</Y>
<Name d:type="cDeltaString">4300</Name>
</cCSVItem>
</CSVItem>
</cCSVArray>
Or two numbers like this:
<?xml version="1.0" encoding="utf-8"?>
<cCSVArray xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="1632076">
<CSVItem>
<cCSVItem d:id="85864456">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.000000</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.000000</Y>
<Name d:type="cDeltaString">4300</Name>
</cCSVItem>
<cCSVItem d:id="85864457">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.000000</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.000000</Y>
<Name d:type="cDeltaString">4301</Name>
</cCSVItem>
</CSVItem>
</cCSVArray>
And this is how it should look no matter now many numbers you use. The loco numbers that show in game are on the line that starts with name and you can change these to what you want.
Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 6:10 pm
by TJ2002
doesn't seem to work... numbers are invisible.
probably reading it wrong however, but i tried many times over.
Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 6:12 pm
by TJ2002
Here, I will show you what it looks like:
<?xml version="1.0" encoding="utf-8"?>
<cCSVArray xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="1632076">
<CSVItem>
<cCSVItem d:id="85864456">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.000000</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.000000</Y>
<Name d:type="cDeltaString">510</Name>
</cCSVItem>
<cCSVItem d:id="85864468">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.000000</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.000000</Y>
<Name d:type="cDeltaString">511</Name>
</cCSVItem>
</CSVItem>
</cCSVArray>
Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 6:13 pm
by UPSD70ACe
Hope it works out fix the problems your having.
Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 6:39 pm
by buzz456
Did you try four numbers and see if they show up that way?
Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 6:40 pm
by TJ2002
is the problem the fact that the numbers are 3 digits long?

Re: AMTRAK Dash9-44CW

Posted:
Tue Aug 05, 2014 6:40 pm
by TJ2002
oh, wow, buzz we commented at the same time
