Duplicate weightlist pelvisonly
From Valve Developer Community
Revision as of 21:24, 27 April 2008 by TomEdwards (Talk | contribs)
When compiling male_06_sdk.qc, studiomdl will fail with:
ERROR: <path>/WeaponAnims_shared_sdk.qci(100): - Duplicate weightlist 'pelvisonly'
Solution
The QC file contains a definition of $weightlist pelvisonly identical to a line in the included file male_shared_XSI_sdk.qci. Studiomdl doesn't know what to do with the duplicate. So:
- Make a copy of
Male_Animations_sdk/WeaponsAnims_Shared_sdk.qci. - Find and comment the line starting
$weightlist pelvisonlywithin it. - Change
male_06_sdk.qc's $include to the name of your edited file.
