Page 1 of 1

Arithmetic combinator ouput bug

Posted: Tue Feb 25, 2025 6:29 am
by lostastronaut
Hello,

I've found an issue with the Athrimetic combinator where the division signal does not provide the same number of outputs as inputs. Other operations appear to be working as expected. Here is an example:
I'm playing with Space Age 2.0.32. Let me know if you need more info!

Thanks for the great game :D

Re: Arithmetic combinator ouput bug

Posted: Tue Feb 25, 2025 6:35 am
by boskid
Thanks for the report. This is Not a bug.

On circuit network, signals with value of 0 are represented by no signal. This is not specific to arithmetic nor specific to division.

Re: Arithmetic combinator ouput bug

Posted: Tue Feb 25, 2025 9:37 am
by lostastronaut
Oh, I just realized the division signal will be less than 1 and so I guess gets a value of zero on the output. Dang, ill have to find a work around, thanks!