Use EFF File (177) didn't properly store values of the child effect if data was saved via the effect opcode in the child effect itself (e.g. if the effect opcode procedure actually modifies param1, param2, or stores data in param3 or param4 for later use). This is fixed in TobEx beta 0024 by storing certain information from the child opcode into the Use EFF File opcode unused structure members. However, it may break other opcodes that have compensated for this somehow.
One such example is Polymorph (135). Originally, polymorph with Appearance Only (param2=1) had issues with setting the colours for animations using colour gradients. However, if polymorph was the child effect of Use EFF File, the colours were set correctly (because information was not correctly saved - i.e. the Polymorph effect opcode procedure stores information in param1, param3, and param4), but caused animation stutter (e.g. check the application of Drow Transformation SPIN825). TobEx beta 0024 has fixed this effect to apply colours properly when used independently, and combined with Use EFF File fix above, fixes the animation stuttering associated with using Polymorph as a child effect to Use EFF File.
Edited by Ascension64, 13 April 2012 - 06:18 AM.