USA Whistleposts
USA Whistleposts
With the announcement of the spring update’s feature of sound everts at signals, I give you:
Whistle Posts!
Finally, horns at crossings can be a thing!
But, the update not only brought the option to sound a horn, but you can also do multiple types of horns.
Thus, 3 different kinds of whistle posts [per model!]
Note:
Currently, the crossing post and station posts work only with certain sound types. To use for all vehicles, use the whistle posts category. For details, see below.
Modders:
I suggest we all use the same terms for our sound events and categories, to make them all function better for the players.
Here’s what I used:
Whistle Posts
Sound Event:
signal = { soundevent = “horn”, type = “WAYPOINT”, upright = true, },
Category:
category = { categories = { “Generic Whistle Posts”, } },
Crossing Posts
Sound event
signal = { soundevent = “crossing”, type = “WAYPOINT”, upright = true, },
Category
category = { categories = { “Crossing Posts”, } },
Station Posts
Sound Event
signal = { soundevent = “short”, type = “WAYPOINT”, upright = true, },
Category
category = { categories = { “Station Posts”, } },