From 3cd13fb577fb0013b039062d74eb61ebe38b5e12 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 16 Jul 2024 15:50:19 +0200 Subject: [PATCH] Update Home --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 7886107..8aaa857 100644 --- a/Home.md +++ b/Home.md @@ -10,6 +10,9 @@ As a mod author, you might instead be interested in [migrating your existing mod ## Developing DTMM/DTMT -If you intend to contribute to dtmt, or simply want to build it from source, you will find information in [Building the source code](Building-the-source-code) and [Obtaining the Oodle library](Obtaining-the-Oodle-library). +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](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](Building-the-source-code) and [Obtaining the Oodle library](Obtaining-the-Oodle-library). Feel free to reach out on the [mailing list](https://lists.sclu1034.dev/postorius/lists/dtmt.lists.sclu1034.dev/) or the [Modders Discord](https://discord.gg/GFyCGNpJb8) for discussions, issue reporting, and sharing code. \ No newline at end of file