Config File

Here is a copy of the config file | Last Updated 7/06/2024

https://github.com/EZ-Scripts/ez_fastTravel/blob/main/config.lua
Config = {
    UsePrices = true, -- Set to false to disable prices (Make sure to still include towns within the price table for each location)
    FreeForJobs = { -- Keep Empty if you want to disable free fast travel for jobs
        "police",
        "doctor"
    },
    PreAppendLocation = false, -- Set to true to append location name before FastTravel
    FastTravel = "Fast Travel", -- Blip name (Post appended if chosen)
    Locations = {
        ["valentine"] = {
            locationLabel = "Valentine", -- Name of blip and location in menu
            locationDesc = "Located in the Heartlands, New Hanover. Known for its saloons, stables, and bustling activity.", -- Description of location
            playerCountInArea = 0, -- DO NOT TOUCH
            coords = vector3(-186.75, 640.0, 113.62),
            blip = { -- Coords (coords) and label (locationLabel + FastTravel) used from above
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-296.69, 754.26, 120.63), -- Center of town coords to get players
            townRadius = 500, -- Radius of town to get players within
            cardImg = "./images/valentine.png",
            price = {
                ["blackwater"] = 21,
                ["strawberry"] = 15,
                ["saintdenis"] = 25,
                ["rhodes"] = 17,
                ["annesburg"] = 22,
                ["vanhorntradingpost"] = 22,
                ["tumbleweed"] = 42,
                ["manzanita"] = 21,
                ["wapiti"] = 14,
                ["colter"] = 16,
                ["mcfarlandranch"] = 27,
                ["emeraldranch"] = 14,
                ["lagras"] = 19,
                ["armadillo"] = 34
            },
        },
        ["blackwater"] = {
            locationLabel = "Blackwater",
            locationDesc = "A growing town in the Great Plains, West Elizabeth, known for its modern advancements and law enforcement presence.",
            playerCountInArea = 0,
            coords = vector3(-1212.55, -1217.68, 75.52),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-815.74, -1319.72, 43.68),
            townRadius = 500,
            cardImg = "./images/blackwater.png",
            price = {
                ["valentine"] = 21,
                ["strawberry"] = 10,
                ["saintdenis"] = 34,
                ["rhodes"] = 23,
                ["annesburg"] = 40,
                ["vanhorntradingpost"] = 38,
                ["tumbleweed"] = 41,
                ["manzanita"] = 11,
                ["wapiti"] = 34,
                ["colter"] = 33,
                ["mcfarlandranch"] = 18,
                ["emeraldranch"] = 29,
                ["lagras"] = 30,
                ["armadillo"] = 28
            },
        },
        ["strawberry"] = {
            locationLabel = "Strawberry",
            locationDesc = "A picturesque town in Big Valley, West Elizabeth, known for its scenic beauty and waterfall.",
            playerCountInArea = 0,
            coords = vector3(-1632.01, -515.31, 148.73),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-1799.18, -402.1, 159.8),
            townRadius = 500,
            cardImg = "./images/strawberry.png",
            price = {
                ["valentine"] = 18,
                ["blackwater"] = 10,
                ["saintdenis"] = 38,
                ["rhodes"] = 26,
                ["annesburg"] = 40,
                ["vanhorntradingpost"] = 39,
                ["tumbleweed"] = 40,
                ["manzanita"] = 13,
                ["wapiti"] = 30,
                ["colter"] = 27,
                ["mcfarlandranch"] = 20,
                ["emeraldranch"] = 29,
                ["lagras"] = 33,
                ["armadillo"] = 29
            },
        },
        ["saintdenis"] = {
            locationLabel = "Saint Denis",
            locationDesc = "A large, bustling city in Lemoyne, reminiscent of New Orleans, with a diverse population and many amenities.",
            playerCountInArea = 0,
            coords = vector3(2666.43, -1467.85, 46.36),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(2665.61, -1265.7, 55.56),
            townRadius = 500,
            cardImg = "./images/saintdenis.png",
            price = {
                ["valentine"] = 21,
                ["blackwater"] = 23,
                ["strawberry"] = 26,
                ["rhodes"] = 12,
                ["annesburg"] = 16,
                ["vanhorntradingpost"] = 13,
                ["tumbleweed"] = 45,
                ["manzanita"] = 27,
                ["wapiti"] = 25,
                ["colter"] = 31,
                ["mcfarlandranch"] = 30,
                ["emeraldranch"] = 15,
                ["lagras"] = 9,
                ["armadillo"] = 37
            },
        },
        ["rhodes"] = {
            locationLabel = "Rhodes",
            locationDesc = "A town in Scarlett Meadows, Lemoyne, with a history of feuding families.",
            playerCountInArea = 0,
            coords = vector3(1155.9, -1144.53, 70.6),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(1368.16, -1328.63, 77.53),
            townRadius = 500,
            cardImg = "./images/rhodes.png",
            price = {
                ["valentine"] = 17,
                ["blackwater"] = 18,
                ["strawberry"] = 20,
                ["saintdenis"] = 13,
                ["annesburg"] = 19,
                ["vanhorntradingpost"] = 17,
                ["tumbleweed"] = 44,
                ["manzanita"] = 22,
                ["wapiti"] = 23,
                ["colter"] = 29,
                ["mcfarlandranch"] = 26,
                ["emeraldranch"] = 13,
                ["lagras"] = 10,
                ["armadillo"] = 34
            },
        },
        ["annesburg"] = {
            locationLabel = "Annesburg",
            locationDesc = "A mining town in Roanoke Ridge, New Hanover, with a focus on coal mining.",
            playerCountInArea = 0,
            coords = vector3(2824.21, 909.77, 51.99),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(2919.19, 1321.74, 44.2),
            townRadius = 500,
            cardImg = "./images/annesburg.png",
            price = {
                ["valentine"] = 17,
                ["blackwater"] = 24,
                ["strawberry"] = 24,
                ["saintdenis"] = 14,
                ["rhodes"] = 16,
                ["vanhorntradingpost"] = 6,
                ["tumbleweed"] = 44,
                ["manzanita"] = 28,
                ["wapiti"] = 16,
                ["colter"] = 23,
                ["mcfarlandranch"] = 32,
                ["emeraldranch"] = 10,
                ["lagras"] = 11,
                ["armadillo"] = 38
            },
        },
        ["vanhorntradingpost"] = {
            locationLabel = "Vanhorn Trading Post",
            locationDesc = "A small, rundown port town in Roanoke Ridge, New Hanover, often associated with outlaws and smugglers.",
            playerCountInArea = 0,
            coords = vector3(2834.96, 412.02, 57.13),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(2960.43, 515.04, 45.74),
            townRadius = 500,
            cardImg = "./images/vanhorntradingpost.png",
            price = {
                ["valentine"] = 18,
                ["blackwater"] = 24,
                ["strawberry"] = 24,
                ["saintdenis"] = 12,
                ["rhodes"] = 14,
                ["annesburg"] = 6,
                ["tumbleweed"] = 44,
                ["manzanita"] = 27,
                ["wapiti"] = 17,
                ["colter"] = 25,
                ["mcfarlandranch"] = 31,
                ["emeraldranch"] = 10,
                ["lagras"] = 10,
                ["armadillo"] = 37
            },
        },
        ["tumbleweed"] = {
            locationLabel = "Tumbleweed",
            locationDesc = "A rough town in the New Austin region, often associated with outlaws and a harsh environment.",
            playerCountInArea = 0,
            coords = vector3(-5484.77, -3075.37, -2.92),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-5510.29, -2930.49, -2.53),
            townRadius = 500,
            cardImg = './images/tumbleweed.png',
            price = {
                ["valentine"] = 50,
                ["blackwater"] = 27,
                ["strawberry"] = 27,
                ["saintdenis"] = 43,
                ["rhodes"] = 38,
                ["annesburg"] = 49,
                ["vanhorntradingpost"] = 48,
                ["manzanita"] = 23,
                ["wapiti"] = 43,
                ["colter"] = 38,
                ["mcfarlandranch"] = 19,
                ["emeraldranch"] = 42,
                ["lagras"] = 44,
                ["armadillo"] = 12
            },
        },
        ["armadillo"] = {
            locationLabel = "Armadillo",
            locationDesc = "A small town in Cholla Springs, New Austin, known for its saloons and general store.",
            playerCountInArea = 0,
            coords = vector3(-3835.55, -2866.6, -15.87),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-3689.0, -2581.19, -13.74),
            townRadius = 500,
            cardImg = "./images/armadillo.png",
            price = {
                ["valentine"] = 34,
                ["blackwater"] = 27,
                ["strawberry"] = 27,
                ["saintdenis"] = 43,
                ["rhodes"] = 35,
                ["annesburg"] = 49,
                ["vanhorntradingpost"] = 48,
                ["manzanita"] = 27,
                ["wapiti"] = 43,
                ["colter"] = 39,
                ["mcfarlandranch"] = 12,
                ["emeraldranch"] = 41,
                ["lagras"] = 41,
                ["tumbleweed"] = 14
            },
        },
        ["manzanita"] = {
            locationLabel = "Manzanita Post",
            locationDesc = "Manzanita Post is a small, outpost nestled in the heart of a dense forest, surrounded by pines and vibrant manzanita shrubs.",
            playerCountInArea = 0,
            coords = vector3(-1963.92, -1609.85, 116.16),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-1963.92, -1609.85, 116.16),
            townRadius = 500,
            cardImg = "./images/manzanita.png",
            price = {
                ["valentine"] = 28,
                ["blackwater"] = 11,
                ["strawberry"] = 14,
                ["saintdenis"] = 43,
                ["rhodes"] = 30,
                ["annesburg"] = 49,
                ["vanhorntradingpost"] = 47,
                ["wapiti"] = 42,
                ["colter"] = 38,
                ["mcfarlandranch"] = 12,
                ["emeraldranch"] = 38,
                ["lagras"] = 39,
                ["armadillo"] = 23,
                ["tumbleweed"] = 36
            },
        },
        ["wapiti"] = {
            locationLabel = "Wapiti Reservation",
            locationDesc = "The Wapiti Reservation is a peaceful and sacred settlement located in the northern region of Ambarino.",
            playerCountInArea = 0,
            coords = vector3(484.45, 2177.17, 244.28),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(484.45, 2177.17, 244.28),
            townRadius = 500,
            cardImg = "./images/wapiti.png",
            price = {
                ["valentine"] = 12,
                ["blackwater"] = 23,
                ["strawberry"] = 21,
                ["saintdenis"] = 25,
                ["rhodes"] = 21,
                ["annesburg"] = 17,
                ["vanhorntradingpost"] = 18,
                ["manzanita"] = 26,
                ["colter"] = 13,
                ["mcfarlandranch"] = 31,
                ["emeraldranch"] = 14,
                ["lagras"] = 20,
                ["armadillo"] = 36,
                ["tumbleweed"] = 43
            },
        },
        ["colter"] = {
            locationLabel = "Colter",
            locationDesc = "Colter is a small, abandoned mining town nestled in the snow-covered mountains of the Grizzlies.",
            playerCountInArea = 0,
            coords = vector3(-1305.03, 2423.03, 307.14),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-1305.03, 2423.03, 307.14),
            townRadius = 500,
            cardImg = "./images/colter.png",
            price = {
                ["valentine"] = 15,
                ["blackwater"] = 24,
                ["strawberry"] = 15,
                ["saintdenis"] = 25,
                ["rhodes"] = 17,
                ["annesburg"] = 28,
                ["wapiti"] = 14,
                ["vanhorntradingpost"] = 29,
                ["manzanita"] = 26,
                ["mcfarlandranch"] = 32,
                ["emeraldranch"] = 23,
                ["lagras"] = 29,
                ["armadillo"] = 36,
                ["tumbleweed"] = 42
            },
        },
        ["mcfarlandranch"] = {
            locationLabel = "McFarland Ranch",
            locationDesc = "McFarland Ranch is a peaceful homestead located in New Austin.",
            playerCountInArea = 0,
            coords = vector3(-2501.68, -2444.1, 60.21),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-2501.68, -2444.1, 60.21),
            townRadius = 500,
            cardImg = "./images/mcfarlandranch.png",
            price = {
                ["valentine"] = 32,
                ["blackwater"] = 17,
                ["strawberry"] = 19,
                ["saintdenis"] = 42,
                ["rhodes"] = 32,
                ["annesburg"] = 49,
                ["colter"] = 40,
                ["wapiti"] = 43,
                ["vanhorntradingpost"] = 47,
                ["manzanita"] = 11,
                ["emeraldranch"] = 39,
                ["lagras"] = 39,
                ["armadillo"] = 14,
                ["tumbleweed"] = 26
            },
        },
        ["emeraldranch"] = {
            locationLabel = "Emerald Ranch",
            locationDesc = "Nestled in the heart of The Heartlands, Emerald Ranch is a bustling farmstead known for its rich past and eerie undertones.",
            playerCountInArea = 0,
            coords = vector3(1514.61, 437.71, 89.93),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(1514.61, 437.71, 89.93),
            townRadius = 500,
            cardImg = "./images/emeraldranch.png",
            price = {
                ["valentine"] = 13,
                ["blackwater"] = 20,
                ["strawberry"] = 21,
                ["saintdenis"] = 15,
                ["rhodes"] = 12,
                ["annesburg"] = 11,
                ["colter"] = 21,
                ["wapiti"] = 14,
                ["vanhorntradingpost"] = 11,
                ["mcfarlandranch"] = 29,
                ["manzanita"] = 24,
                ["lagras"] = 10,
                ["armadillo"] = 36,
                ["tumbleweed"] = 43
            },
        },
        ["lagras"] = {
            locationLabel = "Lagras",
            locationDesc = "Lagras is a small, remote settlement located deep within the swamps of Lemoyne.",
            playerCountInArea = 0,
            coords = vector3(2097.47, -582.67, 41.56),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(2097.47, -582.67, 41.56),
            townRadius = 500,
            cardImg = "./images/lagras.png",
            price = {
                ["valentine"] = 17,
                ["blackwater"] = 21,
                ["strawberry"] = 23,
                ["saintdenis"] = 9,
                ["rhodes"] = 10,
                ["annesburg"] = 12,
                ["colter"] = 27,
                ["wapiti"] = 20,
                ["vanhorntradingpost"] = 10,
                ["emeraldranch"] = 10,
                ["mcfarlandranch"] = 29,
                ["manzanita"] = 25,
                ["armadillo"] = 36,
                ["tumbleweed"] = 44
            },
        },
    }
}

Last updated

Was this helpful?