How do I reduce/remove flames from the Fallen Ones and when I wear the Spirit Mask?
In mod's particle_systems.txt, find this line (its near the top): psys_fallen_fire_old 12818 prt_mesh_fire_1 8 3.500000 0.200000 -0.030000 10.000000 0.000000
8 is the number of flame particles that are emmited, reducing that will improve performance without affecting the appearance too much (unless you reduce it to something like 3)
3.500000 is the number of seconds for which the particles exist, reducing that will also improve performance but also make the flames not as tall. Notes: If you bring both numbers to 0 it when just show tiny smoke particles. This does not apply to the Perished Ones.
How do I reduce/remove flames from the Perished Ones?
In mod's particle_systems.txt, find this line (its near the top): psys_fallen_fire_per 12818 prt_mesh_fire_1 12 6.500000 0.200000 -0.030000 10.000000 0.000000
12 is the number of flame particles that are emmited, reducing that will improve performance without affecting the appearance too much (unless you reduce it to something like 3)
6.500000 is the number of seconds for which the particles exist, reducing that will also improve performance but also make the flames not as tall. Notes: If you bring both numbers to 0 it when just show tiny smoke particles. This does not apply to the Fallen Ones.