- Mar 10, 2018
- 16
- 0
Hello, I am trying to use a particle for my map, but it does not work. It tells me that the particle is missing in the console, despite it already been placed in the tf folder.
The particle I wish to use is part of a particle file with multiple particles, therefore I have to declare the particle I want in a manifest. This particle is alien_abduction2.pcf, and the main particle file is alien_egan_fx.pcf. I did NOT declare the main file, and declared the ACTUAL particle that I want, and I know it is the right particle, because I have both looked with Notepad++ and Particle Editor via TF2.
Let me begin how and what I did to install, and fix this:
Firstly, I put the particle file in tf/custom/invasion/particles.
Next, I followed the methods that talked about declaring particles, therefore I made a dr_highway_particles.txt file, and put it in tf/maps, alongside with my map, which is dr_highway.
Soon, I added the following paragraph in the text file:
particles_manifest
{
file "!particles/alien_abduction2.pcf"
}
Saved it, and lastly, I placed info_particle_system in my map, and put 'alien_abduction2' in Particle System Name.
Complied, and told me that the particle was missing, which means that the game was able to PICK UP the declaration, but it could NOT FIND the particle I want. I've tried putting the particle file in tf/particles, but it did not get solved.
I've looked at countless threads, and tried any other methods - nothing.
I've included screen shots, in case you folks can spot any problems.
Thanks.
The particle I wish to use is part of a particle file with multiple particles, therefore I have to declare the particle I want in a manifest. This particle is alien_abduction2.pcf, and the main particle file is alien_egan_fx.pcf. I did NOT declare the main file, and declared the ACTUAL particle that I want, and I know it is the right particle, because I have both looked with Notepad++ and Particle Editor via TF2.
Let me begin how and what I did to install, and fix this:
Firstly, I put the particle file in tf/custom/invasion/particles.
Next, I followed the methods that talked about declaring particles, therefore I made a dr_highway_particles.txt file, and put it in tf/maps, alongside with my map, which is dr_highway.
Soon, I added the following paragraph in the text file:
particles_manifest
{
file "!particles/alien_abduction2.pcf"
}
Complied, and told me that the particle was missing, which means that the game was able to PICK UP the declaration, but it could NOT FIND the particle I want. I've tried putting the particle file in tf/particles, but it did not get solved.
I've looked at countless threads, and tried any other methods - nothing.
I've included screen shots, in case you folks can spot any problems.
Thanks.