Transport Fever 2

Transport Fever 2

Yeol's Senseless Industries 2.21a
GordonDry 28. apr. 2022 kl. 2:59
Fixes to strings.lua and additions to all languages
There are some errors. I fixed them and added the new stuff to the german localization as well:
https://www.dropbox.com/s/kkfj6x6rcfpertc/YSI2_strings.lua?dl=1
Sidst redigeret af GordonDry; 1. maj 2022 kl. 14:40
< >
Viser 1-8 af 8 kommentarer
Yeol  [udvikler] 28. apr. 2022 kl. 3:16 
Thanks! I will include them this evening.
GordonDry 28. apr. 2022 kl. 4:17 
Updated to fix some errors:
https://www.dropbox.com/s/kkfj6x6rcfpertc/YSI2_strings.lua?dl=1

and as well those:

res\config\cargo_types\fiber.cargo.lua
function data() return { id = "FIBER", name = _("Fiber"), weight = 1510.0, order = 32, discreteModels = { SMALL = "industry/cargo/goods_small.mdl", BIG = "industry/cargo/goods_big.mdl" }, } end

res\config\cargo_types\synthetic_fiber.cargo.lua
function data() return { id = "SYNTHETIC_FIBER", name = _("Synthetic fiber"), weight = 1510.0, order = 32, discreteModels = { SMALL = "industry/cargo/goods_small.mdl", BIG = "industry/cargo/goods_big.mdl" }, } end

Only the names are affected, not the IDs, so they're safe to update.
Sidst redigeret af GordonDry; 28. apr. 2022 kl. 10:22
Yeol  [udvikler] 28. apr. 2022 kl. 9:27 
Thanks, these corrections will be set in the next update of Senseless V2.
GordonDry 29. apr. 2022 kl. 11:38 
Updated:
https://www.dropbox.com/s/kkfj6x6rcfpertc/YSI2_strings.lua?dl=1

and as well:

res\config\cargo_types\electronics.cargo.lua
function data() return { id = "ELECTRONICS", name = _("CARGO_ELECTRONICS"), weight = 2500.0, order = 18, discreteModels = { SMALL = "industry/cargo/goods_small.mdl", BIG = "industry/cargo/goods_big.mdl" }, } end
GordonDry 1. maj 2022 kl. 14:31 
@Yeol you missed errors over the last 2 updates. There are discrepancies of the naming of goods and industries, so I had to change several files again in cargo_types and industry.
Not only "en" and "de" are affected - please check the whole YSI_strings.lua:
https://www.dropbox.com/s/kkfj6x6rcfpertc/YSI2_strings.lua?dl=1
Yeol  [udvikler] 1. maj 2022 kl. 14:47 
Hello GordonDry, I oversaw indeed the "fibre" names, and corrected them now. I will need to go over all names in all languages in strings.lua ans cargo files to get them straight. I'll do this bit by bit... Thanks for pointing out the error.
GordonDry 2. maj 2022 kl. 6:28 
Some more, removed unnecessary formatting codes (don't work ingame):
https://www.dropbox.com/s/kkfj6x6rcfpertc/YSI2_strings.lua?dl=1
< >
Viser 1-8 af 8 kommentarer
Per side: 1530 50