Particle Editor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎General knowledge: -> it's broke for ALL games.)
No edit summary
Line 8: Line 8:
== General knowledge ==
== General knowledge ==


{{note|A recent update to the orangebox engine has broke the particle editor in '''all''' orangebox games and mods. (if this notice is still here, it's still broke)}}
{{note|A recent update to the orangebox engine has broke the particle editor in all orangebox games and mods except TF2. (if this notice is still here, it's still broke)}}
* 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.  
* 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.  



Revision as of 19:19, 9 March 2009

Particle Editing Tool

General knowledge

Note.pngNote:A recent update to the orangebox engine has broke the particle editor in all orangebox games and mods except TF2. (if this notice is still here, it's still broke)
  • 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.
  • 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"