Jump to content

Epilepsy and muzzle flash


hakaka

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...