blender plugin problems!!

Hello, im trying to use an MDL exporter that i found for blender, but i can not for the love of me figure out how to install it.
everyone keeps saying find the “scripts” folder in the blender directory, but there is no scripts folder.

i am using Windows, and my blender version is 2.49. any help would be great, in the mean time i need an asprin…

There should be a hidden folder in the blender directory called “.Blender”.

there are no hidden directories, and i have “Show Hidden Files and Folders” on so i would see if there were some. all i find are the .exe files to run it, and all the usual files you find so it can run.

Check if your installation has its scripts in the application data directory. typically

 
C:\Documents and Settings\YOURNAME\Application Data\Blender Foundation\Blender\.blender\scripts

otherwise, in the Blender python console, type:


import sys
print sys.path

look for the directory with ‘scripts’ in it.

hot dang, they were in the first option, in the Application Data thing. thanks a lot