Plutonium Energy


Adds processing of plutonium, excess product from nuclear reaction. Plutonium can be used to make ammo (even plutonium atomic bomb) and to generate energy as MOX fuel.

Content
6 days ago
0.15 - 1.1
53.2K
Power

g Hack for Realistic Reactors

1 year, 2 months ago
(updated 1 year, 2 months ago)

See below

1 year, 2 months ago
(updated 1 year, 2 months ago)

-- technology.lua

1) terminate the data:extend before nuclear-breeding technology is defined, by inserting the following:

})
if not mods["RealisticReactors"] then
data:extend({

2) before the final if statement (last line of the file), terminate this new data:extend and add a closing end, for the if:

})
end

This change will prevent the breeder technologies, if the "RealisticReactors" mod is installed. The breeder fuel cells do not work in the Realistic Reactors' breeder reactor, will only take Plutonium Energy's MOX fuel cells or uranium fuel cells.

3) Click the setting to disable the MOX reactor recipe.

1 year, 2 months ago

Or if you have your own mod of mods script, you can add lines something like this:

if mods['PlutoniumEnergy'] and mods['RealisticReactors'] and data.raw['technology']['nuclear-breeding'] then
data.raw['technology']['nuclear-breeding'] = nil
data.raw['technology']['breeder-fuel-cell-from-uranium-cell'] = nil
data.raw['technology']['breeder-fuel-cell-from-MOX-fuel'] = nil
end

1 year, 1 month ago

I don't like this solution and would rather explore other possibilities to bring breeder fuel cells into RR. IIRC it has a breeder reactor, so I will take a look at how it all can be integrated well.

1 year, 1 month ago

They are working on a RR V4, no idea when that is expected, but they are making some adjustments too, I think.

New response