Speed sign fail

Death2018

New member
I'm creating a speedsign pack for TRS19 and there seems to be an issue.

I have tried KIND mo-speedboard and scenery-trackside and yet the speed does not get programmed. Even adding the category-class WS makes the asset disappear entirely from my trackside tab.

Attached below is a copy of the config

kuid <kuid:883564:100008>
kind "scenery-trackside"
username "QR TRC SLOW 25"
speedlimit 1.1111
trackside 1.5
author "Death2018"
trainz-build 4.5
description "25km only until end"
category-class "WS"


mesh-table
{
default
{
mesh "tsr s25.trainzmesh"
auto-create 1
}
}


thumbnails
{
default
{
image "thumbnail.png"
width 240
height 160
}
}


kuid-table
{
}
 
hi Death, there is a section called content creation in the forum
Have you tried kind "mospeedboard" ?
no - in the name?
greetings GM
 
A few years ago I created a set of track speed signs which still work in TRS19

Below is the important part of the config.txt file for one of them (not all tags would be applicable but the kind tag is important)

PHP:
kuid                                    <kuid2:45176:100397:1>
username                                "TGR Curve Speed Sign 30 mph"
speedlimit                              13.411
trackside                               -2.5
kind                                    "mospeedboard"
 
Back
Top