ez
05-21-2005, 04:16 PM
I converted over Effexx's Cobra paratroopers to inf but I've ran into a problem. The head and body of the sniper dosent show up. I know I'm missing a body group and head group in the qc file when I changed it over. Here's the original qc file of the paratrooper
//reference mesh(es)
$bodygroup "body"
{
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
blank
}
$bodygroup "helmet"
{
studio "axis-para_helmet"
studio "axis-para_hair0"
studio "axis-para_hair1"
studio "axis-para_hair2"
studio "axis-para_hair3"
studio "axis-para_hair4"
studio "axis-para_hair5"
studio "axis-para_hair6"
}
$bodygroup "head"
{
studio "axis-para_head0"
studio "axis-para_head1"
studio "axis-para_head2"
studio "axis-para_head3"
studio "axis-para_head4"
studio "axis-para_head5"
studio "axis-para_head6"
}
$bodygroup "gear"
{
studio "mp40gear"
studio "snipergear"
studio "k98gear"
studio "mggear"
studio "mp44gear"
studio "k43gear"
studio "fg42gear"
}
$bodygroup "jumpgear"
{
blank
studio "axis-para_jumpgear"
}
And what I changed it to:
$bodygroup "body"
{
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
blank
}
$bodygroup "helmet"
{
studio "axis-para_helmet"
blank
blank
blank
blank
blank
blank
blank
}
$bodygroup "head"
{
studio "axis-para_head0"
studio "axis-para_head1"
studio "axis-para_head2"
studio "axis-para_head3"
studio "axis-para_head4"
blank
blank
}
$bodygroup "gear"
{
blank
blank
blank
studio "mggear"
blank
blank
blank
}
Notice I only have "mggear" bodygroup "gear". The sniper gear isnt "snipergear". The sniper uses the same gear as the regular guys. Only the mg is different. What do I need to add to the QC to make the head and body show up?...I know I sound like a rookie, sry.
//reference mesh(es)
$bodygroup "body"
{
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
blank
}
$bodygroup "helmet"
{
studio "axis-para_helmet"
studio "axis-para_hair0"
studio "axis-para_hair1"
studio "axis-para_hair2"
studio "axis-para_hair3"
studio "axis-para_hair4"
studio "axis-para_hair5"
studio "axis-para_hair6"
}
$bodygroup "head"
{
studio "axis-para_head0"
studio "axis-para_head1"
studio "axis-para_head2"
studio "axis-para_head3"
studio "axis-para_head4"
studio "axis-para_head5"
studio "axis-para_head6"
}
$bodygroup "gear"
{
studio "mp40gear"
studio "snipergear"
studio "k98gear"
studio "mggear"
studio "mp44gear"
studio "k43gear"
studio "fg42gear"
}
$bodygroup "jumpgear"
{
blank
studio "axis-para_jumpgear"
}
And what I changed it to:
$bodygroup "body"
{
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
studio "axis-para_body"
blank
}
$bodygroup "helmet"
{
studio "axis-para_helmet"
blank
blank
blank
blank
blank
blank
blank
}
$bodygroup "head"
{
studio "axis-para_head0"
studio "axis-para_head1"
studio "axis-para_head2"
studio "axis-para_head3"
studio "axis-para_head4"
blank
blank
}
$bodygroup "gear"
{
blank
blank
blank
studio "mggear"
blank
blank
blank
}
Notice I only have "mggear" bodygroup "gear". The sniper gear isnt "snipergear". The sniper uses the same gear as the regular guys. Only the mg is different. What do I need to add to the QC to make the head and body show up?...I know I sound like a rookie, sry.