greeny / SatisfactoryTools

Satisfactory Tools for planning and building the perfect base.
https://www.satisfactorytools.com/
MIT License
268 stars 57 forks source link

[U4] Issue with Non-fissile Uranium and other Uranium Waste Processing productions #59

Open biowpn opened 3 years ago

biowpn commented 3 years ago
  1. Non-fissile Uranium production does not work when given direct input items:

https://u4.satisfactorytools.com/production?share=05OUr0c8xwapWaglOYfL

It works fine when starting from raw resources. However, when all raw resources are set to 0 and all 4 direct inputs (U waste, H2SO4, HNO3, Si) are given, it does not calculate.

  1. Plutonium Pellet, Encased Plutonium Cell, Plutonium Fuel Rod do not work when starting from raw resources.

https://u4.satisfactorytools.com/production?share=xeKDOwKQOPwcqCKX8dLk

https://u4.satisfactorytools.com/production?share=uy9M6g6yiLrfOFFnfLd8

https://u4.satisfactorytools.com/production?share=ObQhFIIwATZqtkoZwtP8

However, they do work when given direct item input, so it's exactly the opposite of Non-fissile Uranium.

greeny commented 3 years ago

Non-fissile Uranium production does not work when given direct input items:

That's most likely because it produces extra water as a byproduct, which confuses the tool ("oh hey result is that they are generating raw resources, that's wrong"), it's probably a bug, although I'm not sure how to fix it. Will look into this when I have time.

Plutonium Pellet, Encased Plutonium Cell, Plutonium Fuel Rod do not work when starting from raw resources.

Since they all require nuclear waste to work, you need to input nuclear waste to those (as the waste isn't possible to be "produced" in a normal machine). See #58

biowpn commented 3 years ago

Non-fissile Uranium production does not work when given direct input items:

That's most likely because it produces extra water as a byproduct, which confuses the tool ("oh hey result is that they are generating raw resources, that's wrong"), it's probably a bug, although I'm not sure how to fix it. Will look into this when I have time.

Thanks for the hint! I've added 1 water as a target product and it works like a charm:

https://u4.satisfactorytools.com/production?share=UVNkoqskuGl4xOxSxjVT

greeny commented 3 years ago

Non-fissile Uranium production does not work when given direct input items:

That's most likely because it produces extra water as a byproduct, which confuses the tool ("oh hey result is that they are generating raw resources, that's wrong"), it's probably a bug, although I'm not sure how to fix it. Will look into this when I have time.

Thanks for the hint! I've added 1 water as a target product and it works like a charm:

https://u4.satisfactorytools.com/production?share=UVNkoqskuGl4xOxSxjVT

wow, that's a nice workaround, I haven't thought about this. I'm still gonna try to solve this issue, but it's good to know how to work around it for now.