i have some issues with this .swf archive
Where possible, please try to
link to the original file instead of re-attaching it. SWF files have weak authorship information. If someone downloads an attached file from a random thread then they often won't know who created it or where to look for similar mods.
If we link them to the source page then they can click the author's name (to find other mods from the same person), click the tags (to find related material), or visit the author's thread (to make suggestions or complain about bugs).
I've edited your post so that it links to the two files you mentioned.
whenever i load it, it becomes impossible to make any adjustments to the girl, like clothes, accesories, body size and some more stuff
That is
not an intentional behavior of the mod.
@ModGuy has given us some very reliable programming techniques for SDT modding. By using these techniques, we can create mods which subtly influence the game's behavior, or re-write major sections of game logic. If the modder is careful then their mod will usually have strong compatibility with other mods, it will not make the core SDT game unstable, and it will not impair the user from customizing the game or performing standard gameplay tasks.
RajasGrimes' mods were written
before many of these modding techniques became available. They employ risky (or "experimental") code in order to achieve results which we would consider simple and straightforward. If certain interactions occur while the mod is running, its scripts can "throw an error". SDT can
partially contain such errors. A faulty script will usually damage the behavior of one gameplay system while allowing others to proceed (here's an example:
bad code causes saliva strands to freeze in place). RajasGrimes' mods use a much more general approach; when they encounter an error,
most of the game ceases to operate.
There errors are normally hidden from you; you would simply notice that the game has stopped working properly. If you wish to observe the errors then you can download the
Flash Player projector content debugger. Please note that SWF errors can
very rarely be resolved by a normal user; special
tools and
knowledge are needed. The debugger is useful if you want to learn AS3 and begin writing your own mods. The debugger allows you to share detailed error information with SDT modders. But it won't directly help you to fix problems which you encounter during normal gameplay, and it will worsen your gameplay experience (because it's slower than the standard player app, and it sometimes shows annoying popup messages). You should
not feel as though you're required to use it.
¿there is any way to fix the sdt loader compability error?
Ask for a
Revision. The code can't be directly repaired, but the artwork can be extracted and then reassembled into a more "modern" package.