Nucular Engineering


Expands upon nuclear materials and their applications, to make this neglected part of the game more involved and rewarding.

Content
5 months ago
2.0
1.05K
Combat Manufacturing

b [FIXED] Space science unlock not working

10 months ago

I sent the raffinite to space and orbit but it wont work no matter what please fix

10 months ago

Thanks for the bug report, it should work with the new update.

10 months ago

I'm still seeing this issue (running version 1.2.5). Seems to be something related to the radioactive-raffinate-barrel recipe/crafting for some reason.

I tried changing the research_trigger to (as stated in the changelog):
data.raw.technology['space-science-pack'].research_trigger = {type = 'send-item-to-orbit', item = {name = 'radioactive-raffinate-barrel'}}
--> didn't work (the research trigger is stated correctly in the research tree, but sending to orbit doesn't unlock the tech)

But if I instead changed it to:
data.raw.technology['space-science-pack'].research_trigger = {type = 'craft-fluid', fluid = 'radioactive-raffinate', amount = 10.0}
--> works

10 months ago

Well that's weird, you're right it simply won't trigger when crafting the barrels, I didn't even bother to test it before release. The next update will include the craft-fluid trigger as you suggested.
The sending item-to-orbit trigger might just work differently than described, but this seems like a bug in the game.

New response