You mean fater each shot the Bolt is not returning to the forward postion ?
have you got a Model.cfg and the corresponding aniamtionsource in .cpp to show ?
Offset is the big factor sometimes in these along with minval minphase IIRC .
Is evering ok when reloading magazine ? bolt comes back and then forward on new mag (speculation here i dont know what you firing of course
)
for example using reload source for firing .
Code:
class bolt_begin
{
type="translation";
offset0=0;
offset1=0.5;
axis="bolt_axis";
memory=1;
minValue=0;
maxValue=0.3;
minPhase=0;
maxPhase=0.3;
source="reload";
sourceAddress=0;
selection="bolt";
};
class bolt_end
{
type="translation";
offset0=0;
offset1=-0.5;
axis="bolt_axis";
memory=1;
minValue=0.5;
maxValue=1;
minPhase=0.5;
maxPhase=1;
source="reload";
sourceAddress=0;
selection="bolt";
};