two line in route object naming

b9k9kiwi

Member
A trainz trackside object I would like to use has a double line name, called for in the config.txt file thus;

effects
{
signalboxcode
{
kind "name"
fontsize 0.08
fontcolor 224,224,224
att "a.signalboxcode"
name "line0"
}

signalnumber
{
kind "name"
fontsize 0.08
fontcolor 224,224,224
att "a.signalnumber"
name "line1"
}
}

I presume that when editing the name of the object in a route, that there is a text symbol to force a second line - I can't find a 'how to' in any trainz documentation.

I would appreciate some help.
 
Typically done via a script. The name is entered into the normal asset properties window name and the script pulls this and splits based on a predefined delimiter to create a string array and then each is pushed into the name element
 
Back
Top