I downloaded the MOD, however whichever folder I save the mod to, or move the MOD to, the folder then becomes inaccessible, as windows explorer crashes each time i try to load up the folder.
That's a pretty intense reaction; I haven't encountered such problems with SDT mods in the past.
The only real workaround that I can recommend is:
- delete the troublesome file
- since Windows Explorer can't access the folder, try to use the command prompt
- reboot your PC; verify that the problem has been solved
- if this approach works, then it's possible that the problem was "Windows is attempting to parse the .mod file in order to generate an icon which previews the file contents, but Windows doesn't understand the file format and is running into difficulty"
- attempt to download the file again
- when you reach the "Save File As" dialog, change the file extension
- instead of accepting the default filename, change the extension from ".mod" to ".swf"
- if your PC becomes unstable again then immediately delete the new .swf file
- in this case you should probably avoid using my work in the future
- I can't explain why this problem is happening but it's definitely not worth harming your PC in order to use a silly porn mod
- if the file-extension change seems to prevent the problem from recurring then you could continue to use it for future ".mod" files
Or just delete the file and forget about the whole thing -- because it's just a porn mod and it's probably not worth spending a lot of your time on.
Could someone review the FLA source?
Anyone can open a SWF file using
JPEXS ffdec. You can inspect all of the scripts included in a SWF file, which is useful if you're attempting to learn from an old mod or troubleshoot its errors. And it allows you to check whether a modder has done something malicious or destructive.
The FLA file
does include some elements which aren't exposed in the SWF, but they shouldn't be capable of causing errors (or hiding malicious behavior). It's stuff like reference images, dummy code, guide vectors, template images, etc...