Jump to content
Sign in to follow this  
FriZY_SK

Tracers not working for my MGs

Recommended Posts

Hi,

I have define model, tracerScale,tracerStartTime and tracerEndTime in cfgAmmo but i didnt see any tracers. What should i done for working bullet tracers?

Thx

Here is my cfgAmmo

class CfgAmmo
{
class BulletBase;
class Bo_GBU12_LGB;
class RocketCore;
class BombCore;
class B_762x54_Ball;
class B_127x107_Ball;

class FFS_7_92mm: B_762x54_Ball
{
	hit = 16;indirectHit = 0; indirectHitRange = 0; 
              model = "\ca\Weapons\Data\bullettracer\tracer_yellow";
              tracerScale = 1;
	airLock = 1;
	canLock = 1;
	irLock = 1;
	explosive=0;
	tracerScale = 1;
	tracerStartTime = 0.050000;
              tracerEndTime = 1;
	cost = 1;
};

class FFS_15mm : B_127x107_Ball
{
	hit = 30;indirectHit = 0; indirectHitRange = 0; 
	model = "\ca\Weapons\Data\bullettracer\tracer_red";
	airLock = 1;
	canLock = 1;
	irLock = 1;
	explosive=0;
	tracerScale = 1;
	tracerStartTime = 0.050000;
              tracerEndTime = 1;
	cost = 5;
};
...

Share this post


Link to post
Share on other sites

Add

NVGOnly = 0;

And in your mag config put

tracersEvery = 1;

(Instead of 1 put whatever ratio you need - 5 will make every 5th bullet a tracer etc).

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  

×