I've nearly completed Wesker for GMod, but I need help with something.
[IMG]http://img41.imageshack.us/img41/6837/weskerexample.jpg[/IMG]
I'm using 3 .smds. The reference, the glasses, and the gear. My .qc is using this -
$bodygroup "default"
{
blank
studio "glasses.smd"
studio "gear.smd"
}
Apart from exporting another .smd with the glasses and gear together, is there another way to combine the 2 .smds to form a bodygroup?
Yes make a second bodygroup:
$bodygroup "glasses"
{
blank
studio "glasses.smd"
}
$bodygroup "gear"
{
blank
studio "gear.smd"
}
Well done! Huge success!
i have a question
how do i get rid of bodygroups for bodygrouped models without having to decompile/recompile a model
i just want 1 model without the multiple stuff attached to it
Sorry, you need to Log In to post a reply to this thread.