A repository of template module scripts for the Particle System Plugin. These Lua scripts are examples of features from the Particle System Plugin and serve as demonstrations of how to implement certain effects. Users are free to adapt these scripts however they please and make their own custom effects from them.
The repository may be updated with more templates over time.
-
Firstly, the Particle System Plugin should be correctly installed into the TRLE project. Follow the installation instructions in the plugin repository or in the online plugin manual.
-
In the working (Engine) folder of the TRLE project, create a folder called
modulescriptsorModuleScripts. Either name is fine but it must be one word with no extra characters (e.g.module-scriptsis not correct). See the manual for more details. -
After installing the plugin and setting up the folder, click the green Code button on the top right and choose Download ZIP from the dropdown menu.
-
Extract the contents (
.luafiles) into themodulescriptsfolder in the TRLE project. -
Read further instructions on importing module scripts in the manual.
Krys