I agree. But, why worker_robots_storage_bonus can be updated up to 65535.0?
I think, increasing the number of robots drastically decreases UPS/FPS performance compared to inserters.
Search found 5 matches
- Tue Nov 02, 2021 3:48 pm
- Forum: Ideas and Suggestions
- Topic: Inserter (Stack or Not) Should not be Limited to 254.0
- Replies: 16
- Views: 3443
- Tue Nov 02, 2021 8:08 am
- Forum: Ideas and Suggestions
- Topic: Inserter (Stack or Not) Should not be Limited to 254.0
- Replies: 16
- Views: 3443
Re: Inserter (Stack or Not) Should not be Limited to 254.0
Worker robots don't store a cargo size (only held item count), and perhaps the expectation is there will be fewer active bots, so the benefit of reducing stored size is less.
Its the property name in LuaForce class by the way (Factorio API docs).
It's talking about handling massive items and ...
- Tue Nov 02, 2021 6:16 am
- Forum: Ideas and Suggestions
- Topic: Inserter (Stack or Not) Should not be Limited to 254.0
- Replies: 16
- Views: 3443
Re: Inserter (Stack or Not) Should not be Limited to 254.0
Can the property be changed? so it can store a larger value.
I'm struggling to flush the output out of the furnace/assembling machine using the inserter, due to its high productivity (mods' effect).
Imagine the property of worker robots storage bonus is not limited, but why not with the inserter ...
I'm struggling to flush the output out of the furnace/assembling machine using the inserter, due to its high productivity (mods' effect).
Imagine the property of worker robots storage bonus is not limited, but why not with the inserter ...
- Mon Nov 01, 2021 3:34 am
- Forum: Ideas and Suggestions
- Topic: Inserter (Stack or Not) Should not be Limited to 254.0
- Replies: 16
- Views: 3443
Re: Inserter (Stack or Not) Should not be Limited to 254.0
https://ibb.co/sqZDHJt
I don't think so, the field in the LuaForce class has uint data type.
It holds 32-bit unsigned integer. Possible values are 0 to 4,294,967,295.
So, it should be restricted in the code by conditional flow.
I don't think so, the field in the LuaForce class has uint data type.
It holds 32-bit unsigned integer. Possible values are 0 to 4,294,967,295.
So, it should be restricted in the code by conditional flow.
- Sun Oct 31, 2021 12:57 pm
- Forum: Ideas and Suggestions
- Topic: Inserter (Stack or Not) Should not be Limited to 254.0
- Replies: 16
- Views: 3443
Inserter (Stack or Not) Should not be Limited to 254.0
In this current version, inserter's capacity bonus is limited to 254.
So, please don't restrict its value.
So, please don't restrict its value.