Help:VE43

From TrainzOnline
Jump to: navigation, search

The tag tagname in container containername is not a valid Boolean value.

The value used for the tag is not a valid Boolean value. For Trainz, valid Boolean values are 0 (indicating False) and 1 (indicating true). Any other value where a Boolean is expected will generate this warning. A value other than 0 or 1 will be treated as True.

For example, the bogey container for a traincar asset included this subcontainer:

 1
 {
   bogey                               <kuid:62456:50009>
   reversed                            2
 }

The warning message is:

! VE43: The tag 'reversed' in container '1' is not a valid Boolean value.

The function of this tag is to indicate whether the bogey should be reversed (True) or not reversed (False). The correction is to adjust the tag value so it is either 1 or 0, according to whether the bogey should be reversed or not.

Personal tools