5 Home
Lucas Schwiderski edited this page 2024-07-16 15:50:19 +02:00

Welcome to the Wiki.

Using mods

If you're a mod user, you're likely looking for guidance on How to install mods.

Making mods

As a mod author, you might instead be interested in migrating your existing mods or build a new one from scratch. You might also be interested in additional documentation for DTMT, which you can find in the sidebar on the right.

Developing DTMM/DTMT

The biggest effort in developing DTMT and other modding tools is reverse engineering the binary formats used by the engine to store assets. Knowing these binary formats then enables both decompiling them into a commonly used format, and compiling assets into a usable format. The best way to bring the modding capabilities forward is through helping with this. Please see Reverse Engineering - Getting Started for more information.

If you would like to contribute to DTMT directly, or simply want to build it from source, you will find information in Building the source code and Obtaining the Oodle library.

Feel free to reach out on the mailing list or the Modders Discord for discussions, issue reporting, and sharing code.