VGF
01-10-2008, 11:26 AM
Hello there, I have a custom character that in terms of facial stuff only moves it's eyes, no eyelids nor whatever, but those doesn't move. A friend of mine fixed it somehow (Don't know if in Max or in a qc), but I had to change the model, so I went back to the messed up point.
On the qc model (HL2DM rig), I have this:
$model character "customcharacter.smd"{
eyeball righteye "ValveBiped.Bip01_Head1" -1.243 -3.532 68.00 "texturer" 1.00 4 "eyeball_r" 0.70
eyeball lefteye "ValveBiped.Bip01_Head1" 1.266 -3.53 68.00 "texturel" 1.00 -4 "eyeball_l" 0.70
$include "..\../bodyrules_xsi.qci"
}
//end eye/face data
On the qc model (HL2DM rig), I have this:
$model character "customcharacter.smd"{
eyeball righteye "ValveBiped.Bip01_Head1" -1.243 -3.532 68.00 "texturer" 1.00 4 "eyeball_r" 0.70
eyeball lefteye "ValveBiped.Bip01_Head1" 1.266 -3.53 68.00 "texturel" 1.00 -4 "eyeball_l" 0.70
$include "..\../bodyrules_xsi.qci"
}
//end eye/face data