As the title says I am currently trying to work on a playable Jawa mdl and am having problems with the weapons in game placement specifically when in combat animations. Essentially my ,admittedly convoluted, process was that I scaled down pfbcs.mdl/.mdx to the size of a jawa in blender, scaled down the animation to match, and applied all transformations excluding rotation. I then exported that, used MDLedit to batch an ASCII file from the export, then with the supermodel in the same folder using MDLedit batched it back to Binary. Regular animations such as walking and combat stances work fine with no stretching, but the problem is I think the weapons seem to still be spawning in the original location from before scaling down.
In Blender I tried creating a custom scaled down supermodel, I even edited the hand hooks placement for the g2r1 (which from what I could tell was the idle mele 1h animation) in the graph-editor panel in the animation section, and tried compiling the player character again using that as the supermodel but it didn't seem to work. I am thinking that maybe the game is drawing the weapon placements from the hooks in the actual main supermodel in the game files? Anyways I am kind of at a loss. I am thinking maybe this might be fixable by editing the ASCII file, but if it IS just pulling from some global animation array regarding the weapon hook placement I don't think it would be. But am honestly running out of ideas and any help would be much appreciated.
The steps adding the actual Jawa mesh I did after and it seems to be working ok but the part I have described is what produced the bug.
Anyways any help or feedback would be great thanks, for your time.