AMTRAK Dash9-44CW

Post your FREEWARE 'Works in Progress' here!

AMTRAK Dash9-44CW

Unread postby TJ2002 » Tue Aug 05, 2014 10:14 am

How do i number, because i need to number it 510 and 511. Anyways, Here it is so far...
Image
By the way, I am making a 2-pack.
Image
Steam profile- tjpoof
User avatar
TJ2002
 
Posts: 223
Joined: Tue Jun 24, 2014 2:18 pm

Re: AMTRAK Dash9-44CW

Unread postby Merlin75 » Tue Aug 05, 2014 1:41 pm

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.
Merlin75
 
Posts: 501
Joined: Tue Oct 04, 2011 5:17 am
Location: Cornwall

Re: AMTRAK Dash9-44CW

Unread postby TJ2002 » Tue Aug 05, 2014 2:45 pm

thanks for that! *!!thnx!!*
Here's the other one, is the font too small on this?
Image
Image
Steam profile- tjpoof
User avatar
TJ2002
 
Posts: 223
Joined: Tue Jun 24, 2014 2:18 pm

Re: AMTRAK Dash9-44CW

Unread postby TJ2002 » Tue Aug 05, 2014 3:09 pm

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? !**conf**!
Image
Steam profile- tjpoof
User avatar
TJ2002
 
Posts: 223
Joined: Tue Jun 24, 2014 2:18 pm

Re: AMTRAK Dash9-44CW

Unread postby conrail1 » Tue Aug 05, 2014 4:28 pm

Looks great! Dont forget the class lights.
Image
conrail1
 
Posts: 322
Joined: Tue May 20, 2014 6:26 pm

Re: AMTRAK Dash9-44CW

Unread postby buzz456 » Tue Aug 05, 2014 4:35 pm

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? !**conf**!


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.
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20907
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: AMTRAK Dash9-44CW

Unread postby UPSD70ACe » Tue Aug 05, 2014 5:08 pm

Nice looking forward to running those soon.Cheers Thank You.
UPSD70ACe
 
Posts: 842
Joined: Sun Dec 12, 2010 12:57 pm

Re: AMTRAK Dash9-44CW

Unread postby TJ2002 » Tue Aug 05, 2014 5:26 pm

Thanks buzz! *!!thnx!!*
Image
Steam profile- tjpoof
User avatar
TJ2002
 
Posts: 223
Joined: Tue Jun 24, 2014 2:18 pm

Re: AMTRAK Dash9-44CW

Unread postby Merlin75 » Tue Aug 05, 2014 5:33 pm

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.
Merlin75
 
Posts: 501
Joined: Tue Oct 04, 2011 5:17 am
Location: Cornwall

Re: AMTRAK Dash9-44CW

Unread postby TJ2002 » Tue Aug 05, 2014 6:10 pm

doesn't seem to work... numbers are invisible. !*don-know!*
probably reading it wrong however, but i tried many times over.
Image
Steam profile- tjpoof
User avatar
TJ2002
 
Posts: 223
Joined: Tue Jun 24, 2014 2:18 pm

Re: AMTRAK Dash9-44CW

Unread postby TJ2002 » Tue Aug 05, 2014 6:12 pm

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>
Image
Steam profile- tjpoof
User avatar
TJ2002
 
Posts: 223
Joined: Tue Jun 24, 2014 2:18 pm

Re: AMTRAK Dash9-44CW

Unread postby UPSD70ACe » Tue Aug 05, 2014 6:13 pm

Hope it works out fix the problems your having.
UPSD70ACe
 
Posts: 842
Joined: Sun Dec 12, 2010 12:57 pm

Re: AMTRAK Dash9-44CW

Unread postby buzz456 » Tue Aug 05, 2014 6:39 pm

Did you try four numbers and see if they show up that way?
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20907
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: AMTRAK Dash9-44CW

Unread postby TJ2002 » Tue Aug 05, 2014 6:40 pm

is the problem the fact that the numbers are 3 digits long? !*don-know!*
Image
Steam profile- tjpoof
User avatar
TJ2002
 
Posts: 223
Joined: Tue Jun 24, 2014 2:18 pm

Re: AMTRAK Dash9-44CW

Unread postby TJ2002 » Tue Aug 05, 2014 6:40 pm

oh, wow, buzz we commented at the same time !*roll-laugh*!
Image
Steam profile- tjpoof
User avatar
TJ2002
 
Posts: 223
Joined: Tue Jun 24, 2014 2:18 pm

Next

Return to Freeware WIP

Who is online

Users browsing this forum: No registered users and 1 guest