#[0.0.8-RC3] Station never fills (...with mixed shapes)

7 messages · Page 1 of 1 (latest)

empty mulch
#

If I feed a different shape into each lane,
the train station NEVER fills up.
It just deletes all my shapes forever.
Note that the input is uniform per-lane,
so the game only needs to record which shape is on which lane.
That's 12 shape IDs; no need to store all 1080 shapes!

#

[0.0.8-RC3] Station never fills (...with mixed shapes)

gleaming tulip
#

All 4 lanes on each floor need to be the same shape, otherwise it is trying to put different shapes into the same packet, which causes it to reset

You can only do different shapes on different floors

empty mulch
#

Ok so it's storing 3 shape IDs per packet then.
So to fix my issue it needs to record 12 values not just 3.
Doesn't seem like too hefty a change.

gleaming tulip
#

No it's only 1 shape id per packet, each floor has a completely separate buffer and list of packets

empty mulch
#

ok I guess this is clearly by-design...
I'll make a post to the suggestions site

grand rootBOT
#

visuals of trainloader will be improved