Hi,
it seems that player inventory_size is limited to 256. The problem is that if you go further than this value (using several mods, armor, etc.. that can go higher), then the size of your inventory is decreased of 256.
example : if you reach 300, your invenoty becomes 300-256 = 44. It would be better to just limit the number to 256 if the sum of everything goes higher, no ?
[Rseding91] inventory_size limit 256
[Rseding91] inventory_size limit 256
My mods on the Factorio Mod Portal
Re: inventory_size limit 256
Thanks for the report,
This is kinda funny
I think maybe inventory size should be... uncapped somewhat, we'll see what happens
This is kinda funny
I think maybe inventory size should be... uncapped somewhat, we'll see what happens
Re: inventory_size limit 256
Ha ha !
I already manage to get memory crash with factorio making to big LUA lists, so I guess that even uncapped, the inventory size will have some technical limits
I already manage to get memory crash with factorio making to big LUA lists, so I guess that even uncapped, the inventory size will have some technical limits
My mods on the Factorio Mod Portal
Re: inventory_size limit 256
Can you give me steps to reproduce the issue? Inventory size should work correctly up until uint16_t or 65536 before it wraps around to 0.
If you want to get ahold of me I'm almost always on Discord.
Re: [Rseding91] inventory_size limit 256
Nevermind, I found the issue
If you want to get ahold of me I'm almost always on Discord.
Re: [Rseding91] inventory_size limit 256
So if I set it to 65537, there will still be a bug ??? I make a report right now !!!!65536 before it wraps around to 0.
My mods on the Factorio Mod Portal
Re: [Rseding91] inventory_size limit 256
No, if you set it to that it will overflow as designed. No bug. Everything has its limits.binbinhfr wrote:So if I set it to 65537, there will still be a bug ??? I make a report right now !!!!65536 before it wraps around to 0.
If you want to get ahold of me I'm almost always on Discord.
Re: [Rseding91] inventory_size limit 256
Fixed for 0.13.8.
If you want to get ahold of me I'm almost always on Discord.
Re: [Rseding91] inventory_size limit 256
Did I miss 0.13.7 ???Rseding91 wrote:Fixed for 0.13.8.
Or maybe it will come out in a few hours...
My mods on the Factorio Mod Portal