StudioMDL (Source)

From Valve Developer Community
Revision as of 20:10, 5 May 2008 by Beeswax (talk | contribs) (→‎Output files: minor corrections - see diff)
Jump to navigation Jump to search
Merge-arrows.png
It has been suggested that this article or section be merged into Compiling a model. (Discuss)

Studiomdl is the command-line tool used to compile models from the intermediate Studio Model Data format exported from modeling packages to the binary .mdl format that is read by the Source engine.

It can be found at steam/steamapps/<account>/sourcesdk/bin/[orangebox|ep1]/bin/studiomdl.exe.

Studiomdl is executed with a QC file as a parameter. For more information about compiling, see Compiling a model.

Output files

mymodel.mdl
mymodel.sw.vtx
mymodel.dx80.vtx
mymodel.dx90.vtx
mymodel.vvd
mymodel.phy
Collision mesh data

See also