********Backup your files first*******I know I would like them, but don't have the skill to mod the files.
Try this, here is my RRT_Trains_AZCanyonV2.xml
my global
Names_ENU.xml
RRT_TrainCars.xml
RRT_Trains.xml
This is a quick and easy mod to do and only involves a couple of lines and some cut and pasting.
What I did was use notepad 2 (not for xml) copy what Lowell did and below pasted the train I wanted to double up and just matched up what he did. (snoopy fixed the errors in the code for the Mikado so you can cut and past now)
The first thing you change is the tag name of your new train as too be unique cant be the same as anything else in the game. Note I added the K.
Code: Select all
<szName>TAG_NAME_AC4400_K_DUAL</szName>
Code: Select all
<szTenderCar>DummyAC4400</szTenderCar>
Code: Select all
<TenderCar>
<szName>DummyAC4400</szName>
<szModel>GE_AC4400.kfm</szModel>
see what I did was fun and easy to do and very rewarding.