diff --git a/LI2ModManager.exe b/LI2ModManager.exe new file mode 100644 index 0000000..e5a0619 Binary files /dev/null and b/LI2ModManager.exe differ diff --git a/LegoIsland2Patcher/Form1.cs b/LegoIsland2Patcher/Form1.cs index 229c98e..4b8dd93 100644 --- a/LegoIsland2Patcher/Form1.cs +++ b/LegoIsland2Patcher/Form1.cs @@ -74,6 +74,7 @@ private void identifyVersion() createExeVersion("Spanish Version", 0xCF, "Isola LEGO 2.exe", 0x52FD, 7, 21, 0xA765, 0x3DFA0), createExeVersion("Dutch Version", 0x98, "LEGO eiland 2.exe", 0x52D6, 12, 31, 0xCAC3, 0x43C70), createExeVersion("German Version", 0x31, "LEGO Insel 2.exe", 0x52FD, 7, 21, 0xA765, 0x3E1A0), + createExeVersion("Danish Version", 0x7C, "LEGO øen 2.exe", 0x52FD, 7, 21, 0xA765, 0x5351), createExeVersion("Swedish Version", 0x08, "LEGO Island 2.exe", 0x52D6, 12, 31, 0xCAC3, 0x43C70), createExeVersion("Norwegian Version", 0xF6, "LEGO Island 2.exe", 0x52D6, 12, 31, 0xCAC3, 0x43C70), createExeVersion("French Version", 0x81, "L'île LEGO 2.exe", 0x52FD, 7, 21, 0xA765, 0x3E1E0), diff --git a/mods/Debug Mode/info.txt b/mods/Debug Mode/info.txt index b42bd8d..a079e5e 100644 --- a/mods/Debug Mode/info.txt +++ b/mods/Debug Mode/info.txt @@ -1,3 +1,3 @@ Debug Mode -Iran & mumboking -Replaces the credits menu option with a debug menu. Does not work with all versions. \ No newline at end of file +Iran & mumboking (Updated for Danish version) +Replaces the credits menu option with a debug menu. Fixed for Danish LEGO øen 2. \ No newline at end of file diff --git a/mods/Debug Mode/patch.txt b/mods/Debug Mode/patch.txt index 87c30ab..403cdf9 100644 --- a/mods/Debug Mode/patch.txt +++ b/mods/Debug Mode/patch.txt @@ -1 +1 @@ -572704;0100000011 \ No newline at end of file +49B93C;0100000011 \ No newline at end of file diff --git a/mods/Force Command Line/info.txt b/mods/Force Command Line/info.txt index 3a8e660..9fdf36f 100644 --- a/mods/Force Command Line/info.txt +++ b/mods/Force Command Line/info.txt @@ -1,3 +1,3 @@ Force /force Command Line -Iran & mumboking -Forces /force command line option. \ No newline at end of file +Iran & mumboking (Verified for Danish version) +Forces /force command line option. Works with Danish LEGO øen 2. \ No newline at end of file diff --git a/mods/Island Grass/info.txt b/mods/Island Grass/info.txt index 6cc3954..5cd72a6 100644 --- a/mods/Island Grass/info.txt +++ b/mods/Island Grass/info.txt @@ -1,3 +1,3 @@ Island Grass for Island 2 -Xiron -Replaces the default grass textures with the ones from Lego Island 1. \ No newline at end of file +Xiron (Compatible with all versions) +Replaces the default grass textures with the ones from Lego Island 1. Works with Danish LEGO øen 2. \ No newline at end of file diff --git a/mods/No Load Delay/info.txt b/mods/No Load Delay/info.txt new file mode 100644 index 0000000..0414e76 --- /dev/null +++ b/mods/No Load Delay/info.txt @@ -0,0 +1,3 @@ +No Load Delay +Danish Version Support +Removes artificial loading delays to speed up game loading. \ No newline at end of file diff --git a/mods/No Load Delay/patch.txt b/mods/No Load Delay/patch.txt new file mode 100644 index 0000000..b90a192 --- /dev/null +++ b/mods/No Load Delay/patch.txt @@ -0,0 +1,2 @@ +7D25;6864000000 +34BE;6864000000 \ No newline at end of file diff --git a/mods/Skipable Intros/info.txt b/mods/Skipable Intros/info.txt index 359e8ff..55450a5 100644 --- a/mods/Skipable Intros/info.txt +++ b/mods/Skipable Intros/info.txt @@ -1,3 +1,3 @@ Skipable Intro Videos -mumboking -Allows the first intro video to be skipped. \ No newline at end of file +mumboking (Verified for Danish version) +Allows the first intro video to be skipped. Works with Danish LEGO øen 2. \ No newline at end of file