Help:VE192

From TrainzOnline
Jump to: navigation, search

Tag tagname does not contain a valid float list: tagvalue

The tag value should be a comma-separated list of floating-point numbers. The error indicates that the list contains a separator other than ',' or it contains other non-numeric characters.

For example, the 'color' tag in a smoke container was

  color                                 "color 40,40,40,200"

This generated the validation error message:

! VE192: Tag 'color' does not contain a valid float list: color 40,40,40,255

The fix is to adjust the tag value so that it is a valid list of floating-point numbers. For example:

  color                                 40,40,40,200
Personal tools