Re: Collision Mismatch Crash?
Did your side arm HAVE, GetsHitByMOs = 1?
If so, then make it GetsHitByMOs = 0.
I had this problem, and I did this to fix this.
Code:
AddAmmo = Round
InstanceName = Round Sidearm
ParticleCount = 8
Particle = MOPixel
InstanceName = Particle Sidearm
Mass = 0
RestThreshold = 500
LifeTime = 40
Sharpness = 360
HitsMOs = 1
GetsHitByMOs = 0 <-------- Here!