Only vanilla trains for pY


This mod replaces pyanodon's unique trains and wagons with the vanilla ones (for aesthetics and UPS saving purposes)

Tweaks
4 days ago
2.0
74
Trains

g Please keep original ingredients

24 days ago

I like your idea, but you promised to keep a balance.

24 days ago

Huh? All recipe ingredients are original, they're just doubled cos you're getting double the length (and inventory space) of a pY's small wagon.

24 days ago
(updated 24 days ago)
24 days ago
(updated 24 days ago)

we need

for k, v in pairs(data.raw["recipe"]["mk04-fluid-wagon"].ingredients) do 
    data.raw["recipe"]["mk04-fluid-wagon"].ingredients[k].amount = v.amount*2 
end

for each modded wagon

24 days ago

Oh, i see the problem. This is what a searchable wagon recipe looks like in code (and that's essentially what i double) but ig more ingredients are added from several data-updates files or something. Not the first time I fall victim to pY's spaghetti code.

Thank you for provided solution, it has been implemented and an update is available now.

P.S. Tell me if you want a RU language variant of this change, I could add that as well:

To ease the differentiation between tiers all changed items were renamed into Locomotive/Cargo wagon/Fluid wagon MK02/03/04 instead of Advanced/Nexelit Floating/yada-yada

24 days ago

awesome, thx

18 days ago
(updated 18 days ago)

P.S. Tell me if you want a RU language variant of this change, I could add that as well:

To ease the differentiation between tiers all changed items were renamed into Locomotive/Cargo wagon/Fluid wagon MK02/03/04 instead of Advanced/Nexelit Floating/yada-yada

There ru locale: https://pastebin.com/gUQ5rKLh

I changed "MK 02" to "МК2" and others because like others MK style naming.

18 days ago

P.S. Tell me if you want a RU language variant of this change, I could add that as well:

To ease the differentiation between tiers all changed items were renamed into Locomotive/Cargo wagon/Fluid wagon MK02/03/04 instead of Advanced/Nexelit Floating/yada-yada

There ru locale: https://pastebin.com/gUQ5rKLh

I changed "MK 02" to "МК2" and others because like others MK style naming.

Thank you, the translation has been added

New response