Ok! That’s it! I can’t take it any longer! 
For all of you guys that still can’t get it working, follow these steps:
- Install the MR shaders/scripts/icons etc as instructed in the readme file.
- You shouldn’t need to edit that AE template script file that Phoenix mentioned because a modified one comes in the package and you already installed it with the other scripts.
- Start Maya.
- Create one/some objects.
- Create a light and get the scene looking how you want it for the final render (with just the Lambert1 shader still applied).
- Select the object you want the fast SSS shader applied to.
- Right click on it in the viewport and go to Materials > Assign New Material > Misss_fast_simple_maya.
That’s the shader I’ve been using so we’ll just use that for now. It’s good. If you do a render now, you’ll just get a funny tan coloured shader. Leave all the settings the way they are. In fact, do a render now and ‘keep’ the image so you can compare later and see that everything works.
- Open out the Lightmap section of the shader.
- Click on the texture applying button next to the lightmap slot.
It will automatically create the ‘mentalrayTexture’ shader that you need and open it’s properties.
- On the mentalrayTexture attributes, tick the Writable checkbox.
- Change the File Size Depth to 32 bits.
You MUST change it to 32 bits for it to work.
- Change the lightmap resolution to double the width of your render resolution, and to the same height as your render resolution.
For example, if you’re going to render at 640x480 your lightmap should be 1280x480.
- In the Image Name slot, type “\mySuperSSS” or something like that (but without the quotes).
You do NOT give a file extension as Mental Ray uses whatever it’s lightmap file format is (extensionless). You MUST start the name with either a \ (UNIX style) or with C:\ etc because that’s just the way it goes, you can’t just type in a filename with no path. Going on my example, “\mySuperSSS” will create a lightmap file with no extension at C:\mySuperSSS. But don’t look for it yet (even if you render) because we aren’t finished yet.
-
Navigate your way to the Shading Group node of the Misss_fast_simple_maya (so you can see all the MR shader slots).
-
Click on the texture-applying button next to the ‘Light Map Shader’ slot.
-
Apply a Misss_fast_lmap_maya shader. It will take you to the attributes of it.
Notice that there’s a “Include indirect lighting” checkbox at the top, tick that later if you want to add Final Gather to the SSS effect.
-
Open out the Lightmap Write section.
-
Into the lightmap slot, type “mentalrayTexture1” and press enter.
It just connects this shader to the mentalrayTexture shader, so if the name of your mentalrayTexture shader is different just type that instead. Alternatively you could drag and drop the mentalrayTexture shader onto that slot to achieve the same effect.
- Render! That’s it!
At first you might not notice a difference because with the default settings of the SSS shader the effect isn’t mind-blowingly better. But if you compare that render to your original that you ‘kept’ in the Render View, you should see a difference.
Now if you went and looked at the lightmap location on your hard drive (eg C:\mySuperSSS) you should see that saved file. You can view it using the imf_disp program if you like but it’s not that exciting, hehe.
Have fun!! After some playing around and with the addition of Final Gather I ended up with this:


EDIT: I made some corrections according to Super Francesca. 