**EDIT** This will NOT electrify the route, just adds the CatenaryHeight feature to the track rule, to electrify you need to change the Electrification line in the bin file to this,
- Code: Select all
<Electrification d:type="cDeltaString">OverheadWires</Electrification>
ALSO for clarification, the code you need to add to the bin is:
- Code: Select all
<CatenaryHeight d:type="sFloat32" d:alt_encoding="0000000000001A40" d:precision="string">6.5</CatenaryHeight>
This needs to be placed in between these two lines:
- Code: Select all
<ParallelDistance d:type="sFloat32" d:alt_encoding="0000004033331140" d:precision="string">4.3</ParallelDistance>
<MainLineTrackLimits>
So that it looks like this:
- Code: Select all
<ParallelDistance d:type="sFloat32" d:alt_encoding="0000004033331140" d:precision="string">4.3</ParallelDistance>
<CatenaryHeight d:type="sFloat32" d:alt_encoding="0000000000001A40" d:precision="string">6.5</CatenaryHeight>
<MainLineTrackLimits>
Hope this helps!