From b829bb8350910ed818f1f40b08697d87971bc2c6 Mon Sep 17 00:00:00 2001 From: p0008874 <75534590+p0008874@users.noreply.github.com> Date: Sun, 3 May 2026 00:24:57 +0800 Subject: [PATCH 1/3] Increase Source 2 detection --- tests/types/Engine.Source2.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/types/Engine.Source2.txt b/tests/types/Engine.Source2.txt index 8dc8c83f1..faeea0876 100644 --- a/tests/types/Engine.Source2.txt +++ b/tests/types/Engine.Source2.txt @@ -3,3 +3,7 @@ RobotRepair/core/gameinfo.gi core/gameinfo.gi game/core/gameinfo.gi gameinfo.gi +game/bin/win64/vrad2.exe +game/bin/win64/vrad3.exe +bin/win64/vrad2.exe +bin/win64/vrad3.exe From 19c621f416f4b404b812d61b6864ab59244cdd51 Mon Sep 17 00:00:00 2001 From: p0008874 <75534590+p0008874@users.noreply.github.com> Date: Sun, 3 May 2026 00:30:52 +0800 Subject: [PATCH 2/3] Update rules.ini --- rules.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules.ini b/rules.ini index e65448e65..07dea7a81 100644 --- a/rules.ini +++ b/rules.ini @@ -193,7 +193,9 @@ SmileGameBuilder = (?:^|/)data\.sgbpack$ Snowdrop = \.sdfdata$ Solar2D = (?:^|/)CoronaLabs\.Corona\.Native\.dll$ Source = (?:^|/)(?:vphysics|bsppack)\.(?:dylib|dll|so)$ -Source2 = (?:^|/)gameinfo\.gi$ +Source2[] = (?:^|/)gameinfo\.gi$ +Source2[] = (?:^|/)vrad2\.exe$ +Source2[] = (?:^|/)vrad3\.exe$ SRPG_Studio[] = (?:^|/)data\.dts$ SRPG_Studio[] = (?:^|/)runtime\.rts$ Stencyl = (?:^|/)assets/data/behaviors\.mbs$ From e116be7c6929437bb05f5ccbeab76b4e0a08e4c6 Mon Sep 17 00:00:00 2001 From: p0008874 <75534590+p0008874@users.noreply.github.com> Date: Sun, 3 May 2026 00:32:21 +0800 Subject: [PATCH 3/3] Update Engine.Source2.txt Updated file paths and added new entries for vrad executables. --- tests/types/Engine.Source2.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/types/Engine.Source2.txt b/tests/types/Engine.Source2.txt index faeea0876..50a392362 100644 --- a/tests/types/Engine.Source2.txt +++ b/tests/types/Engine.Source2.txt @@ -1,9 +1,13 @@ /gameinfo.gi +/vrad2.exe +/vrad3.exe RobotRepair/core/gameinfo.gi +bin/win64/vrad2.exe +bin/win64/vrad3.exe core/gameinfo.gi -game/core/gameinfo.gi -gameinfo.gi game/bin/win64/vrad2.exe game/bin/win64/vrad3.exe -bin/win64/vrad2.exe -bin/win64/vrad3.exe +game/core/gameinfo.gi +gameinfo.gi +vrad2.exe +vrad3.exe