Configuration

Config = {}
Locales = {}

Config.Locale = "en"
Config.UseQbAppartments = true

Config.UseBackgroundMugshot = true

Config.SpootLight = {
    enable = true,
    color = { r = 255, g = 255, b = 255 }
}

Config.StartingCamPos = vector3(-997.01330566406, -63.700000762939, -98.10661315918)
Config.DefaultSpawn = vector4(-68.4816, -801.3506, 44.2273, 333.4328)
Config.BaseSlots = 4


Config.Relog = {
    enable = true,
    commandName = "relog",
    waitTime = 10000, -- 10 secs
}

Config.AdminPanel = {
    commandName = "multipanel",
    allowedGroups = {
        "mod",
        "admin"
    }
}

Config.CanDeleteChar = true

Config.SpawnSelector = {
    showAlways = true,
    showOnNewChar = true,
}

Config.StarterItems = {
    enable = true,
    items = {
        { name = "burger",        quantity = 1 },
        { name = "water",         quantity = 1 },
        { name = "WEAPON_PISTOL", quantity = 1 },
    }
}

-- default works with pretty much all appearancces use custom only if needed
Config.Appearance = "default" -- "default", "custom"
function Config.CustomAppearance(ped)
    --example rcore
    -- TriggerEvent('rcore_clothing:openCharCreator')
end

function Config.SetPedClothing(ped, skinData) -- only works if using custom appearance
    if not skinData then return end

    --     exports["tgiann-clothing"]:LoadPedClothing(skinData, ped)

    --     exports.rcore_clothing:setPedSkin(ped, skinData)

    --     exports['crm-appearance']:crm_set_ped_appearance(ped, skinData)
end

Config.PosPeds = {
    [1] = {
        coords = vector4(-999.24, -68.88, -100.0, 125.16),
        camPos = vector3(-1001.1851196289, -69.027153015137, -98.003105163574),
        camRot = vector3(-21.999977111816, -0.0, -95.256568908691),
        camZoom = 84.0,
        animation = {
            dict = "anim@heists@prison_heiststation@cop_reactions",
            anim = "cop_b_idle"
        },
    },
    [2] = {
        coords = vector4(-1004.96, -63.32, -100.0, 234.56),
        camPos = vector3(-1003.1726074219, -65.038108825684, -98.103179931641),
        camRot = vector3(-19.799905776978, 2.5613207981223e-06, 35.739681243896),
        camZoom = 93.0,
        animation = {
            scenario = "PROP_HUMAN_BUM_SHOPPING_CART"
        },
    },
    [3] = {
        coords = vector4(-1002.8, -67.28, -100.0, 273.48),
        camPos = vector3(-1002.3259887695, -67.096702575684, -98.703086853027),
        camRot = vector3(-22.999975204468, 2.1344339984353e-07, 98.588348388672),
        camZoom = 90.0,

        animation = {
            dict = "timetable@ron@ig_3_couch",
            anim = "base",
        },
    },

    [4] = {
        coords = vector4(-1004.16, -70.2, -100.0, 334.04),
        camPos = vector3(-1002.1411743164, -68.840789794922, -98.403129577637),
        camRot = vector3(-19.600004196167, 2.561320343375e-06, 122.07988739014),
        camZoom = 86.0,
        animation = {
            dict = "amb@world_human_leaning@male@wall@back@foot_up@idle_a",
            anim = "idle_a",
        },
    },
}

Config.SpawnPoints = {
    {
        id = 1,
        name = 'Ginger Street',
        icon = 'faMapMarkerAlt',
        coordinates = vector4(-693.5114, -612.4589, 32.1437, 187.6499),
        camPos = vector3(-693.45037841797, -615.56805419922, 32.674612045288),
        camRot = vector3(-26.700008392334, 4.0020637470661e-07, -0.60790181159973),
        camZoom = 43.0,
        description = 'A bustling urban area with shops, parks, and offices.',
        animation = {
            dict = "friends@frj@ig_1",
            anim = "wave_b",
        },
    },
    {
        id = 2,
        name = 'Barbareno Road',
        icon = 'faUmbrellaBeach',
        coordinates = vector4(-3256.8062, 982.6414, 12.6057, 286.7576),
        camPos = vector3(-3255.3308105469, 984.61151123047, 12.691067695618),
        camRot = vector3(0.0, -0.0, 115.55870819092),
        camZoom = 50.0,
        description = 'A sunny beach with golden sand and clear waters.',
        animation = {
            scenario = "WORLD_HUMAN_SMOKING_POT"
        },
    },
    {
        id = 3,
        name = 'Metro Airport',
        icon = 'faMountain',
        coordinates = vector4(-1038.2130, -2738.1230, 20.1693, 333.0063),
        camPos = vector3(-1035.69921875, -2733.951171875, 20.169271469116),
        camRot = vector3(0.0, -0.0, 150.8468170166),
        camZoom = 40.0,
        description = 'A modern airport with international flights.',
        animation = {
            scenario = "WORLD_HUMAN_SMOKING_POT"
        },
    },

    {
        id = 4,
        name = 'Corte Wilderness',
        icon = 'faTree',
        coordinates = vector4(-509.6065, 5894.6562, 32.9207, 317.8597),
        camPos = vector3(-506.58023071289, 5895.4575195312, 33.920745849609),
        camRot = vector3(0.0, -0.0, 137.58866882324),
        camZoom = 45.0,
        description = 'A tranquil wilderness retreat, trees and wildlife.',
        animation = {
            scenario = "WORLD_HUMAN_YOGA"
        },
    }
}

Config.SpawnClothes = {
    ["m"] = {
        mom = 43,
        dad = 29,
        face_md_weight = 61,
        skin_md_weight = 27,
        nose_1 = -5,
        nose_2 = 6,
        nose_3 = 5,
        nose_4 = 8,
        nose_5 = 10,
        nose_6 = 0,
        cheeks_1 = 2,
        cheeks_2 = -10,
        cheeks_3 = 6,
        lip_thickness = -2,
        jaw_1 = 0,
        jaw_2 = 0,
        chin_1 = 0,
        chin_2 = 0,
        chin_13 = 0,
        chin_4 = 0,
        neck_thickness = 0,
        hair_1 = 76,
        hair_2 = 0,
        hair_color_1 = 61,
        hair_color_2 = 29,
        tshirt_1 = 4,
        tshirt_2 = 2,
        torso_1 = 23,
        torso_2 = 2,
        decals_1 = 0,
        decals_2 = 0,
        arms = 1,
        arms_2 = 0,
        pants_1 = 28,
        pants_2 = 3,
        shoes_1 = 70,
        shoes_2 = 2,
        mask_1 = 0,
        mask_2 = 0,
        bproof_1 = 0,
        bproof_2 = 0,
        chain_1 = 22,
        chain_2 = 2,
        helmet_1 = -1,
        helmet_2 = 0,
        glasses_1 = 0,
        glasses_2 = 0,
        watches_1 = -1,
        watches_2 = 0,
        bracelets_1 = -1,
        bracelets_2 = 0,
        bags_1 = 0,
        bags_2 = 0,
        eye_color = 0,
        eye_squint = 0,
        eyebrows_2 = 0,
        eyebrows_1 = 0,
        eyebrows_3 = 0,
        eyebrows_4 = 0,
        eyebrows_5 = 0,
        eyebrows_6 = 0,
        makeup_1 = 0,
        makeup_2 = 0,
        makeup_3 = 0,
        makeup_4 = 0,
        lipstick_1 = 0,
        lipstick_2 = 0,
        lipstick_3 = 0,
        lipstick_4 = 0,
        ears_1 = -1,
        ears_2 = 0,
        chest_1 = 0,
        chest_2 = 0,
        chest_3 = 0,
        bodyb_1 = -1,
        bodyb_2 = 0,
        bodyb_3 = -1,
        bodyb_4 = 0,
        age_1 = 0,
        age_2 = 0,
        blemishes_1 = 0,
        blemishes_2 = 0,
        blush_1 = 0,
        blush_2 = 0,
        blush_3 = 0,
        complexion_1 = 0,
        complexion_2 = 0,
        sun_1 = 0,
        sun_2 = 0,
        moles_1 = 0,
        moles_2 = 0,
        beard_1 = 11,
        beard_2 = 10,
        beard_3 = 0,
        beard_4 = 0
    },
    ["f"] = {
        mom = 28,
        dad = 6,
        face_md_weight = 63,
        skin_md_weight = 60,
        nose_1 = -10,
        nose_2 = 4,
        nose_3 = 5,
        nose_4 = 0,
        nose_5 = 0,
        nose_6 = 0,
        cheeks_1 = 0,
        cheeks_2 = 0,
        cheeks_3 = 0,
        lip_thickness = 0,
        jaw_1 = 0,
        jaw_2 = 0,
        chin_1 = -10,
        chin_2 = 10,
        chin_13 = -10,
        chin_4 = 0,
        neck_thickness = -5,
        hair_1 = 43,
        hair_2 = 0,
        hair_color_1 = 29,
        hair_color_2 = 35,
        tshirt_1 = 111,
        tshirt_2 = 5,
        torso_1 = 25,
        torso_2 = 2,
        decals_1 = 0,
        decals_2 = 0,
        arms = 3,
        arms_2 = 0,
        pants_1 = 12,
        pants_2 = 2,
        shoes_1 = 20,
        shoes_2 = 10,
        mask_1 = 0,
        mask_2 = 0,
        bproof_1 = 0,
        bproof_2 = 0,
        chain_1 = 85,
        chain_2 = 0,
        helmet_1 = -1,
        helmet_2 = 0,
        glasses_1 = 33,
        glasses_2 = 12,
        watches_1 = -1,
        watches_2 = 0,
        bracelets_1 = -1,
        bracelets_2 = 0,
        bags_1 = 0,
        bags_2 = 0,
        eye_color = 8,
        eye_squint = -6,
        eyebrows_2 = 7,
        eyebrows_1 = 32,
        eyebrows_3 = 52,
        eyebrows_4 = 9,
        eyebrows_5 = -5,
        eyebrows_6 = -8,
        makeup_1 = 0,
        makeup_2 = 0,
        makeup_3 = 0,
        makeup_4 = 0,
        lipstick_1 = 0,
        lipstick_2 = 0,
        lipstick_3 = 0,
        lipstick_4 = 0,
        ears_1 = -1,
        ears_2 = 0,
        chest_1 = 0,
        chest_2 = 0,
        chest_3 = 0,
        bodyb_1 = -1,
        bodyb_2 = 0,
        bodyb_3 = -1,
        bodyb_4 = 0,
        age_1 = 0,
        age_2 = 0,
        blemishes_1 = 0,
        blemishes_2 = 0,
        blush_1 = 0,
        blush_2 = 0,
        blush_3 = 0,
        complexion_1 = 0,
        complexion_2 = 0,
        sun_1 = 0,
        sun_2 = 0,
        moles_1 = 12,
        moles_2 = 8,
        beard_1 = 0,
        beard_2 = 0,
        beard_3 = 0,
        beard_4 = 0
    }

}

Last updated