Modeling props with Max: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
*[http://www.chaosincarnate.net/cannonfodder/3dsmax.php Cannonfodder's 3DSMAX SMD Exporters and Importers]
*[http://games.nad.qc.ca/smd_export.zip PerPixel maxscript smd exporter]


[[Category:Modeling]][[Category:3DS Max]]
[[Category:Modeling]][[Category:3DS Max]]


Making models in Max for Source is the same process as making models for Half-Life 1.
Making models in [3ds Max] for Source is the same process as making models for Half-Life 1.


Build your geometry, apply a bitmap material with the same name (or names, if a multi/sub-object) as the materials that will be applied to it, and export as an .smd file.
Build your geometry, apply a bitmap material with the same name (or names, if a multi/sub-object) as the materials that will be applied to it, and export as an .smd file.


For example, if you want your model to have a material such as  ''materials/mymats/misc_mat_01.vmt'' applied to it, then in Max you would apply a bitmap material called misc_mat_01 to it. The path of the bitmap is not important, as the material path is specified in the model's .QC file. Also, the format of the image used does not matter - just the name.
For example, if you want your model to have a material such as  ''materials/mymats/misc_mat_01.vmt'' applied to it, then in Max you would apply a bitmap material called misc_mat_01 to it. The path of the bitmap is not important, as the material path is specified in the model's .QC file. Also, the format of the image used does not matter - just the name.

Revision as of 19:10, 3 October 2007

Stub

This article or section is a stub. You can help by expanding it.

Making models in [3ds Max] for Source is the same process as making models for Half-Life 1.

Build your geometry, apply a bitmap material with the same name (or names, if a multi/sub-object) as the materials that will be applied to it, and export as an .smd file.

For example, if you want your model to have a material such as materials/mymats/misc_mat_01.vmt applied to it, then in Max you would apply a bitmap material called misc_mat_01 to it. The path of the bitmap is not important, as the material path is specified in the model's .QC file. Also, the format of the image used does not matter - just the name.