Hi all, i'm trying to rescript and remodel
krs_inventory_vfx , but i'm having some problems with supermodels (at least i think with supermodel).
Images are more effective than words.
Human (and all other races) male:
http://i51.tinypic.com/2e5ljdk.pngI use the "fall backward" animation, and the result is this:
http://i52.tinypic.com/v5uzr4.pngThis not happen with female pc, so i think it's a supermodel problem (i read somewhere that from the 1.68 patch, the male supermodel are bugged).
Now, some info.
Patch 1.69
No exp
The scabbard is applied with the mdl provided in the original hak with a custom visualeffects.2da (original cleaned and fixed):
Type_FD = D
OrientWithGround = 0
Imp_Impact_Node = xrs_scabbardswd (the mdl)
OrientWithObject = 1
And with this simple script:
ApplyEffectToObject(DURATION_TYPE_PERMANENT, SupernaturalEffect(EffectVisualEffect(680)), oPc);
I've alredy tried to set different node in the 2da (only the impact and the head node seem to work), i have also tried to edit the male supermodel pmh0.mdl (however no 3D editing skill)
Any help, suggestion, hint?