Here's What I want to do?
-
- Posts: 5
- Joined: Tue Feb 27, 2007 2:17 am
Here's What I want to do?
I would like to use the trains from the Basin and Range scenario in other scenarios.
How can I do this? I'm not a big modder so take it easy on me.
How can I do this? I'm not a big modder so take it easy on me.
Oh thats really easy to do, now just wait for someone who knows how to do it to tell you... Yeah I fails.
Open the RRT_Trains_BasinAndRange.xml in the BasinAndRange folder and the RRT_Trains XML in the folder of the map you want to add them to. Copy everything from <Train> to </Train> from the Basin And Range file. This is a sample:
<Train>
<szName>TAG_NAME_BR_SANTAFE_STEAM</szName>
<Year>1926</Year>
<szCar>_bnsf</szCar>
<MaxSpeed>7</MaxSpeed>
<Speed0>7</Speed0>
<Power>16</Power>
<Cost>200000</Cost>
<MaintenanceCost>8500</MaintenanceCost>
<BitmapIcon>
<szFile>routing_santafe_steamer.tga</szFile>
</BitmapIcon>
</Train>
and paste it into the other maps file. Be sure you leave </RRTTrains> as the last line.
If you have any questions, just ask and we'll try not to let whats-his-name answer.......
<Train>
<szName>TAG_NAME_BR_SANTAFE_STEAM</szName>
<Year>1926</Year>
<szCar>_bnsf</szCar>
<MaxSpeed>7</MaxSpeed>
<Speed0>7</Speed0>
<Power>16</Power>
<Cost>200000</Cost>
<MaintenanceCost>8500</MaintenanceCost>
<BitmapIcon>
<szFile>routing_santafe_steamer.tga</szFile>
</BitmapIcon>
</Train>
and paste it into the other maps file. Be sure you leave </RRTTrains> as the last line.
If you have any questions, just ask and we'll try not to let whats-his-name answer.......
I'm correct 97% of the time..... who cares about the other 4%....
-
- Posts: 5
- Joined: Tue Feb 27, 2007 2:17 am
-
- Posts: 5
- Joined: Tue Feb 27, 2007 2:17 am
-
- Posts: 5
- Joined: Tue Feb 27, 2007 2:17 am
-
- Posts: 5
- Joined: Tue Feb 27, 2007 2:17 am
I got the Basin & Range Trains/Cars working fine on the Utah map. Very impressive too.
Now I'm trying to do the same thing for the Chicago scenario. I used the same files and just renamed them for the Chicago scenario. I added the goods cars that weren't included to make sure I have all the goods covered.
Everytime one of my trains tries to pick up "Fish" I get CTD. I can pick up passengers, wheat and corn fine and even gold ore.
Now I'm trying to do the same thing for the Chicago scenario. I used the same files and just renamed them for the Chicago scenario. I added the goods cars that weren't included to make sure I have all the goods covered.
Everytime one of my trains tries to pick up "Fish" I get CTD. I can pick up passengers, wheat and corn fine and even gold ore.
If you have an existing map like Utah and want to put the Basin & Range Trains in it, you don't need to make any changes in RRT_TrainCars.xml for that map. It is set up for the Goods used in the map already. Just do the name change on RRT_Trains.xml. This is probally why you are having trouble. All you are doing is changing the RRT_TrainCars file and then having to go thru it and put in what it needs to run, and you have to do it using trial and error......
I'm correct 97% of the time..... who cares about the other 4%....
I have seen this before where the train car won't animate properly. It was always caused by the wrong shader set in the model.PaF-Daddy wrote:I have the problem that the Basin and Range Scrapmetal cars dont want to unload in my Custom map quite annoying dont know the solution
I looked at the model but I saw the correct shader. If you open the scrapmetal_car_bnsf.nif file in NifSkope and click on the scrap metal parts in the model, then in the Block Details look for Shader Name. You should see RRT_NoLightingSkinShader.
As long as it is set to a Skin shader, it should be animating. I haven't noticed any problems in mine.
This problem is because I never included a Fish train car for the BNSF variation. So I am attaching a patch FPK that includes the following train cars for the BNSF variation:JoeExplorer wrote:I got the Basin & Range Trains/Cars working fine on the Utah map. Very impressive too.
Now I'm trying to do the same thing for the Chicago scenario. I used the same files and just renamed them for the Chicago scenario. I added the goods cars that weren't included to make sure I have all the goods covered.
Everytime one of my trains tries to pick up "Fish" I get CTD. I can pick up passengers, wheat and corn fine and even gold ore.
arm car
auto car
clothing car
fish car
goods car
pharm car
vineyard car
wool car
Some of these were remodeled and retextured for the BNSF cars, and some were left out of the BNSF train car pack released with the Basin & Range map. Pop this FPK file into your CustomAssets and you should be able to load fish without crashing.
- Attachments
-
- SDSTrainCarsBNSFPatch.zip
- Adds support for basic train cars that were missing from the BNSF train car variation.
- (2.28 KiB) Downloaded 501 times
Re: Here's What I want to do?
To use trains from the Basin And Range Scenario or from others scenario in other scenarios you can open and edit XML file RRT_scenario_user_xxx.xml from Scenario to used and replace <TrainsXMLFile>RRT_Trains_xxx.xml</TrainsXMLFile> with <TrainsXMLFile>RRT_Trains_BasinAndRange.xml</TrainsXMLFile> or with Trains from scenario you likeJoeExplorer wrote:I would like to use the trains from the Basin and Range scenario in other scenarios.
How can I do this? I'm not a big modder so take it easy on me.
I think it's easy way
I hope you can do it