Renai Transportation


Se~no to traditional belts and tiresome walking with these ridiculous ways to transport items and yourself around your factory. Features: Thrower inserters, train ramps, player launchers, bounce pads, ziplines, and more

Content
4 months ago
0.18 - 1.1
33.7K
Transportation Logistics Trains

b Freeze due to items being throw onto curved belt on size limited surface [Fixed✅]

4 months ago

Interesting, I guess I'll put a limit on the search radius to prevent the crash.

4 months ago
(updated 4 months ago)

I think there are 2 things that could be improved:
- search radius could be limited to prevent freezes
- back pressure logic could be fixed because in this specific case one of inserters was throwing items in the direction of a corner transport belt which due to alignment never could hold 8 items (speculation) so once items were dumped that inserter would resume throwing more items. To help with detecting that belts are not straight in Factorio 1.1.100 i made LuaEntity::belt_shape read which you can use to detect a belt is corner and so the items limit may need to be lower. In some extreme cases it may happen that only 5 items are on a corner belt (given that items spacing is 64 positions, inner lane has length of 106 positions and outer lane has length of 295 positions, it may happen inner lane will have 1 item and outer lane will have 4 items)

4 months ago

Huh I never considered curved belts holding less than 8 items but that makes sense. If that read is in the game now I'll try adding that to thrower target checking

New response