Ok, maybe I'm just blind, but do you really have to replace original shapes in Jpex Ffdec with modded one by one? Can this be done in a bulk or with another program at once? I mean there're almost thousand shapes in each swf, come on... Or am I missing something here?
I haven't seen yet if JPEXS can be extended with scripting, or how easy it is to build from source.
I've seen you can select multiple objects, and export to SVG at the same time.
And then a script-savvy person could use `sed -i` to change a bunch of RGB vals at once, since the values are pretty consistent.
There would be some exceptions (e.g. raster chinpo, and files with gradients), but the main problem is re-importing - I only know how to do that 1-by-1. But that plus exceptions is still enough to make it tedious.
^ Edit: hmm, and what he said.