Help:VE128
From TrainzOnline
The value for tagvalue must be between minvalue and maxvalue but was specified as tagvalue.
For some numeric tag values, there is a specified range of values that must be used. That is, the tag value must be within the range specified by a minimum value and a maximum value. This error occurs when the tag value is outside that range.
For example, the maximum number of fonts allowed for running numbers in a traincar asset is five, so if the fonts tag is used the value for the tag must be in the range 1 to 5. A config.txt line of
fonts 6
will cause the error:
- VE128: The value for '6' must be between '0.00' and '5.00' but was specified as '6.000000'.
Change the value for the tag to a value that falls within the required range for the tag.