Posts: 1,649
Threads: 99
Joined: Jan 2009
If you mean the spell projectile is launched in the right direction but is 180 backwards, it's probably a player FX being cast by an enemy. Some SoM FX models are single sided and the invisible side is supposed to face away from the player, but if you swap player/enemy FX, the invisible side faces the player.
If you mean the spell is being launched in the wrong direction (toward the enemy instead of toward the player) then it's likely the cpgen bug. I haven't done a lot of testing on the bug, but it seems that SoM requires CP triangles to be listed in numerical order of the 'green channel' in the CP file- 0,1,2,3,30 etc and cpgen uses some other ordering - maybe the order you create the CP triangles in. You can drop your MDL on cpgen and see if it's CPs are listed out of numerical order.
If neither of those are the problem, feel free to send me the files and I'll see if I can figure anything out :)