Home › Forums › TimelineFX Module › TimelineFX does not support IncBin?? › Re: Re: TimelineFX does not support IncBin??
Ok, I’ve added a new loader function that uses koriolis.zipstream module instead, you can grab it from SVN. I’ve kept it in a separate module: rigz.zipstreamloader so that it won’t encroach on anyone that won’t need it.
You’ll obviously need to grab the zipstream module from here: http://www.koriolis-fx.com/forum/index.php?topic=15.0 (I think you need to be logged into the forum to see the attachment)
So then you can import the following into your code:
import rigz.zipstreamloader
import koriolis.zipstream
and then you just need to replace loadeffects with
LoadEffects2("zip::incbin::effectsmousepointer.eff")
I’ve attached a version of vaders with incbinned effects as an example, see line 446 where the effects are loaded. Let me know if it works ok!
[edit]ok, it was too big to attach! You can d/l from here tho: http://www.rigzsoft.co.uk/files/VadersIncbin.zip