From 23f649778473f732e652b0b97ebd0fbd9b0e172d Mon Sep 17 00:00:00 2001 From: burmaraider <47680616+burmaraider@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:01:39 -0700 Subject: [PATCH 1/2] Update LithTech rules to include additional DLLs (ltmsg.dll for LT2/2.5/Talon/Jupiter, de_msg.dll for LT1) --- rules.ini | 2 +- tests/types/Engine.LithTech.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rules.ini b/rules.ini index 91b63ca72..6ff9971ca 100644 --- a/rules.ini +++ b/rules.ini @@ -139,7 +139,7 @@ KMY = (?:^|/)kmyCore\.dll$ Lightvn = \.vndat$ Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$ Liquid = (?:^|/)PCTouchHelper\.dll$ -LithTech = (?:^|/)default\.archcfg$ +LithTech = (?:^|/)(?:default\.archcfg|ltmsg\.dll|de_msg\.dll)$ Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$ Marmalade = (?:^|/)angle/lib(?:EGL|GLESv2)Marmalade\.dll MonoGame = (?:^|/)monogame diff --git a/tests/types/Engine.LithTech.txt b/tests/types/Engine.LithTech.txt index bff270549..8a3c879b9 100644 --- a/tests/types/Engine.LithTech.txt +++ b/tests/types/Engine.LithTech.txt @@ -1,2 +1,6 @@ /default.archcfg default.archcfg +ltmsg.dll +/ltmsg.dll +de_msg.dll +/de_msg.dll From b12bfa2375e7b43b760f28daf20bc107d6b32148 Mon Sep 17 00:00:00 2001 From: burmaraider <47680616+burmaraider@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:10:13 -0700 Subject: [PATCH 2/2] Update LithTech rules to include additional DLLs (ltmsg.dll for LT2/2.5/Talon/Jupiter, de_msg.dll and ltmemory.dll for LT1) --- rules.ini | 3 ++- tests/types/Engine.LithTech.txt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/rules.ini b/rules.ini index 6ff9971ca..2d7416e7d 100644 --- a/rules.ini +++ b/rules.ini @@ -139,7 +139,8 @@ KMY = (?:^|/)kmyCore\.dll$ Lightvn = \.vndat$ Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$ Liquid = (?:^|/)PCTouchHelper\.dll$ -LithTech = (?:^|/)(?:default\.archcfg|ltmsg\.dll|de_msg\.dll)$ +LithTech[] = (?:^|/)default\.archcfg$ +LithTech[] = (?:^|/)(?:ltmsg|de_msg|ltmemory)\.dll$ Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$ Marmalade = (?:^|/)angle/lib(?:EGL|GLESv2)Marmalade\.dll MonoGame = (?:^|/)monogame diff --git a/tests/types/Engine.LithTech.txt b/tests/types/Engine.LithTech.txt index 8a3c879b9..92a5c6d60 100644 --- a/tests/types/Engine.LithTech.txt +++ b/tests/types/Engine.LithTech.txt @@ -4,3 +4,5 @@ ltmsg.dll /ltmsg.dll de_msg.dll /de_msg.dll +ltmemory.dll +/ltmemory.dll \ No newline at end of file