Is there any kindof tutorial to update older swf clothes to work with newer loader and mods? I have several of these that I'd like to update.
Decompiling them is fairly straightforward; it's a one-click operation in
ffdec.
Reassembling them is more complex. It usually involves injecting some "boilerplate" AS3 code (which you can pull from the
template) and then manually renaming the shape instances. But some older mods used fancy scripting to inject themselves into the scene, and so the default/hardcoded position of each clothing item could be wrong. Testing and fine-tuning is often needed.
tl;dr -
please share (or link to) a few examples. We may be able to offer guidance on how to get them working
without any recompilation. If not, then someone might put together a tutorial eventually.