This is a tool for creating particle effects using chat.
- Edit particle parameters directly to desired values with chat; no need to click multiple times on buttons.
- Chats out full script code for making the particle effect. Just create a script and copy+paste what this chats over the script's contents to make a script that produces the current effect.
- Controls all parameters of llParticleSystem except for PSYS_SRC_MAX_AGE, which just determines how long the particles are emitted. A place holder for that is provided in the generated code.
- Provides help text for every parameter.
- Chats out a single line that can be used later to recreate the current particle effect with a single chat line. This feature lets you save your work, such as in a notecard, and then return to it later for more tweaking.
- You can list individual parameters, groups of parameters, or all parameters.
- Supports owner-only or anybody mode for interacting with the particle system.
- Has a command for toggling whether the particle emitter prim is at zero rotation or rotated 90 degrees on the x axis for dealing with particle effects that require emitter prim rotation.
- Provides sets of filters for listing groups of parameters with similar effects. Also supports filtering the list of parameters on any string you specify.
- You can change the pole color using chat commands.
Changes to version 2.1 over 2.0:
- A bug to where the unlock command wasn't working was fixed
- Line separators are used in chat to make it easier to distinguish command results.
- When locked, the bulk of the chat is set to owner-only.