Modeling: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (→‎See also: clean up, replaced: See Also → See also)
 
(9 intermediate revisions by 6 users not shown)
Line 2: Line 2:


;[http://www.wunderboy.org/3d_games/utils/sourcetools.php#mdl_tex MDL Texture Info]:A console utility that lists all the materials used in a [[MDL]].
;[http://www.wunderboy.org/3d_games/utils/sourcetools.php#mdl_tex MDL Texture Info]:A console utility that lists all the materials used in a [[MDL]].
;[https://sites.google.com/site/zeqmacaw/tools/crowbar Crowbar]:A tool for decompiling [[MDL|.MDL]] files and making new ones (Also see: [[Crowbar]])
;[http://www.chaosincarnate.net/cannonfodder/mdldecompiler.php MDLDecompiler]:Breaks [[MDL]] files down to their component parts.
;[http://www.chaosincarnate.net/cannonfodder/mdldecompiler.php MDLDecompiler]:Breaks [[MDL]] files down to their component parts.
;[http://www.wunderboy.org/3d_games/utils/sourcetools.php#vtftool VTFTool]: A tool to convert [[TGA]] to [[VTF]], and back again.
;[http://www.wunderboy.org/3d_games/utils/sourcetools.php#vtftool VTFTool]: A tool to convert [[TGA]] to [[VTF]], and back again.
;[http://nemesis.thewavelength.net/index.php?c=154#p154 Photoshop VTF Plugin]: A plugin for photoshop that can both open and save [[VTF]] files.
;[http://nemesis.thewavelength.net/index.php?c=154#p154 Photoshop VTF Plugin]: A plugin for photoshop that can both open and save [[VTF]] files.
;[http://www.blender.org/ Blender]: An open source (free) 3D modeling package that can be used to create static and physics props.


== Resources ==
== See also ==
 
* [[:Category:Modeling]]
;[http://www.cdg.net/ CDG.net Community]: A great resource for learning about, downloading and releasing models.
* [[Modeling Sites]]


[[Category:Modeling]]
[[Category:Modeling]]

Latest revision as of 03:02, 4 January 2024

Utilities

MDL Texture Info
A console utility that lists all the materials used in a MDL.
Crowbar
A tool for decompiling .MDL files and making new ones (Also see: Crowbar)
MDLDecompiler
Breaks MDL files down to their component parts.
VTFTool
A tool to convert TGA to VTF, and back again.
Photoshop VTF Plugin
A plugin for photoshop that can both open and save VTF files.
Blender
An open source (free) 3D modeling package that can be used to create static and physics props.

See also