Page 1 of 1
Item request stack display
Posted: Sun Nov 24, 2024 3:41 am
by Cronie
In the inventory request confirmation dialog, please show the number of stacks somewhere instead of just a raw number. There could be an option in settings to "request items by stacks" or there could just be a conversion on the screen that shows how many stacks the number requested is equivalent to.
Thank you for all the hard work

- Screenshot_20241123_223734.png (367.63 KiB) Viewed 354 times
Re: Item request stack display
Posted: Sun Nov 24, 2024 5:23 am
by IsaacOscar
The default value is already the stack size,
so just write say "10*" before that and you'll get 10 stacks.
Re: Item request stack display
Posted: Sun Nov 24, 2024 1:47 pm
by Cronie
IsaacOscar wrote: Sun Nov 24, 2024 5:23 am
The default value is already the stack size,
so just write say "10*" before that and you'll get 10 stacks.
Take a picture of what you mean. I think you mean to put a "0" AFTER the number, but this would obviously only work with multiples of 10
Re: Item request stack display
Posted: Mon Nov 25, 2024 8:27 am
by IsaacOscar
Cronie wrote: Sun Nov 24, 2024 1:47 pm
Take a picture of what you mean. I think you mean to put a "0" AFTER the number, but this would obviously only work with multiples of 10
It's not limited to multiples of ten!

- Screenshot 2024-11-25 182526.png (925.99 KiB) Viewed 247 times
See
https://lua-api.factorio.com/latest/con ... ssion.html for the supported maths operations you can do