Is your feature request related to a problem? Please describe.
Some mods, do, and some others may in the future introduce multiple trains which may have differing maximum speeds. I myself use a fork of a fork of create: all aboard which gives different maximum speeds to different trains depending on their engine. This creates a problem where percentage-only speed limits cause differing actual maximum speed limits.
Describe the solution you'd like
A railway sign which is visually separate from the percentage limit which indicates an ABSOLUTE maximum speed (likely in bps? Could be configure-able). The implementation should not be difficult as the current code seems to derive the new speed limit as a percentage of an absolute speed anyhow.
Is your feature request related to a problem? Please describe.
Some mods, do, and some others may in the future introduce multiple trains which may have differing maximum speeds. I myself use a fork of a fork of create: all aboard which gives different maximum speeds to different trains depending on their engine. This creates a problem where percentage-only speed limits cause differing actual maximum speed limits.
Describe the solution you'd like
A railway sign which is visually separate from the percentage limit which indicates an ABSOLUTE maximum speed (likely in bps? Could be configure-able). The implementation should not be difficult as the current code seems to derive the new speed limit as a percentage of an absolute speed anyhow.