Call of Duty 5: Modeling/ Skinning

From COD Modding & Mapping Wiki
Revision as of 05:56, 27 February 2009 by 84.172.46.150 (talk) (Maya modelling for CoD 5)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TABLE OF CONTENT

1.) setup
2.) propaedeutics
3.) create a vehicle model
4.) apply material to the model skin
5.) create a skeleton and rig the skin
6.) cod export prep work
7.) post export jobs in AssMan
8.) setup your vehicle model's prefab
9.) ADVANCED USERS: create a destructible vehicle - additional steps


1.) setup

For CoD5 modelling you need version 8.5 SP 1 of Maya. The Personal Learning Edition won't do, so do not waste any time on it. An original license of 8.5 is somewhat hard to get as it has grown outdated in the meantime and even on Ebay people wouldn't sell too many copies. The SP1 is available for download at Autodesk in case you can only catch 8.5 vanilla (click here).

If you want to work on stock xmodels, the tool 'xmodel exporter' will provide you with .obj file exports of the models. They won't, however, be rigged on their original skeleton, so you will have to rebuild it. XModel exporter creates a html file that shows the model's skeleton joint coordinates and the joint hierarchy and the joint tag names, so while it takes some time, you can recreate the skeleton and rig the imported .obj file back to it. In order to import OBJ files into Maya, you'll need an OBJ-importer plugin that comes with Maya Bonus tools (need to register and then search for appropriate version here). Make sure that you provide yourself with the proper Bonus Tools for version 8.5 otherwise you won't succeed. The OBJ. file format is also an excellent way exchange models with other popular 3D modelling tools like 3ds. And then again, Maya can import 3ds models, too.

Finally you will need the xmodel export plugin for Maya which is provided along with the CoD5 mod tools. Thoroughly mind the Readme on how to set up those files with Maya as it is NOT just a plugin manager job in Maya. Actually you have to set up some files and write some entries while you leave the mod tools' Maya files untouched and right inside the mod tools' bin folder. Don't screw with that or the bug hunt is all yours .... we told you so.

When you launch Maya for the first time after preparation for CoD5, you want to enable the CoD5 plugin in the plugin manager. After restart you should notice a 'Call of Duty' menu in the top menu bar. We have received inhomogeneous feedback on localized Windows versions: Sometimes Maya seems to ignore your language and keeps looking for english path names. Workaround: Create an english path under C:\, e. g. instead of C:\Dokumente und Einstellungen in the german version use C:\documents and settings. The same is true for all subfolders.

In Maya 'preferences' you always want to set the Z axis up and the standard grid unit to 'inches' as 1 inch corresponds with 1 CoD5 radiant unit. Proper scaling will become far easier when you obey this little step.


2.) propaedeutics

3.) create a vehicle model

4.) apply material to the model skin

5.) create a skeleton and rig the skin

6.) cod export prep work

7.) post export jobs in AssMan

8.) setup your vehicle model's prefab

9.) ADVANCED USERS: create a destructible vehicle - additional steps