Transport Fever 2

Transport Fever 2

Distribution Centre
doug 2022 年 5 月 16 日 上午 5:04
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.