Code: Select all
STR_ABDHMNU_2CLASS :- 2-nd class (Bdhmnu)
STR_ABDHMNU_1CLASS :- 1-st class (Adhmnu)
...
STR_AB9MNOPUZ_2CLASS :- 2-nd class (B9mnopuz)
STR_AB9MNOPUZ_1CLASS :- 1-st class (A9mnopuz)
The "one click refit option" works only if cargo_subtype strings defined for both types of wagons are exactly the same, for example:
Code: Select all
STR_2CLASS :- 2-nd class (UIC type: B...)
STR_1CLASS :- 1-st class (UIC type: A...)

My question is - is there any solution to "inform" OTTD, that two different cargo_subtype strings means the same refitting option? Or, is there possibility to use this short and unified version of cargo_subtype string in the train refit window and display the full version of cargo_subtype string in the train description window?