Home › Forums › TimelineFX Module › Incbin possible? › Re: Re: Incbin possible?
I already tried that but I got the error: Compile Error: Identifier ‘LoadEffects2’ not found
I assumed it was broken, but zipstreamloader.mod is not imported by default by timelinefx.mod. I added that.
I can’t get it to work using the My object:
effectsLibrary = LoadEffects2(My.Resources.img.TrappedTests_eff)
But it works when I use:
effectsLibrary = LoadEffects2(“zip::incbin::imgTrappedTests.eff”)
This is ok for me though. š