Custom Props

Included in Advanced Weed Growing is 10 custom weed plant props for all 3 stages - learn how to use them below!

All Available Props

Black

Small (Stage 1)

shoe_shuffler_prop_weed_01_small_black_01a

Medium (Stage 2)

shoe_shuffler_prop_weed_med_black_01a

Large (Stage 3)

shoe_shuffler_prop_weed_lrg_black_01a

Black & Red

Small (Stage 1)

shoe_shuffler_prop_weed_01_small_blackred_01a

Medium (Stage 2)

shoe_shuffler_prop_weed_med_blackred_01a

Large (Stage 3)

shoe_shuffler_prop_weed_lrg_blackred_01a

Black & White

Small (Stage 1)

shoe_shuffler_prop_weed_01_small_blackwhite_01a

Medium (Stage 2)

shoe_shuffler_prop_weed_med_blackwhite_01a

Large (Stage 3)

shoe_shuffler_prop_weed_lrg_blackwhite_01a

Cyan

Small (Stage 1)

shoe_shuffler_prop_weed_01_small_cyan_01a

Medium (Stage 2)

shoe_shuffler_prop_weed_med_cyan_01a

Large (Stage 3)

shoe_shuffler_prop_weed_lrg_cyan_01a

Green

Small (Stage 1)

shoe_shuffler_prop_weed_01_small_green_01a

Medium (Stage 2)

shoe_shuffler_prop_weed_med_green_01a

Large (Stage 3)

shoe_shuffler_prop_weed_lrg_green_01a

Haze

Small (Stage 1)

shoe_shuffler_prop_weed_01_small_haze_01a

Medium (Stage 2)

shoe_shuffler_prop_weed_med_haze_01a

Large (Stage 3)

shoe_shuffler_prop_weed_lrg_haze_01a

Purple

Small (Stage 1)

shoe_shuffler_prop_weed_01_small_purple_01a

Medium (Stage 2)

shoe_shuffler_prop_weed_med_purple_01a

Large (Stage 3)

shoe_shuffler_prop_weed_lrg_purple_01a

Redish Orange

Small (Stage 1)

shoe_shuffler_prop_weed_01_small_red_01a

Medium (Stage 2)

shoe_shuffler_prop_weed_med_red_01a

Large (Stage 3)

shoe_shuffler_prop_weed_lrg_red_01a

Yellow

Small (Stage 1)

shoe_shuffler_prop_weed_01_small_yellow_01a

Medium (Stage 2)

shoe_shuffler_prop_weed_med_yellow_01a

Large (Stage 3)

shoe_shuffler_prop_weed_lrg_yellow_01a

Sunkissed

Small (Stage 1)

shoe_shuffler_prop_weed_01_small_sunkissed_01a

Medium (Stage 2)

shoe_shuffler_prop_weed_med_sunkissed_01a

Large (Stage 3)

shoe_shuffler_prop_weed_lrg_sunkissed_01a

How to Change Props

Changing the props is simple - each & every strain can have their own props individually assigned, as seen in the config.lua file below:

[4] = {
    label = 'Purple Haze Weed',
    seed = 'purplehaze_seed',
    bud = 'purplehaze_bud',
    harvest = {
        buds = { min = 4, max = 18 },
        seeds = { min = 1, max = 3 }
    },
    props = {
        [1] = 'shoe_shuffler_prop_weed_01_small_purple_01a',
        [2] = 'shoe_shuffler_prop_weed_med_purple_01a',
        [3] = 'shoe_shuffler_prop_weed_lrg_purple_01a'
    }
},

The "props" table is where each stage can have their props assigned. In this example, you can see we are using the Purple colored prop for our Purple Haze strain. If you wanted to change what prop this strain uses, lets choose Haze in this example, simply update each stage ([1], [2] and [3]), like so:

[4] = {
    label = 'Purple Haze Weed',
    seed = 'purplehaze_seed',
    bud = 'purplehaze_bud',
    harvest = {
        buds = { min = 4, max = 18 },
        seeds = { min = 1, max = 3 }
    },
    props = {
        [1] = 'shoe_shuffler_prop_weed_01_small_haze_01a', -- changed to haze small
        [2] = 'shoe_shuffler_prop_weed_med_haze_01a', -- changed to haze medium
        [3] = 'shoe_shuffler_prop_weed_lrg_haze_01a' -- changed to haze large
    }
},

It's as easy as visiting which color prop you want from the above list, and copy & pasting each stage into the proper order into the config for the strain you want to change. And that's it! Save, restart your server & you're Purple Haze seeds plant will now be the Haze color.

Use Default GTA Props

If you are not interested in using the custom props and would prefer using the default GTA weed plant props, simply set the "props" for each strain in the config.lua to the following:

    props = {
        [1] = 'bkr_prop_weed_01_small_01c',
        [2] = 'bkr_prop_weed_med_01a',
        [3] = 'bkr_prop_weed_lrg_01a'
    }

And that's it! Save, restart your server & all your strains will now use the default GTA weed props.

More Prop Options

If you are looking for even more colors (strains), we are partnered with Shuffle Shop who makes the props that are included in our Advanced Weed Growing resource. On Shuffle Shop, you can find even more options - be sure to use our exclusive coupon code: "LATIONSHUFFLER20" and save 20% on your purchase!

Check out Shuffle Shop's latest Gradient Weed Plants pack!

Last updated