Nuclear Fuel

by GotLag

Modifies nuclear fuel cycle to provide a difference between nuclear weapons production and efficient power generation

Content
3 years ago
0.15 - 1.1
25.7K
Power

b Kovarex enrichment process

3 years ago

I have been playing the Krastorio 2 mod and it requires the Kovarex enrichment process. After discovering that the Nuclear Fuel mod disables/removes the Kovarex enrichment process I uninstalled the Nuclear Fuel mod but the Kovarex enrichment process does not return. Is there a fix for this?

3 years ago

I haven't been able to think of a way to make the mod automatically undo that when it's removed, but I think you should be able to manually fix it by typing the following in console:

/c game.player.force.reset_technology_effects()

3 years ago

It did not work. I disabled the Nuclear Fuel mod; ran the script but it did not enable the Kovarex process.

3 years ago

Sorry about that, I haven't played Factorio for a while except for updating mods.
This should work (it reloads the technology prototypes, but doesn't reset research progress):
/c game.player.force.reset_technologies()

If it doesn't, try this:
/c game.player.force.technologies["kovarex-enrichment-process"].enabled = true

3 years ago

Thank you. The last console script worked.

New response