Transport Fever 2

Transport Fever 2

Distribution Centre
doug 16 May, 2022 @ 5:04am
shared capacity
Don't think it is documented anywhere yet, but you can add shared storage capacity to non-modular stations such as this:


local sharedCapacity = platformScale * 150 * 8
result.stations = {
{
terminals = { 0,1,2,3,4,5,6,7 },
tag = 0,
pool = {edges = result.edges, moreCapacity = sharedCapacity}
},
}

I think this cuts down on the number of objects being rendered on the map.