Bridge Commander Central
BC Forums => BC Scripting => Topic started by: Anew9 on May 09, 2010, 05:19:02 PM
-
Is there a way to remove the firing flash that occurs in NanoFX?
-
You could either deactivate SpecialFX completely in the config panel or edit scripts\Custom\NanoFXv2\SpecialFX\WeaponFlashFX.py like this:
#pSequence.AddAction(pFlash)
-
You could either deactivate SpecialFX completely in the config panel or edit scripts\Custom\NanoFXv2\SpecialFX\WeaponFlashFX.py like this:
#pSequence.AddAction(pFlash)
So I should delete that script line in the py and the flash will go away?
-
Just put a # in front of pSequence.
-
Just put a # in front of pSequence.
You mean #, thanks alot man! Appreciate it!