Page 1 of 1

Which rolling stock have been used?

Unread postPosted: Sat Jan 16, 2016 3:22 pm
by OldProf
Before uploading a scenario I've written to Steam Workshop, I'd like to see a list of all of the rolling stock I've used and where it originated (identity of DLC package). Is there a quick & easy way to do this without resorting to RW Tools, where it's almost certainly necessary to unpack an AP file?

Thanks

Re: Which rolling stock have been used?

Unread postPosted: Sat Jan 16, 2016 8:28 pm
by Chacal
The rolling stock can be extracted from the scenarioproperties.bin file.There is no need to open any ap file.
Each item is listed as a full path from Assets.
You must extract all of them and remove the duplicates.

This is exactly what the RW-Tools function "List all items in selected scenario" does.
After you get the list, hit the "Remove duplicates" button, then you can save to a csv file.

The csv file looks like this:
Code: Select all
Kuju\RailSimulatorUS\railvehicles\diesel\es44ac\black\engine\es44ac_black.bin,Default Stock,,,
Kuju\RailSimulatorUS\railvehicles\diesel\es44ac\default\engine\es44ac.bin,Default Stock,,,
Kuju\RailSimulatorUS\railvehicles\diesel\f7\default\uprr\f7a_uprr.bin,Default Stock,,,
Kuju\RailSimulatorUS\railvehicles\diesel\f7\default\uprr\f7b_uprr.bin,Default Stock,,,
Kuju\RailSimulatorUS\railvehicles\diesel\sd40-2\default\engine\sd40_2.bin,Default Stock,,,
Kuju\RailSimulatorUS\railvehicles\freight\2bay_covered_hopper\v1\wagon\2bay_covered_hopper.bin,Default Stock,,,
RSC\Dash9Pack01\railvehicles\diesel\dash9\cn\engine\dash9_cn.bin,,,,
RSC\Dash9Pack01\railvehicles\diesel\dash9\default\engine\dash9.bin,,,,


So you can see the package each item comes from, in this example "Kuju\RailSimulatorUS" and "RSC\Dash9Pack01".

However, there is no way to see if the particular item is a repaint or is from an original DLC, or to see the name of the DLC. Railworks does not keep this information.

Re: Which rolling stock have been used?

Unread postPosted: Sat Jan 16, 2016 10:32 pm
by jalsina
Very good tip Chacal. Thanks !!*ok*!!

Re: Which rolling stock have been used?

Unread postPosted: Sun Jan 17, 2016 11:08 am
by OldProf
Chacal wrote:The rolling stock can be extracted from the scenarioproperties.bin file.There is no need to open any ap file.
Each item is listed as a full path from Assets.
You must extract all of them and remove the duplicates.

This is exactly what the RW-Tools function "List all items in selected scenario" does. . . .


Well, yes and no, I think. For example, I'm currently working on a scenario for the Munich-Augsburg route, but this route does not even show up in RW Tools, presumably because it is locked up within an AP file. By the way, do you mean the scenarioproperties.xml file? I've looked it the Content>Routes>Scenarios folder, but haven't found a scenarioproperties.bin file.

!*don-know!*