MDLDecompiler: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Changed the date "Hooch's" decomipler was last patched.)
Line 16: Line 16:
You can download working versions of the tools from the links below.  
You can download working versions of the tools from the links below.  


* [http://www.hl2.boo.pl/applications/MdlDecompilerFixed/MDL%20Decompiler%20Fixed.rar Hooch's fixed version of MDL Decompiler (2012) (No need to change "IDST0" to "IDST," and no more AppId error)]
* [http://www.hl2.boo.pl/applications/MdlDecompilerFixed/MDL%20Decompiler%20Fixed.rar Hooch's fixed version of MDL Decompiler (2013) (No need to change "IDST0" to "IDST," and no more AppId error)]
* [http://www.chaosincarnate.net/cannonfodder/cftools.htm Cannonfodder's original MDLDecompiler (for an updated version use studiocompiler)]
* [http://www.chaosincarnate.net/cannonfodder/cftools.htm Cannonfodder's original MDLDecompiler (for an updated version use studiocompiler)]
* [http://web.archive.org/web/20090106152445/http://www.kathar.net/hl2modding/applications.php Erik's fixed version of MDLDecompiler] (internet archive / wayback machine)
* [http://web.archive.org/web/20090106152445/http://www.kathar.net/hl2modding/applications.php Erik's fixed version of MDLDecompiler] (internet archive / wayback machine)

Revision as of 10:33, 1 October 2012

MDLDecompiler is a tool written by Cannonfodder for decompiling Source models back into their component parts; namely SMD, VTA and QC files.

You don't have to change anything in Hooch's fixed version, link at the bottom of page

Animations: Certain mdl's only have animations in them, but come with a .ani file. Same procedure: Change the .mdl's header to IDST, and the .ani's header to IDAG, NOTE THE COMMA

Some issues with the original Cannonfodder decompiler were fixed by Erix920 but some bugs still remain.

Note.pngNote:MDLDecompiler is not 100% reliable and has some issues with certain MDL files. It also doesn't produce a "perfect" decompile and you may need to rework the QC file to be able to recompile a model properly.
Note.pngNote:When browsing for the .mdl file you wish to decompile it might give an error and shut down the program. When it does this try deselecting the "Use Steam File Access" inside the mdldecompiler program at the bottom. Once deselected then you should be able to browse for the .mdl files.
Note.pngNote:When using Orange Box, don't place the mdldecompiler in "sourcesdk/bin/orangebox/bin/", this does not work. You need to place the mdldecompiler.exe in "sourcesdk/bin/ep1/bin/" at all times.

External links

You can download working versions of the tools from the links below.