9 Diesels available

Develop, share and download custom trains and rolling stock
User avatar
dwax
Posts: 618
Joined: Sat Nov 18, 2006 3:40 pm
Location: So. Dak.

Post by dwax » Thu Mar 29, 2007 12:26 pm

atani Is it possible to mod this to add it to all maps?
Image

User avatar
atani
Posts: 293
Joined: Tue Dec 19, 2006 5:01 pm
Contact:

Post by atani » Thu Mar 29, 2007 2:43 pm

K-class wrote:Thanks atani

So how does this installer work?
It put the proper FPK files on disk for the F-Series B-Unit and GP38.
K-class wrote: Does this go through every map and checks every RT_Trains_mapname.xml
No, this is not part of this installer. Unfortunately I have not found a good way to automatically add certain trains to all maps. What I would like to do is put up a list of all trains in the RRT_Trains.xml and let you pick any of them you want to add to each map. I have not found a simple way to display this in the installer (yet).
K-class wrote: Does it check for the correct FPK?

I presume all the installer does is add to the global RRT_Trains.xml and RRT_TrainCars.xml
That is correct, the installer checks the FPK file(s) and modifies global XML files as needed to register the new trains.
K-class wrote: Would be good to include instructions to add to your map files as the forum is full of questions and issues getting these moded trains to work. :D
This is generally included by the person posting the train kit. Ideally though it would be possible to add these new trains automatically to all installed maps with a single checkbox of some sort.

Mike

User avatar
dwax
Posts: 618
Joined: Sat Nov 18, 2006 3:40 pm
Location: So. Dak.

Post by dwax » Thu Mar 29, 2007 3:43 pm

I think then we have to wait until a map maker will use these. :D
Image

snoopy55
Posts: 1962
Joined: Mon Nov 06, 2006 5:13 am
Location: Centralia, Ill, USA

Post by snoopy55 » Thu Mar 29, 2007 4:46 pm

It's me again, the one who caused all this trouble :twisted: ......I hope you all got over hating me :evil: ......

Attached is a set of files, with instructions for doing Steam & Deisel for each country or just Diesel by itself. Please read over the instructions and be sure you understand them. They are short, but better to be safe than sorry.

I'm sorry bout my drunken binge, but someone had to take Slappys place......
Last edited by snoopy55 on Sun Apr 19, 2009 2:33 am, edited 2 times in total.
I'm correct 97% of the time..... who cares about the other 4%....

User avatar
K-class
Posts: 325
Joined: Sat Jan 06, 2007 10:54 pm
Location: New Zealand across from Australia
Contact:

Post by K-class » Thu Mar 29, 2007 5:12 pm

Thanks snoopy55 and atani for explaining this. Slappy will appreciate this Im sure. :D
Intel Core 2 Quad Q9450 @ 3.0GHz
Windows 7 Ultimate 64bit
XFX NVIDIA nForce 780i SLI Mobo
4GB DR2-1066 (PC-8500)
Geforce GTX 460 graphics card 1024 MB GDDR5

lazersgm
Posts: 10
Joined: Mon Mar 26, 2007 1:53 am

Post by lazersgm » Thu Mar 29, 2007 7:56 pm

drop this file in your C:\Program Files\2K Games\Firaxis Games\Sid Meier's Railroads!\Assets\XML\_SCENARIOS_\US_East dir. it should add all the trains in this thread to all your basic scenarios in the US that came with the game. i think all the US scenarios reference this file.
Attachments
RRT_Trains_US_East.zip
(489 Bytes) Downloaded 385 times

User avatar
dwax
Posts: 618
Joined: Sat Nov 18, 2006 3:40 pm
Location: So. Dak.

Post by dwax » Thu Mar 29, 2007 8:37 pm

Gave that a try lazersgm and lost all the rest of my duals. :lol: I tried it on the Side_to_Side map. I then took the old trainsXML and added The line for the Dual_GP38s and wallah I now have the dual GP38s in there! :D

Snoopy, don't take it wrong buddy, you have been more then helpful, and were lucky to have you here! Sometimes we have different setups,I may have something that you don't and that's probably why I couldn't get it to work. I have some issues in some other maps that I can't even get the duals in too. :lol: but I still play them. I just like the dual engines. :lol:
Image

User avatar
dwax
Posts: 618
Joined: Sat Nov 18, 2006 3:40 pm
Location: So. Dak.

Post by dwax » Thu Mar 29, 2007 9:27 pm

I was testing with the Dual_GP38 code, and was trying to put the same code where it worked in one map,into another. It seems that to me every map is different. It would sometimes take it and others would not. Some would even convert back to the original small steam engines, even tho I had set to have all trains. :shock: :lol:
Image

lazersgm
Posts: 10
Joined: Mon Mar 26, 2007 1:53 am

Post by lazersgm » Thu Mar 29, 2007 10:01 pm

Dwax. you probably had a different tag in your RRT_trains.xml file in you custom dir. thats most likely why it did not show up in the map. glad you got it fixed up.

User avatar
dwax
Posts: 618
Joined: Sat Nov 18, 2006 3:40 pm
Location: So. Dak.

Post by dwax » Thu Mar 29, 2007 10:23 pm

lazersgm wrote:Dwax. you probably had a different tag in your RRT_trains.xml file in you custom dir. thats most likely why it did not show up in the map. glad you got it fixed up.
what I did was copy and paste the file after renaming it. such as... RRT_Trains_sides to RRT_Trains_sides_DSC And never seen the GP38 dual in sides DSC.
Image

User avatar
dwax
Posts: 618
Joined: Sat Nov 18, 2006 3:40 pm
Location: So. Dak.

Post by dwax » Thu Mar 29, 2007 11:22 pm

LOL I think i'm on to somthing, I was just adding this...

<train>
<szName>TAG_NAME_GP38_DUAL</szName>
</train>
</RRTTrains

then I added another line.

<train>
<szName>TAG_NAME_GP38_DUAL</szName>
<Year>1805</Year>
</train>
</RRTTrains>

Putting the year in it made the GP38 dual show up. :) going to do some more testing. :D
Image

User avatar
dwax
Posts: 618
Joined: Sat Nov 18, 2006 3:40 pm
Location: So. Dak.

Post by dwax » Thu Mar 29, 2007 11:39 pm

That did the trick for me! :) I have the GP38 duals in the maps I wanted> :)
Image

lazersgm
Posts: 10
Joined: Mon Mar 26, 2007 1:53 am

Post by lazersgm » Fri Mar 30, 2007 12:37 pm

if you dont add a date they will show up when they came out in real life. the gp38 should show up in 1952. you can over ride this in the RRT_Trains.xml or your map xml file as you have done.

Bad_Dude
Posts: 5
Joined: Thu Mar 22, 2007 11:14 pm

Post by Bad_Dude » Fri Mar 30, 2007 4:28 pm

I ran the installer, Railroads CTD, uninstalled it, ran railroads, CTD, dont know what happend...reinstalling Railroads when i get home from work.

Big Papa
Posts: 57
Joined: Wed Dec 20, 2006 12:58 am

Post by Big Papa » Fri Mar 30, 2007 5:13 pm

An EMD GP38 is a 4-axle diesel locomotive built by General Motors Electro-Motive Division between January 1966 and December 1971.
-Wikipedia

Big Papa

Post Reply