Transport Fever 2

Transport Fever 2

Yeol's Senseless Industries 2.21a
GordonDry 28 Apr, 2022 @ 2:59am
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
Last edited by GordonDry; 1 May, 2022 @ 2:40pm
< >
Showing 1-8 of 8 comments
Yeol  [developer] 28 Apr, 2022 @ 3:16am 
Thanks! I will include them this evening.
GordonDry 28 Apr, 2022 @ 4:17am 
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.
Last edited by GordonDry; 28 Apr, 2022 @ 10:22am
Yeol  [developer] 28 Apr, 2022 @ 9:27am 
Thanks, these corrections will be set in the next update of Senseless V2.
GordonDry 29 Apr, 2022 @ 11:38am 
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 May, 2022 @ 2:31pm 
@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  [developer] 1 May, 2022 @ 2:47pm 
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 May, 2022 @ 6:28am 
Some more, removed unnecessary formatting codes (don't work ingame):
https://www.dropbox.com/s/kkfj6x6rcfpertc/YSI2_strings.lua?dl=1
< >
Showing 1-8 of 8 comments
Per page: 1530 50