Skins for a model doesn't work

  • Site Migration: See bugs? Report them here. Want something changed or have an idea? Suggest it here.

The Siphon

L6: Sharp Member
Mar 2, 2015
281
188
I've been working on a model for the 72hr jam. It's a cereal box with 2 bodygroups and 2 skins.
The issue is that the second skin doesn't work. It only shows the red skin, has the option to change the skin, but when changing to the blue skin, it doesn't work. Only red skin shows up, even with the blue one selected.

.qc text file:

$modelname "siphon\cerealbox\jamcerealbox.mdl"
$staticprop
$surfaceprop cardboard
$cdmaterials "models\siphon\cerealbox"
$texturegroup skinfamilies
{
{ "siph_cerealsbox_blue" }
{ "siph_cerealsbox_red" }
}
$bodygroup cerealbox
{
studio "siph_cerealsbox_closed.smd"
studio "siph_cerealsbox_open.smd"
blank
}

$sequence idle "siph_cerealsbox_open_idle.smd" fps 1

$collisionmodel "siph_cerealsbox_open_phys.smd" {

$mass 8
$inertia 0.00
$damping 0.00
$rotdamping 0.00
}


Render1.png Render2.png