Page 1 of 1

Combinators: Allow more way to input numbers

Posted: Tue Nov 21, 2023 8:22 pm
by DarkShadow44
TL;DR
Give the number box the ability to parse simple math equations and hex numbers.

What ?
When using combinators you often need to add some constant:
Image

It would be useful if we could set numbers like "80*8+4", press enter and have the game automatically convert it to 644.
Same thing for hex numbers, would be nice to just write 0xFFFF and have it converted to 65535. Would be very useful for bit operations.

Re: Combinators: Allow more way to input numbers

Posted: Tue Nov 21, 2023 8:44 pm
by BaggyK
Related suggestion threads:

viewtopic.php?f=6&t=50305 Allow hexadecimal entry for constant values in combinators
viewtopic.php?f=6&t=14686 Accept hexadecimal input for numbers
viewtopic.php?f=6&t=53999 Suggetion: Binary combinator variables

Re: Combinators: Allow more way to input numbers

Posted: Wed Nov 22, 2023 7:15 am
by aka13
That would be very cool, especially the bit keyboard.
I use helper excel tables for input otherwise, which is pretty cumbersome.

Re: Combinators: Allow more way to input numbers

Posted: Wed Nov 22, 2023 5:09 pm
by Hares
+1 on that

Re: Combinators: Allow more way to input numbers

Posted: Sat Dec 02, 2023 5:55 am
by Roxor128
Adding onto this, an option to view as hexadecimal would be useful as well. Much easier to pick out your packed values from hexadecimal than decimal.

Re: Combinators: Allow more way to input numbers

Posted: Sat Dec 02, 2023 10:47 am
by Illiander42
Another +1.

Helmod does this with it's "how much do you want" field.

Re: Combinators: Allow more way to input numbers

Posted: Fri Dec 08, 2023 7:32 pm
by DarkShadow44
With FFF 388 this is confirmed part of the expansion. Anyone knows if Hex is a thing as well?