User Tools

Site Tools


effect_editor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
effect_editor [2025/04/26 10:24] justineffect_editor [2025/04/26 10:28] (current) justin
Line 13: Line 13:
 ^Property^Description^ ^Property^Description^
 |Emitting|Determines whether or not the particles are emitting by default. This can be turned off if you want an effect to be disabled when the game first starts or when added via the [[Add Effect]] scripting function. Effects can be enabled and disabled in-game via the [[Enable Effect]] and [[Disable Effect]] scripting functions.| |Emitting|Determines whether or not the particles are emitting by default. This can be turned off if you want an effect to be disabled when the game first starts or when added via the [[Add Effect]] scripting function. Effects can be enabled and disabled in-game via the [[Enable Effect]] and [[Disable Effect]] scripting functions.|
-|One Shot|When enabled, the effect will only trigger once instead of being continuous (e.g. sparks flying out of a machine when it starts). The [[Enable Effect]] scripting function must be used to trigger a one shot effect in-game.|+|One Shot|When enabled, the effect will only trigger once instead of being continuous (e.g. sparks flying out of a machine when attempting to use it). The [[Enable Effect]] scripting function must be used to trigger a one shot effect in-game.|
 |Local Space|When enabled, the movement of the effect's particles will be relative to the parent object's local space and therefore not affected by global gravity.| |Local Space|When enabled, the movement of the effect's particles will be relative to the parent object's local space and therefore not affected by global gravity.|
 |Preprocessing Time|Amount of time in seconds that the particles should be processed in advance. This is useful for effects like rain and snow, as it can be used to prevent the player from seeing the particles start to fall when the map first loads.| |Preprocessing Time|Amount of time in seconds that the particles should be processed in advance. This is useful for effects like rain and snow, as it can be used to prevent the player from seeing the particles start to fall when the map first loads.|
-|Speed Scale|Speed of the particles. The value acts as a multiplier, so a value of 1 is their original speed, while 0.5 is half their original speed.| +|Speed Scale|Overall speed of the particles. The value acts as a multiplier, so a value of 1 is their original speed, while 0.5 is half their original speed.| 
-|Explosiveness|Determines how many of the total particles (defined by "Particle Amount" setting below) are emitted at once. The default is 0, in which case the particles are emitted at regular intervals over the lifetime of the effect, while a value of 1 will cause all particles to be emitted simultaneously in one burst.|+|Explosiveness|Determines how many of the total particles (defined by the "Particle Amount" setting below) are emitted at once. The default is 0, in which case the particles are emitted at regular intervals over the lifetime of the effect, while a value of 1 will cause all particles to be emitted simultaneously in one burst.|
 |Fixed FPS|When set to a value greater than 0, the particles will be rendered with a fixed frame rate (FPS = frames per second). For example, a value of 15 means the particles will be rendered at 15 frames per second. A value of 0 means the frame rate will not be fixed.| |Fixed FPS|When set to a value greater than 0, the particles will be rendered with a fixed frame rate (FPS = frames per second). For example, a value of 15 means the particles will be rendered at 15 frames per second. A value of 0 means the frame rate will not be fixed.|
 |Particle Amount|Total number of particles that will be emitted over the lifetime of the effect (see "Lifetime" setting below).| |Particle Amount|Total number of particles that will be emitted over the lifetime of the effect (see "Lifetime" setting below).|
effect_editor.1745688268.txt.gz · Last modified: 2025/04/26 10:24 by justin