Particle Editor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
[[Category:Particle System]]
[[Category:Particle System]]
[[Category:Particle Effects]]
==Particle Editing Tool==
==Particle Editing Tool==
* [[Particle System Emitters|Emitters]]
* [[Particle System Emitters|Emitters]]
Line 19: Line 20:


* A helpful command to restart all particle systems in a level - useful when tweaking them in the editor : > bind h "ent_fire info_particle_system stop;wait 120;ent_fire info_particle_system start"
* A helpful command to restart all particle systems in a level - useful when tweaking them in the editor : > bind h "ent_fire info_particle_system stop;wait 120;ent_fire info_particle_system start"
== See also ==
*[[Particle System Overview]]
*[[Particle System]]
*[[info_particle_system|info_particle_system]]

Revision as of 09:12, 3 June 2010

Particle Editing Tool

General knowledge

  • To run the particle editor, run the game with -tools on the commandline and select 'Particle Editor' from the tool menu on the far right.
  • Left 4 DeadLeft 4 Dead 2 In Left 4 Dead and Left 4 Dead 2, tools mode is run via Authoring Tools menu instead. To test out a particle within a map while in tools mode, make sure that sv_lan is set to 1 in the console located in the lower-left corner.
  • To load a map so you can test your particle, look to the console window at the bottom of the screen and type "map <levelname>"
  • A helpful command to restart all particle systems in a level - useful when tweaking them in the editor : > bind h "ent_fire info_particle_system stop;wait 120;ent_fire info_particle_system start"

See also