Sign Setup

Setting up your Custom Vinewood Sign is simple!

Configuration File

To begin, navigate to the config.lua file included in the resource folder.

    -- Maximum of 10 characters per line
    textLines = {
        [1] = "london", -- Line 1 of text (top)
        [2] = "studios", -- Line 2 of text (bottom)
    },

    -- If set to true, all text will automatically align center
    -- If set to false, all text will align to the left
    centerTextAutomatically = true,

This can be found on lines 3-11 of the config. Here you can set the top line and bottom line of your vinewood sign. This must be a maximum of 10 characters on each line, including spaces.

Make sure to count the numbers of characters carefully before starting the resource to ensure that your message will display correctly.

Restart resource

After saving the config.lua file, make sure to restart the resource and your message should be displayed in-game.

Your custom vinewood sign will also be fully emissive at night.

Last updated