Fission Reactor does not allow for a "frame"
sandalle opened this issue ยท 3 comments
There's not much I have been able to do about that - you can put casing in the corners, just not on the edges, as otherwise the structure will not be read correctly. I could go through the checking code and change it, but it would be so much work that I'm not sure it would be worth the trouble. I have in fact tries to do this a couple of times, but ultimately failed on both occasions.
I recall it was mentioned as "future state" in one of your developer videos a while ago, so thought I'd mention it. I didn't try the corner pieces before reporting, sorry.
Would it be easier to make a multi-block system, or is that what your checking code does (a la Big Reactors code? If that helps (I'm not a java programmer, sorry :/ ).
The fission controller's checking code is different to Big Reactors', as they obviously have their differences, but I have never actually looked at the BR code. They essentially do almost the same thing, but there are two main differences:
- NC reactors can share reactor walls, while BR reactors can't.
- NC reactors can't have edges, while BR reactors can.
There isn't an easy way to allow both edges and shared reactor walls.