Wall Worm Model Tools: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Added prop data, custom gib to feature list and noted that the batch script to compile now works for L4D.)
Line 11: Line 11:
* Auto Hull
* Auto Hull
* Create $attachments and assign to bones
* Create $attachments and assign to bones
* Control Prop Data
* Assign Custom Gibs
* LOD Camera (like HL Model Viewer's Auto Lod option)
* LOD Camera (like HL Model Viewer's Auto Lod option)
* Many more...
* Many more...




WWMT has been tested in 3ds Max 2008+.
WWMT has been tested in 3ds Max 2008+. It now works for L4D as well (it always worked for L4D except that the batch compilers didn't excplicitly set the -game option and were not automating until version 0.999).
== External links ==
== External links ==
* [http://wallworm.com/projects/utilities/docs/ Wall Worm Model Tools] Documentation and Downloads
* [http://wallworm.com/projects/utilities/docs/ Wall Worm Model Tools] Documentation and Downloads

Revision as of 05:46, 8 March 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 either Jed's SMD Exporter or Cannonfodder'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
  • Create Multiple Skins
  • Generates LODs or use your own
  • Assigns Sequences
  • Assign Collision Hulls
  • Auto Hull
  • Create $attachments and assign to bones
  • Control Prop Data
  • Assign Custom Gibs
  • LOD Camera (like HL Model Viewer's Auto Lod option)
  • Many more...


WWMT has been tested in 3ds Max 2008+. It now works for L4D as well (it always worked for L4D except that the batch compilers didn't excplicitly set the -game option and were not automating until version 0.999).

External links