Maya
From Infinity Ward Community Wiki
Setting up your Maya environment
Before you start working with Maya, you will need to update your environment variables and usersetup.mel file for Maya to point to and load the current location of the Mod Tools script and plugins.
Maya.env
You must add the two lines of code below to your Maya.env file located in
C:\Documents and Settings\<username>\My Documents\maya\<maya version>
MAYA_SCRIPT_PATH = C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\bin\maya\tools
MAYA_PLUG_IN_PATH = C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\bin\maya\tools
usersetup.mel
You must also add these few lines to your usersetup.mel, located here by default
C:\Documents and Settings\<username>\My Documents\maya\<maya version>\scripts\
source CODToolsMenu;
CODStartup;
CODToolsMenu;
The Microsoft C++ redistributable will be required (if you don't have Visual Studios installed). The download is available (free) from Microsoft Here.
