Nuclear Fuel

by GotLag

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

Content
4 years ago
0.15 - 1.1
27.8K
Power

g PSA: Reenable kovarex without disabling achievements

4 years ago
(updated 4 years ago)

In order to reenable kovarex after removing NuclearFuel, you need to run

/c game.player.force.technologies["kovarex-enrichment-process"].enabled = true

But in order to run that without disabling achievements, I installed LuaCombinator 3 but game.player was a nil value. You need to run:

game.get_player(1).force.technologies["kovarex-enrichment-process"].enabled = true

if you are in a single-player world.

Posting here in case anybody else would find it useful.

4 years ago

Thanks, useful info

4 years ago

Also, in my seablock world, I also needed to re-enable thorium-processing, thorium-plutonium-fuel-cell, plutonium-fuel-cell, thorium-fuel-reprocessing and deuterium-fuel-reprocessing - wondering what else I might have broken.

4 years ago

I've added a mod startup option to enable Kovarex, which can be used as part of removing this mod

New response