Registering new effects
This required Codeware and Redscript.
Last updated
This required Codeware and Redscript.
Last updated
You can find the theoretical information about effects in the yellow wiki: ->
You already have an .es file with your custom effect
Using the method below will add Redscript and Codeware to your mod's dependencies
Create a new file in r6/scripts/yourname
and call it something like registerEffects.reds
. Paste the following content:
That's it. After this script gets executed, your effect is now available.