Game Development Community

Preload PostFX

by Jules · in Torque 3D Professional · 08/04/2010 (12:47 pm) · 2 replies

Is there an easy way to preload post effects into the game, like you can with the editor/gui in 1.1 B2 ?

#1
08/04/2010 (1:01 pm)
No worries, figured it out...

PostFXManager.loadPresetFile();
#2
08/04/2010 (1:44 pm)
hmm, having problems loading the file... anyone know what the correct syntax for preloading a postFX file saved from the editor into the game before it starts? I know there is a default post FX file you can modify, but would like to load up saved settings created from the postFX options GUI at the start of the game. This way I can specify different settings for each level.