
Originally Posted by
g1ntuxd
wtf where do i put it?
First, watch your tone.
Second you put it in the program "JUSTDECOMPILER" make sure you have the plugin "ASSEMBLY EDITOR"
Third, drop the .DLL where it says "drop assemblies here"
Fourth, Click search
Fifth, click the "FULLTEXT" tab
Put it there.
@
Lightangell
I...I think I did it right, I'm seeing... a bunch of public floats and 3f, and 0.5f, etc. Are these the values that need changed?
(yes I know 3.5f means it's a float)
Code looks like...
public float BaseInAccuracyDegrees;
public float MovementInAccuracyDegrees;
public float MovementMaxThresholdSpeed = 3f;
public float MovementMinThresholdSpeed = 3f;
public float GunRotationThresholdSlow;
public float MovementInAccuracyDecayTime = 1f;
public float SlowRotationInAccuracyDecayTime;
public float QuickRotationInAccuracyDecayTime;
public float MovementInAccuracyRecoveryTime = 0.5f;
public float RepeatFireInAccuracyTotalDegrees;
public float RepeatFireInAccuracyDecayTime = 1f;
public float RepeatFireInAccuracyRecoveryTime = 0.5f;
public float FireInstantAccuracyDecayDegrees;
public WeaponAccuracy()
(Actually looking at it, isn't the f a little overkill since it's added as a float?)