QC help needed


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.

ez
05-22-2005, 06:32 PM
Dont be shy now

kwsn
05-23-2005, 03:58 PM
ok, try this. change:

$bodygroup "head"
{
studio "axis-para_head0"
studio "axis-para_head1"
studio "axis-para_head2"
studio "axis-para_head3"
studio "axis-para_head4"
blank
blank
}

to

$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"
blank
}
the axis inf have 6 head models (K98k, K43, Mp40, Mp44, Sniper, MG) compared to the allies 5 (Garand/Carbine, Tommy/Grease, Sniper, BAR, MG)


Change:

$bodygroup "gear"
{
studio "mp40gear"
studio "snipergear"
studio "k98gear"
studio "mggear"
studio "mp44gear"
studio "k43gear"
studio "fg42gear"
}

to

$bodygroup "gear"
{
studio "mp40gear"
studio "snipergear"
studio "k98gear"
studio "mggear"
studio "mp44gear"
studio "k43gear"
blank
}


and finally:

$bodygroup "jumpgear"
{
blank
studio "axis-para_jumpgear"
}

to

$bodygroup "jumpgear"
{
blank
blank
}

if it doesn't work, i tried at least

ez
05-24-2005, 02:47 PM
I'm gonna try it now.....thanks :D

ez
05-24-2005, 04:11 PM
Well that didnt work BUT I did figure out what was wrong. Thanks for your help kwsn. :)

PickItUp
05-24-2005, 06:10 PM
so what was wrong so other people can learn?

ez
05-24-2005, 06:22 PM
I changed the bodygroup "jumpgear" like he suggested to blank & copied and pasted studio "axis-para_head4" below the original studio "axis-para_head4" so it would call up the same head (cause there is no studio "axis-para_head 5" smd in this pack).

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.