Default Variants
Configuring "No Clothing" Variants
Config.defaultVariants = {
[`gender`] = { -- 'mp_m_freemode_01' for male, 'mp_f_freemode_01' for female
[clothing_item] = {
table = {
{ drawable = drawable_id, id = texture_id, texture = palette_id },
-- More items (optional)
},
animation = 'animation_name',
},
-- More clothing items...
}
}Flexibility of the table Property
table PropertyLast updated