FriZY_SK 9 Posted November 2, 2009 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
Q1184 0 Posted November 2, 2009 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
FriZY_SK 9 Posted November 2, 2009 @Q1184 Thanks a lot!!! It is working now. Share this post Link to post Share on other sites
Soviet 10 Posted November 4, 2009 NVGOnly = 0; so you can make infra-red tracers then? Share this post Link to post Share on other sites
CarlGustaffa 4 Posted November 5, 2009 M249 has that by default... Or, "dim" tracers. Share this post Link to post Share on other sites