Jump to content
Sign in to follow this  
g00d69

new muzzle flash problem

Recommended Posts

hello

i have make new muzzle and trying to config custom muzzle flash for this one but problem is flash doesnt show in game

i followed BIS instructions in config.cpp:

muzzleEnd = "zaslehPoint"; // memory point in muzzle supressor's model
alternativeFire = "Zasleh2";  // class in cfgWeapons with model of muzzle flash

and so ceated a new class in weaponcfg section with flash model :

class Zasleh2: ItemCore
{
	scope = 2;
	model = "\a3\data_f\proxies\muzzle_flash\muzzle_flash_rifle_GM6";
       };                 

but when muzzle is mounted on weapon ingame ,no flash visble, what i did wrong or forgot please?

does i must put something also in my p3d model or model.cfg?i tryie different things but nothing works :(

Share this post


Link to post
Share on other sites
but when muzzle is mounted on weapon ingame ,no flash visble, what i did wrong or forgot please?

does i must put something also in my p3d model or model.cfg?i tryie different things but nothing works :(

AFAIK you need to have a proxy with the path to the flash in your model, at the end of the barrel.

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  

×