Nuclear Science


Adds nuclear science as Nauvis's science pack.

Content
a month ago
2.0
1.90K
Manufacturing

g Hurricane046's Atom Forge

2 months ago
(updated 2 months ago)

There are some utterly delicious graphics created by Hurricane046 under the CC BY license

https://www.figma.com/proto/y1IQG08ZG2jIeJ5sTyF4MP/Factorio-Buildings?node-id=2585-1158

The Atom Forge would be a nice upgrade to the centrifuge. You could revert your modifications to the centrifuge and make the atom forge unlockable via nuclear science.

a month ago

I'm working on adding this and the draft is mostly working. You can see the progress on the github, in the atom-forge branch.

Thank you for links; I will check them out. Hopefully they help me bottom out a few issues.

a month ago

I even added sound. Feel free to use it if you like it.

a month ago

similar to this - https://mods.factorio.com/mod/advanced-centrifuge/discussion/67866a808a18edf410096a77

the recipe seems very simple considering how insane this building is

a month ago

Nice. Now move it up by 16 pixels :-)

shift = util.by_pixel(0, -16) on all graphics gefinitions.

a month ago

Is that on purpose that you allow all Nauvis science packs to be made in the atom forge with 50% prod bonus? If yes, then I need to rebuild my Nauvis science production :-)

a month ago

Nice. Now move it up by 16 pixels :-)

Does it need that? How come?

Happy to fix if it needs it (though I'm dreading having to rework the circuit network connector).

Is that on purpose that you allow all Nauvis science packs to be made in the atom forge with 50% prod bonus? If yes, then I need to rebuild my Nauvis science production :-)

Yes. It's documented in the new and improved readme / portal info page. :)

a month ago

Look how the graphics go about half a tile below the selection border. It feels weird placing the building because of that.

a month ago
(updated a month ago)

Also I agree that the recipe is too cheap. It's way cheaper than the centriuge. Although it needs a centrifuge as ingredient... I guess one could argue both ways.

a month ago

Yes. It's documented in the new and improved readme / portal info page. :)

Any chance you can make a configuration option to only allow nuclear science to be crafted in the atom forge? I like the equivalence with the other planet-specific buildings/sciences.

a month ago

Any chance you can make a configuration option to only allow nuclear science to be crafted in the atom forge? I like the equivalence with the other planet-specific buildings/sciences.

I would love to. But I don't think I can. The atom forge tech requires nuclear packs to research, so there has to be a way to craft them to unlock it. That's the centrifuge. Of course, the real solution would be to make the nuclear science pack technology require the atom forge technology and have that technology triggered by making a reasonably complex Nauvis export product -- that would be more in line with the other planets. So U-235 becomes analogous to tungsten carbide and holmium plate, and the Nauvis export product is analogous to tungsten plate and superconductor/supercapacitor.

But there isn't really a complex Nauvis export product available in the game, and shimming one in is a pretty hard design challenge, because it has to be useful elsewhere.

Another possible way is to remove the centrifuge entirely and replace it with the atom forge. As it is, the atom forge makes the centrifuge pretty redundant, and it was already a very niche building. But those graphics were too good to turn down, so it got included. Removing the centrifuge probably won't happen, since if I do that I'm giving up compatibility with any other mod that touches uranium production chains, unless I do a lot of code to support them.

If I come across an idea that seems workable, I will certainly consider implementing it. I just don't know what that idea is yet.

a month ago

I would love to. But I don't think I can.

Sorry, I meant to say that my preference would be an option to make automation, logistic, military, chemical, production and utility science pack uncraftable in the atom forge.

Nauvis export product is analogous to tungsten plate and superconductor/supercapacitor.

That being said, the Nauvis export product is nuclear power cells. They aren't used in many advanced recipes, but maybe they should be.

Another possible way is to remove the centrifuge entirely and replace it with the atom forge.

If you go down that road, I'd revert your changes to the centrifuge so it cannot craft equipment and fuel cells, and keep all that in the atom forge, and take away the atom forge ability to do korvex enrichment.

a month ago

Look how the graphics go about half a tile below the selection border. It feels weird placing the building because of that.

Amended as suggested in 0.3.2. I'm not sure about this, as the top now mostly covers the tile above and looks very strange with inserters. I'll see if people complain.

a month ago

The position looks good. The rendering order does not. Maybe play with the render layer: https://lua-api.factorio.com/latest/types/WorkingVisualisation.html#render_layer

New response