MDLDecompiler: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Added workaround for decompiling OB models.)
Line 2: Line 2:


{{warning|'''MDLDecompiler''' only works with Episode 1 engine based models. It cannot deompile Orangebox models.}}
{{warning|'''MDLDecompiler''' only works with Episode 1 engine based models. It cannot deompile Orangebox models.}}
{{note|There is a workaround to decompiling Orangebox models. Simply open the model in notepad and change IDST'''0''' (Zero) to IDST''',''' (Comma) and save the .mdl.}}


== External links ==
== External links ==

Revision as of 12:51, 2 September 2008

MDLDecompiler is a tool written by Cannonfodder for decompiling Source models.

Warning.pngWarning:MDLDecompiler only works with Episode 1 engine based models. It cannot deompile Orangebox models.
Note.pngNote:There is a workaround to decompiling Orangebox models. Simply open the model in notepad and change IDST0 (Zero) to IDST, (Comma) and save the .mdl.

External links

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

Note.pngNote:The above are patched versions of the original tools, released by Erix920.