Transport Fever 2

Transport Fever 2

Street fine tuning
GordonDry Feb 10, 2023 @ 10:08am
Please add tooltips to mod parameters
The both mod parameters "Yellow bus lanes with stripes" and "Make reserved lanes" could have tooltips like
params = { { key = "lolloStreetTuning_YellowBusLaneStripes", name = _("YellowBusLanes"), tooltip = _("YellowBusLanes_desc"), values = { _("No"), _("Yes"), }, defaultIndex = 1, }, { key = "lolloStreetTuning_IsMakeReservedLanes", name = _("MakeReservedLanes"), tooltip = _("MakeReservedLanes_desc"), values = { _("No"), _("Yes"), }, defaultIndex = 1, }, },
The issue is that I have no clue what you mean with "Make reserved lanes" and scrolled the mod description because there is no tooltip - and inside the description I also didn't find any hint.