External Publication
Visit Post

Graphics Development • Re: [OTTD] 2cc TrainsInNML

Transport Tycoon Forums - Index page [Unofficial] April 17, 2026
Source

what particular wagon should be what particular class

So for that I think there is a tiny bit of redundancy that can be exploited: there are two Self-discharging hoppers (that are CC_COVERED_BULK) starting from Gen 4, you could make it so that one of them is food-grade (cannot refit to: CC_NON_POTABLE) while the other is industrial grade (cannot refit to: CC_POTABLE). Similarly there are two silos (CC_POWDER_BULK) that could be split between food-grade and industrial grade.

By the way, is there a reason the wagons are now listed as "power/diesel" ? I don't think they should have that badge, or any power badge for that matter.

Regarding the new trains, I saw that the Alsthom AD30B is assigned to Andorra rather than Gabon, I think there may be an issue with the 2 letter code. Also, the flag for the SUREOT should be flag/europe instead of flag/EU (to make it consistent, see post in viewtopic.php?t=92736).

Finally I added a parameter to trim the purchase info in 2ccNG, so now it's possible to use it in addition with your 2ccNML revival set

Cheers!

Right I've made some updates -- same link as before https://drive.google.com/file/d/15M6hdW ... drive_link Things updated: // cargodeftype: BOXCAR_TYPE1; refittable_cargo_classes: bitmask(CC_PIECE_GOODS, CC_EXPRESS, CC_ARMOURED); non_refittable_cargo_classes: bitmask(CC_NON_POTABLE); cargo_allow_refit: []; cargo_disallow_refit: [];

// cargodeftype: BOXCAR_TYPE2; refittable_cargo_classes: bitmask(CC_PIECE_GOODS, CC_EXPRESS, CC_ARMOURED); non_refittable_cargo_classes: bitmask(CC_POTABLE); cargo_allow_refit: []; cargo_disallow_refit: [];

Generally similar rules for silos and hoppers just the refittable on the top is different refittable_cargo_classes: bitmask(CC_OPEN_BULK, CC_COVERED_BULK); and refittable_cargo_classes: bitmask(CC_POWDER_BULK); as relevant. The non-typed (old) ones haven't been changed. As for wagon badges the power types have been hidden. The EU flag stays for now - considering that Europe doesn't have a separate flag from the EU, what's the actual benefit of having one exception to the overall rule of IDs being 2 characters (ie -> europe) [well, technically world is wrld but alas]

The Alsthom / Andorra issue should be fixed.

I am thinking about one thing tho ref "NOLB" -- while you are correct and I know I had started this - that NOLB should be NÖLB but most people using the English translation (that is, i assume) don't have accented chars on their keyboards so they can't search for these, thus I'm tempted to undo them in the English version. Other translations can have them as they please.

Statistics: Posted by nemethv — 17 Apr 2026 16:41


Discussion in the ATmosphere

Loading comments...