Wall Worm Model Tools: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Wall Worm Model Tools is a utility to export models straight into Source.)
 
mNo edit summary
Line 7: Line 7:
* Generates LODs
* Generates LODs
* Assigns Sequences
* Assigns Sequences
* Assing Collision Hulls
* Assign Collision Hulls


A future release will also include a utility to create convex collision hulls (right now you have to make them yourself).
A future release will also include a utility to create convex collision hulls (right now you have to make them yourself).

Revision as of 14:50, 10 January 2011

The Wall Worm Model Tools is a (free) MAXScript utility for 3ds Max that allows you to compile models and textures straight from 3ds Max. This tool is only available for 3ds Max users and is dependant on Jed's SMD Exporter. The tool gives you a graphical interface for setting various model properties such as $surfaceprop, $scale, $mass, etc.

A short but incomplete list of things the tool does:

  • Generates QC files
  • Compiles QCs into MDLs
  • Converts some Standard Material maps with TGA bitmaps into related VTFs and places them into root VMT
  • Generates LODs
  • Assigns Sequences
  • Assign Collision Hulls

A future release will also include a utility to create convex collision hulls (right now you have to make them yourself).

WWMT has been tested in 3ds Max 2008+.

Wall Worm Model Tools Documentation and Downloads