Sub Models


Billie|Joe
02-14-2004, 12:31 PM
If each class uses the same legs/backpack named "allie-para_body" what would i have to change in the qc to make one class have a certain ref like "allie-carb_body" and a "allie-garand_body"that has different models on it:confused:

waffle-SS
02-14-2004, 01:52 PM
hmm, i dont think i understand.

why dont you tell me what youre trying to do exactly. I shoud be able to help you out

Billie|Joe
02-14-2004, 02:11 PM
ok, all of the models use the same body ref (the legs and backpack) named "allie-para_body"

I added a radio on the carbine class reference so when you compile it, the backpack goes through the radio. I want to make a different leg and backpack body ref for just the carbine class so it wouldn't have a back pack.

waffle-SS
02-14-2004, 02:15 PM
your qc has something like this?

$bodygroup "body"
{
studio "allie-para_body"
blank
blank
blank
blank
blank
}

$bodygroup "helmet"
{
studio "allie-para_helmet"
studio "allie-para_helmet2"
blank
blank
blank
blank
blank
blank
}

$bodygroup "head"
{
studio "allie-para_head0"
studio "allie-para_head1"
studio "allie-para_head2"
studio "allie-para_head3"
studio "allie-para_head4"
studio "allie-para_head5"
studio "allie-para_head6"
}

$bodygroup "gear"
{
studio "tommygear"
studio "springgear"
studio "garandgear"
studio "mggear"
studio "bargear"
studio "carbgear"
studio "greasegear"
}

waffle-SS
02-14-2004, 02:19 PM
you need to copy "allie-para_body.smd", then paste and rename it to "allie-para_body2.smd" then you edit allie-para_body2 as required (remove the backpack)

then you make your qc into this:


$bodygroup "body"
{
studio "allie-para_body"
studio "allie-para_body"
studio "allie-para_body"
studio "allie-para_body"
studio "allie-para_body"
studio "allie-para_body2"
studio "allie-para_body"
}

$bodygroup "helmet"
{
studio "allie-para_helmet"
studio "allie-para_helmet2"
blank
blank
blank
blank
blank
blank
}

$bodygroup "head"
{
studio "allie-para_head0"
studio "allie-para_head1"
studio "allie-para_head2"
studio "allie-para_head3"
studio "allie-para_head4"
studio "allie-para_head5"
studio "allie-para_head6"
}

$bodygroup "gear"
{
studio "tommygear"
studio "springgear"
studio "garandgear"
studio "mggear"
studio "bargear"
studio "carbgear"
studio "greasegear"
}

Billie|Joe
02-14-2004, 02:44 PM
ty dude

Billie|Joe
02-14-2004, 03:44 PM
In the normal infantry the subgroups are:

$bodygroup "gear"
{
studio (rifleman)
studio (master seargent)
studio (support infantry)
studio (machine-gun)
studio (sniper)
blank
blank
}



i was wondering what classes are the 2 "blank"'s

is it possible to have a submodel for each class:confused:

waffle-SS
02-14-2004, 06:27 PM
yes it is - I have made a set of axis infantry that dont share any submodels between classes - so it is possible for axis!

anyhoo, with allies, I dont know if it's entirely possible for every single class to have a different smd. With the allies I've got at the moment each class except the carbine has its own submodel.

The two blanks are there because that is the max number of submodels you can have. Sorta like saying $1.00 instead of just $1

Trigger
02-14-2004, 06:35 PM
It doesn't work like that, I'm afraid, all the para models use the same body subgroup. To have different body models for each class, you have to put under the gear subgroup. Of course this means combining the gear with the body in the same smd.

Trp. Jed
02-14-2004, 08:47 PM
I did something similar with my Brit Airborne and just put all the different bodies together with the heads.

The only part of the model which is actually the body group is the boots.

- Jed

Day of Defeat Forum Archive created by Neil Jedrzejewski.

This in an partial archive of the old Day of Defeat forums orignally hosted by Valve Software LLC.
Material has been archived for the purpose of creating a knowledge base from messages posted between 2003 and 2008.