Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
All the buses with display panels have always worked for me, even squeezing in some very long route names. Though this one isn't very long:
https://64.media.tumblr.com/a1e82775770f58cf9f0da135614b6658/3c4d7b94d4f86556-d2/s1280x1920/4e3f75b0d7446d4aba8f992fed05ccf01add5239.jpg
TBH I've not looked for it but I don't think I've ever seen a bus show it's next stop. Is it vehicle dependent or is this the only way to achieve it:
I've had a quick look and couldn't find any vehicle files or is there a general config file that applies to all vehicles?
In whichever case which line to you suggest editing?
Copy the mod you want to edit, rename it to creatorname_modname_1 and put it in Steam/userdata/yourID/10667807local/mods to prevent your changes been undone by steam.
When you open the vehicle mod there is a res folder, open that and then the models folder. In that one is a model folder you open and so on until you reach the .mdl files. Open the one you want to edit and search for something like this:
labelList = {
labels = {
{
type = "LINE_NAME",
transf = {
0, -1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, -10.545, 0.5, 2.24, 1,
},
size = { 0.9, 0.18 },
color = {196 / 255, 122 / 255, 60 / 255, 1.0},
verticalAlignment = "CENTER",
alignment = "CENTER",
font = "Lato-Regular",
fitting = "SCALE",
renderMode = "EMISSIVE",
childId = "vehicle/train/SC-44_Cab.msh",
},
},
},
You can change LINE_NAME to NEXT_STOP, NAME, COMPANY_NAME and NONE.
Visit https://www.transportfever2.com/wiki/doku.php?id=modding:resourcetypes:mdl&s#label_list for more information.
But this is not what the OP wanted, we need to wait for more input by him.
Only modded vehicles then, shame. As you say, not actually answering the OP but interesting and useful nonetheless.
Cheers. :)
Hopefully the OP will ignore this digression and give us some more info on his problem so we can help sort it out.