This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:createeffect [2022/02/09 23:08] – [Effects] Vertu | 4rpl:commands:createeffect [2025/07/24 18:53] (current) – Add captions to gifs with tables Up-Level | ||
---|---|---|---|
Line 11: | Line 11: | ||
* sparks | * sparks | ||
* materialize | * materialize | ||
- | * radial | + | * radial |
- | * radial2 | + | * radial2 |
* explosion | * explosion | ||
* explosion2 | * explosion2 | ||
Line 22: | Line 22: | ||
<code 4rpl> | <code 4rpl> | ||
CreateEffect(" | CreateEffect(" | ||
+ | </ | ||
+ | <code 4rpl> | ||
+ | CreateEffect(" | ||
</ | </ | ||
Line 27: | Line 30: | ||
:!: Note: **radial2** should be played slightly higher on the Y axis than unit position for it to display correctly. Also it's .y vector for size does not impact it's vertical size unlike with the other effects. V3(1 0.5 1) will create an oval, V3(1 1 1) will create a circle. | :!: Note: **radial2** should be played slightly higher on the Y axis than unit position for it to display correctly. Also it's .y vector for size does not impact it's vertical size unlike with the other effects. V3(1 0.5 1) will create an oval, V3(1 1 1) will create a circle. | ||
- | [{{cw4_effect_sparks.gif|sparks}}] [{{cw4_effect_materialize.gif|materialize}}] \\ [{{cw4_effect_radial.gif|radial}}] [{{cw4_effect_radial2.gif|radial2}}] \\ [{{cw4_effect_explosion.gif|explosion}}] [{{cw4_effect_explosion2.gif|explosion2}}] [{{cw4_effect_explosion3.gif|explosion3}}] [{{cw4_effect_explosion4.gif|explosion4}}] [{{cw4_effect_explosion5.gif|explosion5}}] | + | | {{cw4_effect_sparks.gif|sparks}} |
+ | ^ sparks ^ materialize ^ | ||
+ | |||
+ | |{{cw4_effect_radial.gif|radial}} | ||
+ | ^ radial ^ radial2 ^ | ||
+ | |||
+ | | {{cw4_effect_explosion.gif|explosion}} | ||
+ | ^ explosion1 ^ explosion2 ^ explosion3 ^ | ||
+ | |||
+ | | {{cw4_effect_explosion4.gif|explosion4}} | ||
+ | ^ explosion4 ^ explosion5 ^ | ||
< | < | ||