Re: What Am I Doing Wrong?
Thank you, it's working now.
EDIT: Now what I need to know is why my custom material isn't working for it. Basically, I want to make the metal parts indestructible except to the strongest weapons. Here is the material code I have, but it acts like soil no matter what.
Code:
AddMaterial = Material
Index = 225
PresetName = Bunkster Steel
Bounce = 0.1
Friction = .75
StructuralIntegrity = 350000
DensityKGPerVolumeL = 1000.0
GibImpulseLimitPerVolumeL = 1500
GibWoundLimitPerVolumeL = 1500
Priority = 5
Color = Color
R = 90
G = 145
B = 45
Thanks for the help.