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?All muzzle flash particles are assigned in XML so you can remove them.
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 fullyHi there, is this a PC related question? If so I can move it to the PC section.
Ok ill try thatin 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