Hi again Nighthawk,
Carefully read what you yourself have just written in your last 2 posts, and you will see that you've already answered your own question without realizing it.
Look at the pathname to the .DLL in the error message that TMPG gave you when you tried opening your .avs script....
Now in your 2nd post, look at
where you said you have the .DLL located on your PC...
You need to change all of the pathnames in the script so that they will reflect where
you have things on
your PC,
not to where Kwag has them on
his PC.
And actually, you don't even need
any of the LoadPlugin() lines in your script
at all if you installed your filters (.DLLs) into the "plugins" folder of Avisynth (which you said you did). By installing your .DLLs there, they will auto-load for you, making the LoadPlugin lines totally unnecessary in your scripts.
So just open your script with Notepad and put a "
#" in front of all of the LoadPlugin() lines in your script to deactivate those lines, and then save the changes, and then it should work. And don't forget to set the correct pathname to your .d2v file as well in the MPEG2Source() line of your script, or else that will probably be your next error message in TMPG.
-d&c