Hi. Just for experimentations sake, I'm trying to insert weapons models from Counter Strike into Half-Life. However, I ran into some animation anomalies; it would cycle animations whenever I performed an action with the weapon (equiping, reloading, firing, etc.). So, I decompiled the model using milkshape and rearanged the order of the animations (and inserted some extra "idle" animations to fill in some gaps at the beginning of the list.) This fixes the animation problem, but introduces a new one: the model is screwed up in the recompiling process. For instance, in the "v_ak47" model, one of the players hands moves away from the weapon. Basically, the compiling process alters the model. I've tryed compiling in Milkshape and StudioMDL and both give the exact same results. Is there a trick to or technique to the process I missed?