[IMG]http://i48.tinypic.com/rc659x.png[/IMG]
I am have trouble after compiling this model, it seems that all of his body groups are showing can someone help?
Well show your QC
You need to leave the first line blank for a body group option.
For example:
[code]
$bodygroup helmet
{
blank
studio helmet.123.smd
}
[/code]
you dont have any bodygroups actually set up. you are telling it to compile all gear options into a seperate group but not actually be a bodygroup. an example would be
[code]
$bodygroup thing
{
studio "thing1.smd"
studio "thing2.smd"
// and on and on
}
[/code]
I just fixed it, thank you guys
Sorry, you need to Log In to post a reply to this thread.