Renai Transportation


The most unhinged ways to transport items and yourself around your factory. Fling items around with Thrower Inserters, launch your trains off ramps, and soar through your base on electric ziplines! Updated for 2.0! No Space Age special features yet (gotta beat it myself first 🗿) but it's definitely coming

Content
26 days ago
0.18 - 2.0
38.0K
Transportation Logistics Trains

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

11 months ago

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

11 months ago
(updated 11 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)

11 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