Transport Fever 2

Transport Fever 2

London Station signs
doug 24 Jun, 2021 @ 3:14pm
Formatting as Assets
If you add a trivial groundface entry to the construction file, you can use the 'ASSET_DEFAULT' tag, rather than 'DEPOT'
Just something like this:

result.groundFaces = {}
local groundFace = { { .1, -.1,0 },{ .1, .1,0 },{ -.1, .1,0 },{ -.1, -.1,0 } }
result.groundFaces[#result.groundFaces + 1] = {face = groundFace,modes = {{type = "FILL",key = "building_paving.lua"}}}