Crafting Efficiency


Adds technologies to increase the productivity of some recipes

Content
2 months ago
1.1 - 2.0
8.44K
Manufacturing

g language question

1 year, 28 days ago

Hi,i'm playing factorio in zh-CN,when i want to translate your mod ,i found the recipe and technology name was not exist,it looks like 1 2,so i don't know how to change it .can u give me some help?thx

1 year, 26 days ago

recipe/search names are created by inserting the variable localised_name in the prototype, this is what allows me to create the names without editing the locale.cfg .
One thing you can do is change the names directly in settings-value.lua, that all the names you see in game are defined in that file.
You can do Recipes["copper-cable"].name = "new name" to modify the name.

1 year, 25 days ago

got it,thx

1 year, 25 days ago
(updated 1 year, 25 days ago)

sorry, that line of code go in data-updates.lua in your mod, settings-value.lua is an internal file in the mod.

1 year, 25 days ago

ok,it seems i need to create a file called data-updates.lua,then use the code in this file?

1 year, 24 days ago

yes

1 year, 24 days ago

got it i will try later,thx.

New response