MDLDecompiler: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added workaround for decompiling OB models.)
mNo edit summary
Line 1: Line 1:
'''MDLDecompiler''' is a tool written by [[User:Cannonfodder|Cannonfodder]] for decompiling [[Source]] models.
'''MDLDecompiler''' is a tool written by [[User:Cannonfodder|Cannonfodder]] for decompiling [[Source]] models.


{{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 decompile 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.}}
{{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.}}



Revision as of 13:33, 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 decompile 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.