thejosmeister / SimsigTtTools

A more 'polished' attempt at parsing and writing Simsig TTs via python
0 stars 0 forks source link

Add more properties to XML TT parsing and writing #8

Closed thejosmeister closed 3 years ago

thejosmeister commented 3 years ago

for train TT:

Not too bothered about these: <ShuntPhone>-1</ShuntPhone> <ShuntInterpose>0</ShuntInterpose> <ClassOfService>3</ClassOfService>

Want these


<RedSignalMoveOff>60</RedSignalMoveOff>
      <StationForward>60</StationForward>
      <StationReverse>60</StationReverse>
      <TerminateForward>60</TerminateForward>
      <TerminateReverse>60</TerminateReverse>

for train categories: <PowerToWeightCategory>2</PowerToWeightCategory>

thejosmeister commented 3 years ago

Add functionality to parse dwell times on location

thejosmeister commented 3 years ago

The properties listed are complete There is some extra xml stuff that should possibly be looked at with decisions, will raise issue for that