rigz.zipstreamloader: Functions Modinfo Source  

Zipstream based effects loader for TimelineFX

This module provides an alternative way to load eff files using koriolis.zipstream module available from http://www.koriolis-fx.com/forum/index.php?topic=15.0. (Registration is no longer required) **This is an optional mod and you only really need to use it if you're loading effects files from incbin. It will not compile (with makemods) unless you have koriolis.zipstream so you can either make sure you download that, or simply delete this mod from your mods folder**

Functions Summary

LoadEffects2 Load an effects library using koriolis.zipstream.

Functions

Function LoadEffects2:tlEffectsLibrary(filename:String, compile:Int = True)
ReturnsNew tlEffectsLibrary.
DescriptionLoad an effects library using koriolis.zipstream.
Information

Pass the url of the library and pass TRUE or FALSE for compile if you want to compile all the effects or not.

This is an alternative loader that has the added benefit of loading from incbin.

Effects can be retrieved from the library using GetEffect


Module Information

AuthorPeter J. Rigby
CopyrightPeter J. Rigby 2009
PurposeTo add rich particle effects to games and applications, quickly and easily
History v112th March 2010 - Initial version