• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Epilepsy and muzzle flash

hakaka

New member
I have epilepsy so I cant use the regular pistol, SMG, AK or auto turrets. Is there anyway to disable muzzle flash? whether its in the config, options, a mod etc?

-Thank you

 
All muzzle flash particles are assigned in XML so you can remove them.
I found everything relating to muzzle flash particles and blocked the comment (didnt delete) and its just having my main menu get stuck at loading items. any idea why?

 
Last edited by a moderator:
Hi there, is this a PC related question? If so I can move it to the PC section.
Well its just when I try to remove the muzzle flash from the game. when I block the lines, I cant get passed the loading items on the main menu. But when I dont have them blocked, it loads fully

 
So it is a PC discussion then. Getting this over to the modding forum. You might want to attach your xml edit so the fellow modders can take a look.

 
in items.xml search all instances of Particles_muzzle_fire and simply remove the word within the quotations so it is blank like this:

<property name="Particles_muzzle_fire" value="nozzleflash"/>

<property name="Particles_muzzle_fire" value=""/>

you can exclude the nailgun and the paintTool

then in blocks.xml search ParticlesMuzzleFire and do the same thing for the turrets

<property name="ParticlesMuzzleFire" value="nozzleflashuzi"/>

<property name="ParticlesMuzzleFire" value=""/>

NOTE: you must do this using notepad++ and not regular notepad

 
Last edited by a moderator:
Its not letting me attach the ItemsXML, says its an invalid file

- - - Updated - - -

in items.xml search all instances of Particles_muzzle_fire and simply remove the word within the quotations so it is blank like this:
<property name="Particles_muzzle_fire" value="nozzleflash"/>

<property name="Particles_muzzle_fire" value=""/>

you can exclude the nailgun and the paintTool

then in blocks.xml search ParticlesMuzzleFire and do the same thing for the turrets

<property name="ParticlesMuzzleFire" value="nozzleflashuzi"/>

<property name="ParticlesMuzzleFire" value=""/>

NOTE: you must do this using notepad++ and not regular notepad
Ok ill try that

 
Back
Top