Home › Forums › TimelineFX Module › Incbin possible? › Re: Re: Incbin possible?
Incbin should work fine, I haven’t tried it myself but I can’t see any reason why it shouldn’t.
MyEffects:tleffectslib=loadeffects(incbin::MyEffects.eff)
I’m not sure if that’s the correct syntax off the top of my head but something along those lines. Or use Blides My object:
MyEffects:tleffectslib=loadeffects(my.resources.MyEffects_eff)
if you’re using a blide solution.
Something on the to do list actually is to password protect the .eff files. As they’re only zip archives and that feature is already in the zipengine mod it should be pretty easy to add.