This tutorial will outline the needed steps to get Treyarch's XMODEL/XANIM Export tools setup in Maya. This will allow you to export your own 3D assets and animations to WaW.
To start off, you need to set up the
and
files so Maya can find our tools.
T he maya.env file creates the environment variables to point to the locations of plugins and scripts located in the tree, and should be put in
(*VERSION* = 7.0, 8.0 or 8.5)
Example paths are:
If you use Steam, example paths would be:
These will tell Maya to look here for our plugins and scripts.
Don't forget to unzip the appropriate MLL scripts, either
or
The usersetup.mel file will tell Maya what to add on startup of Maya. This invokes the startup of our 'COD Tools' menu. Create a new plaintext document called "usersetup.mel" at the path specified below.
Copy the following code into the file and save it.
Credit: CustomCOD Wiki