Home » questions » Where can I find an editor for 3ds max .dle files for windows?

Where can I find an editor for 3ds max .dle files for windows?

2006-07-30 16:59:59, Category: Programming & Design
I have googled this, I have sent the dle file into several text editors (including Notepad, Blender Text Editor, and Maxscript).

Answers

  1. Crocodilian

    On 2006-07-30 17:14:06


    you can't do anything with a text editor here: A DLE is a compiled file (essentially, the 3DS version of a DLL), so its a binary. You can use a "hex editor" (there are many-- just Google it) to examine and modify these files-- but they are binary compiled files, and unless you know what you're doing, you won't find this easy going.