Transport Fever 2

Transport Fever 2

Yeol's Senseless Industries
GordonDry 2022 年 4 月 28 日 上午 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
最后由 GordonDry 编辑于; 2022 年 5 月 1 日 下午 2:40
< >
正在显示第 1 - 8 条,共 8 条留言
Yeol  [开发者] 2022 年 4 月 28 日 上午 3:16 
Thanks! I will include them this evening.
GordonDry 2022 年 4 月 28 日 上午 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.
最后由 GordonDry 编辑于; 2022 年 4 月 28 日 上午 10:22
Yeol  [开发者] 2022 年 4 月 28 日 上午 9:27 
Thanks, these corrections will be set in the next update of Senseless V2.
GordonDry 2022 年 4 月 29 日 上午 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 2022 年 5 月 1 日 下午 2: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  [开发者] 2022 年 5 月 1 日 下午 2: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 2022 年 5 月 2 日 上午 6:28 
Some more, removed unnecessary formatting codes (don't work ingame):
https://www.dropbox.com/s/kkfj6x6rcfpertc/YSI2_strings.lua?dl=1
< >
正在显示第 1 - 8 条,共 8 条留言
每页显示数: 1530 50