๐Ÿ—บ๏ธRegion Examples

Below are some examples on regions you can use, of course you can create your own regions within the config file.

Half/Half Region

TZMCBlackoutAdvancedConfig.Regions = {
    leftSide = {
        topLeft = { x = -4000, y = 8000 },
        bottomRight = { x = 0, y = -4000 }
    },
    rightSide = {
        topLeft = { x = 0, y = 8000 },
        bottomRight = { x = 4000, y = -4000 }
    },
}

Quarters Region

Docks Terminal/LSIA Airport/Casino Region

All Airports Region

Last updated