by Spike » Sat Oct 23, 2010 11:38 pm
someone made a q1md3 mod a while ago which used the q3 ranger model for players and grunts.
it uses setattachment, and all the frame numbers are hardcoded so doesn't support aimation.cfg files at all, or separate leg directions or anything fancy.
If you want fancy stuff like support for more than one player model at a time, the 'csqctest' mod on FTE's svn does that, but I can hardly claim its bug free. Not even sure its working right now either.
If you want complete animations, then csqc is really the only practical choice. If you just want to glue them in place and play with frame numbers, then the setattachment builtin should be sufficient.
.