News:

Beta test the new forum at https://simutrans.forum/
Simutrans.com Portal
Our Simutrans site. You can find everything about Simutrans from here.

Livery schemes help

Started by RealAmerican1776, October 16, 2020, 06:10:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RealAmerican1776

Hello, I am having trouble adding liveries to a locomotive. I have an EMD GP38-2 and so far two liveries in Norfolk Southern livery plus Boston and Maine livery. When I go into the game, neither of the liveries appear.

Here is my livery settings for the simuconfig tab.

# livery_scheme[0] = Norfolk-Southern
# retire_year[0] = 2999
# retire_month[0] = 4
# livery[0][0] = ns
# intro_year[0][0] = 1982
# intro_month[0][0] = 1

# livery_scheme[1] = Boston-and-Maine
# retire_year[1] = 2999
# retire_month[1] = 4
# livery[1][0] = b&m
# intro_year[1][0] = 1957
# intro_month[1][0] = 1

Ranran

Is "# " written in the tab file too? It's commented out.
It is synonymous with not setting anything.

Please remove the comment out like this.

livery_scheme[0] = Norfolk-Southern
retire_year[0] = 2999
retire_month[0] = 4
livery[0][0] = ns
intro_year[0][0] = 1982
intro_month[0][0] = 1

livery_scheme[1] = Boston-and-Maine
retire_year[1] = 2999
retire_month[1] = 4
livery[1][0] = b&m
intro_year[1][0] = 1957
intro_month[1][0] = 1

RealAmerican1776

Is that all? I would not have guessed something that simple. Thank you.