Jump to content
Sign in to follow this  
BeerHunter

Bullet impact improvement.

Recommended Posts

Wondering if anyone is working on or if there is a mod to improve the visual effects of bullet impacts.

Right now firing into the dirt or water is more like an Airsoft impact rather than a high velocity projectile , which should kick up dirt and sod at least 2 - 3 feet and water > 4 feet.

Share this post


Link to post
Share on other sites

You would have to tweak the HitEffects class if you are not happy with the ingame ones. All particle effects ingame are designed for max FPS less for looks.

class HitEffects {

Hit_Foliage = "ImpactLeaves";

Hit_Glass = "ImpactGlass";

Hit_Glass_Thin = "ImpactGlassThin";

Hit_Wood = "ImpactWood";

Hit_Metal = "ImpactMetal";

Hit_Plaster = "ImpactPlaster";

Hit_Rubber = "ImpactRubber";

Hit_Concrete = "ImpactConcrete";

Hit_Blood = "ImpactBlood";

};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×