RTG

by Optera

Replaces the Fusion Reactor with an equally powerful RTG (radioisotope thermoelectric generator).

Content
3 years ago
0.16 - 1.1
1.11K
Armor

g Russian translation

4 years ago

Thank you for the mod.
Please, add the russian locale http://file.sampo.ru/nwzdw6/
I have to remove the translation from my translation mod, because it messes with the vanilla item name even when the RTG mod is not installed.

4 years ago

To provide consistent quality I no longer add translations I can't maintain myself to my mods.

You probably can fix your translation using

if mods["RTG"] then
  data.raw["generator-equipment"]["fusion-reactor-equipment"].localised_name = {"equipment-name.fusion-reactor-equipment", {"Uranium RTG"}}
  -- do the same for item, recipe and descriptions
end
4 years ago

Uh, the problem here is that I am not a modder. Not a bit. I don't event know where to write these lines.
Is there any chance that you change your mod locale IDs to non-vanilla values and add the mentioned code to your mod?

4 years ago

Changes to localised_name have to be done in the language pack.

New response