Page 1 of 1

Floating point constant values?

Posted: Mon Nov 04, 2024 4:22 pm
by smolgumball
Hi folks, I'm wondering if there's a way to get decimals / floats to work in areas where a number is expected. Primarily I'm working with constant combinators and other circuit blocks for the first time and am finding that such inputs seem to only accept integers.

If it's not possible, could you please point me towards workarounds that folks tend to use? I'm also open to mods if that is something a mod might enable.

Thanks!

Re: Floating point constant values?

Posted: Mon Nov 04, 2024 5:23 pm
by Zanthra
Can you work in percent by multiplying values by 100 before doing anything with them? That is fixed point, but at least it's decimal.

Re: Floating point constant values?

Posted: Mon Nov 04, 2024 11:02 pm
by Zaflis
If you do percentage calculation, multiply first and then divide. Not the other way around.