From c3a3d5d2508f6f2a5126c1341b6a55a7817c91f2 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Mon, 18 Apr 2022 20:54:07 -0700 Subject: [PATCH] readme: add note about release/debug builds --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a2d064..6afccfb 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ msdev Rebuilder.dsw /make (Replace `` with the directory you installed/cloned MSVC 6.0 to) +Rebuilder can only be built in "Release" mode. This is because it utilizes DLL injection to modify LEGO Island in memory, and with MSVC, "Debug" code is incompatible with "Release" code (which is what LEGO Island was naturally compiled as). + ## Usage By default, Rebuilder opens a graphical interface which can be used to set the patch configuration and to launch the game. However, command line arguments are also supported: