St Denis Dock Job

Documentation for the St Denis Dock Job script by Goats World.

1. Download Script

This can be downloaded from your granted assets tab on the CFX Portal.

2. Download Dependencies

The scripts below are required in order for this script to function properly! All are free to download.

3. Ensure Order

This is very important! You can use folders, as long as the scripts start in this order.

ensure vorp_core
ensure vorp_animations
ensure ox_lib
ensure g_lib
ensure g_stdenis_dockjob

4. VORP Animations

If you are not using our up to date version of vorp_animations then you will need to add the following to your vorp_animation config file.

["carry_box"] = {
    dict = "mech_carry_box",
    name = "idle", 
    flag = 31,
    type = 'standard',
    prop = {
        model = 'p_chair_crate02x',
        coords = {
            x = 0.1, 
            y = -0.1399, 
            z = 0.21, 
            xr = 263.2899,
            yr = 619.19,
            zr = 334.3
        },
        bone = 'SKEL_L_Hand'
    }
},
["carry_sugar"] = {
    dict = "mech_carry_box",
    name = "idle", 
    flag = 31,
    type = 'standard',
    prop = {
        model = 'p_cs_sacksugarcornwall01x',
        coords = {
            x = -0.04999999999999,y = 0.0101,z = 0.17999999999998,xr = 323.68989999999985,yr = 705.8900000000004,zr = 361.4000000000001
        },
        bone = 'SKEL_L_Hand'
    }
},
["sweeping"] = {
    dict = "amb_work@world_human_farmer_hoe@male_a@base",
    name = "base", 
    flag = 17,
    type = 'standard',
    prop = {
        model = 'p_broom04x',
        coords = {
            x =  0.74999999999999, 
            y = 1.0999999,
            z = 0.1,
            xr = 303.0,
            yr = -90.0,
            zr = -186.0
        },
        bone = 'SKEL_L_Hand'
    }
},

Last updated