More Locomotive Numbers

Discussion of rolling-stock creation & re-painting.

More Locomotive Numbers

Unread postby ZekTheKid » Tue Apr 07, 2015 5:48 pm

Hey guys!



I'm messing with the amtrack 40th locomotive and figured out there's only 1 number: 145.Is there any other way I can add more number rotations so that it's random numbering?


-ZekTheKid
Image
Anthony Nguyen
Youtube: https://www.youtube.com/fastfreightstudios
GeForce RTX 3050Ti Mobile, AMD Ryzen 7 5800H, 16GB RAM, 3TB Storage

It's January. So long...
User avatar
ZekTheKid
 
Posts: 2430
Joined: Mon Dec 29, 2014 6:05 pm
Location: Cumberland, MD

Re: More Locomotive Numbers

Unread postby ChrisOnline » Tue Apr 07, 2015 7:04 pm

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!
ChrisOnline
 
Posts: 330
Joined: Tue Oct 02, 2012 11:47 am

Re: More Locomotive Numbers

Unread postby ErikGorbiHamilton » Tue Apr 07, 2015 8:55 pm

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!


I wouldn't mind if there were more numbers to the Phase 3 Heritage P42. I mean, We could run two Phase 3 heritage units with newer amtrak cars since amtrak is going back (Or Changing to) Phase 3 again ( or Phase 6) if you think about it.
User avatar
ErikGorbiHamilton
 
Posts: 1574
Joined: Fri Aug 23, 2013 2:41 pm

Re: More Locomotive Numbers

Unread postby ZekTheKid » Mon Jan 11, 2016 11:13 pm

(Go ahead,call me out about old posts)
No I just want to add #822.
And the new Ph III (Ph VI) also had "Amtrak America" with the ph V "stripes" at the center.
Image
Anthony Nguyen
Youtube: https://www.youtube.com/fastfreightstudios
GeForce RTX 3050Ti Mobile, AMD Ryzen 7 5800H, 16GB RAM, 3TB Storage

It's January. So long...
User avatar
ZekTheKid
 
Posts: 2430
Joined: Mon Dec 29, 2014 6:05 pm
Location: Cumberland, MD

Re: More Locomotive Numbers

Unread postby buzz456 » Tue Jan 12, 2016 8:39 am

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.
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: 21224
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: More Locomotive Numbers

Unread postby ZekTheKid » Tue Jan 12, 2016 4:37 pm

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.

Changed the numbers in the dscv into 822,and no,it doesn't use auto-numbering.
Image
Anthony Nguyen
Youtube: https://www.youtube.com/fastfreightstudios
GeForce RTX 3050Ti Mobile, AMD Ryzen 7 5800H, 16GB RAM, 3TB Storage

It's January. So long...
User avatar
ZekTheKid
 
Posts: 2430
Joined: Mon Dec 29, 2014 6:05 pm
Location: Cumberland, MD

Re: More Locomotive Numbers

Unread postby ErikGustafson » Tue Apr 05, 2016 4:57 pm

How did you change it? I don't want to screw up my assets with out confirming it.
Dell Inspiron 15 7000 4K UHD Touch Series
6th Generation Intel Core i7 vPro 6700HQ (4.25 GHz)
NVIDIA® GeForce® GTX 980 Ti
User avatar
ErikGustafson
 
Posts: 96
Joined: Fri Jan 29, 2016 7:54 pm
Location: Kansas City, Missouri

Re: More Locomotive Numbers

Unread postby buzz456 » Tue Apr 05, 2016 5:18 pm

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.
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: 21224
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: More Locomotive Numbers

Unread postby ErikGustafson » Tue Apr 05, 2016 6:34 pm

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.

I did. But I need to know what to put in to the dscv
Dell Inspiron 15 7000 4K UHD Touch Series
6th Generation Intel Core i7 vPro 6700HQ (4.25 GHz)
NVIDIA® GeForce® GTX 980 Ti
User avatar
ErikGustafson
 
Posts: 96
Joined: Fri Jan 29, 2016 7:54 pm
Location: Kansas City, Missouri

Re: More Locomotive Numbers

Unread postby jalsina » Tue Apr 05, 2016 6:44 pm

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>
Intel i7-7900K (3.60 GHz) - ASUS Prime Z390A - 32 GB DDR4 RAM 2400 MHz
GPU EVGA GTX-1060 OC 6GB at 1920x1080, 144 Hz - Monitor ASUS VG-248QE
System Windows 11 Pro in WD SSD 500 GB. Games in Inland 1Tb M.2 NVMe PCIe
User avatar
jalsina
 
Posts: 2017
Joined: Sun Jul 05, 2015 8:32 pm

Re: More Locomotive Numbers

Unread postby ErikGustafson » Tue Apr 05, 2016 6:47 pm

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>

But will i be able to use 145 too
Dell Inspiron 15 7000 4K UHD Touch Series
6th Generation Intel Core i7 vPro 6700HQ (4.25 GHz)
NVIDIA® GeForce® GTX 980 Ti
User avatar
ErikGustafson
 
Posts: 96
Joined: Fri Jan 29, 2016 7:54 pm
Location: Kansas City, Missouri

Re: More Locomotive Numbers

Unread postby ErikGustafson » Tue Apr 05, 2016 6:56 pm

Nope doesent work
Dell Inspiron 15 7000 4K UHD Touch Series
6th Generation Intel Core i7 vPro 6700HQ (4.25 GHz)
NVIDIA® GeForce® GTX 980 Ti
User avatar
ErikGustafson
 
Posts: 96
Joined: Fri Jan 29, 2016 7:54 pm
Location: Kansas City, Missouri

Re: More Locomotive Numbers

Unread postby ErikGustafson » Tue Apr 05, 2016 6:59 pm

It seems to change back to 145 when I look in the DSCV file
Dell Inspiron 15 7000 4K UHD Touch Series
6th Generation Intel Core i7 vPro 6700HQ (4.25 GHz)
NVIDIA® GeForce® GTX 980 Ti
User avatar
ErikGustafson
 
Posts: 96
Joined: Fri Jan 29, 2016 7:54 pm
Location: Kansas City, Missouri

Re: More Locomotive Numbers

Unread postby jalsina » Tue Apr 05, 2016 7:02 pm

ErikGustafson wrote:
jalsina wrote:.....
But will i be able to use 145 too

I had understood Zek was needing only the 822.

To add the 145, add another cCSV instance after the 822, increasing the id (2 to 3) and changing 822 to 145. And so on to add numbers.
Code: Select all
<cCSVItem d:id="3">
         <X d:type="sFloat32">0</X>
         <Y d:type="sFloat32">0</Y>
         <Name d:type="cDeltaString">145</Name>
</cCSVItem>

I have always wondered if there is a way to write this automatically when you have a long sequence of numbers !*don-know!*
Intel i7-7900K (3.60 GHz) - ASUS Prime Z390A - 32 GB DDR4 RAM 2400 MHz
GPU EVGA GTX-1060 OC 6GB at 1920x1080, 144 Hz - Monitor ASUS VG-248QE
System Windows 11 Pro in WD SSD 500 GB. Games in Inland 1Tb M.2 NVMe PCIe
User avatar
jalsina
 
Posts: 2017
Joined: Sun Jul 05, 2015 8:32 pm

Re: More Locomotive Numbers

Unread postby ErikGustafson » Tue Apr 05, 2016 7:14 pm

When i save it, it goes back to 145 in the file.
Dell Inspiron 15 7000 4K UHD Touch Series
6th Generation Intel Core i7 vPro 6700HQ (4.25 GHz)
NVIDIA® GeForce® GTX 980 Ti
User avatar
ErikGustafson
 
Posts: 96
Joined: Fri Jan 29, 2016 7:54 pm
Location: Kansas City, Missouri

Next

Return to Rolling-Stock Design

Who is online

Users browsing this forum: No registered users and 14 guests