Skip to content

Simple tools and scripts to manage OpenRails content.

License

Notifications You must be signed in to change notification settings

rwf-rr/openrails-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openrails-tools

Simple tools and scripts to manage OpenRails content. Created for my own use, and made available (without any guarantees) here.

Summary

  • ORTS-ShowRollingStockFile.py Show an engine or wagon file in UTF-8, with all includes expanded.

  • ORTS-RollingStockScanner.py Find engines and wagons, and list important attributes in CSV format.

ORTS-ShowRollingStockFile.py

Python script to show an engine or wagon file. Includes are expanded to create a complete file. The output is in UTF-8 - OpenRails accepts UTF-8 files (MSTS uses UTF-16).

>py ORTS-ShowRollingStockFile.py -h
usage: ORTS-ShowRollingStockFile.py [-h] filePath
positional arguments:
  filePath    File (eng or wag) to list.
options:
  -h, --help  show this help message and exit

Example:

py ORTS-ShowRollingStockFile.py "BNSF_GP38_2264.eng" > BNSF_GP38_new.eng
641 lines in expanded file  BNSF_GP38_2264.eng

ORTS-RollingStockScanner.py

Python script to list all the engines and wagons in (or below) the specified directory. For each engine or wagon, a set of (physics centric) attributes are output in CSV format.

>py ORTS-RollingStockScanner.py -h
usage: ORTS-RollingStockScanner.py [-h] [-f FILTER] [-v] dirPath
positional arguments:
  dirPath              Directory where to search for eng and wag files.
options:
  -h, --help           show this help message and exit
  -f, --filter FILTER  Optional filter. "eng" limits to engines, "wag" limits to wagons, any other value is matched to the file name
  -v, --verbose

Example:

>py ORTS-RollingStockScanner.py -f dash9 c:\Games\OpenRails\Content > c:\Games\OpenRails\Content\ContentList.csv
Processed 1 Eng and 0 Wag files, total 1; generated 0 warnings

Output generated (CSV file):

Package,Directory,File,Name,Type,SubType,MaxSpeed,MaxPower,MaxForce,MaxBrakeForce,Weight,Length,Wheels/Axles,CouplerStrength,Friction,Adhesion,DerailRailForce,DerailBufferForce,TotalLength
PrevMSTS,DASH9,dash9.eng,Dash9,Engine,Diesel,74mph,3267kW,634.7kN,94.6kN,187t,21.8m,12 | 4,5e7N,1976N/m/s | 0 | 0.7mph | 20.85N/m/s | 1.8,0.32 | 0.62 | 1.8,2.5*187t,515kN,_

About

Simple tools and scripts to manage OpenRails content.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages