From 4485740ca40d178e7fbc0c3765cc2906c51301a5 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:29:33 -0700 Subject: [PATCH 1/5] Add Bundle engine rule --- rules.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.ini b/rules.ini index 38d26e8a4..4b40e06b6 100644 --- a/rules.ini +++ b/rules.ini @@ -53,6 +53,7 @@ BlenderGameEngine[] = (?:^|/)blenderplayer\.exe$ Blitz3D = \.b3d$ Buddha = ^Data/Config/User\.(?:cfg|lua)$ Build = (?:^|/)buildlic\.txt$ +Bundle = ^bundles/quick\.bundle$ C4_Engine = (?:^|/)Data/C4(?:\.pak)?$ CatSystem2 = ^cs2confx?\.dll$ ChoiceScript = (?:^|/)SteamChoiceScript-Info\.plist$ From c75fab9c659914e726e92354ab44ff828ed2e3bd Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:36:54 -0700 Subject: [PATCH 2/5] Create Engine.Bundle.md --- descriptions/Engine.Bundle.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 descriptions/Engine.Bundle.md diff --git a/descriptions/Engine.Bundle.md b/descriptions/Engine.Bundle.md new file mode 100644 index 000000000..65e9a8163 --- /dev/null +++ b/descriptions/Engine.Bundle.md @@ -0,0 +1 @@ +**Bundle** is an engine by [Ubisoft](https://www.ubisoft.com/en-us). It has been out of use since 2011. From 6fd53e46234f446b245351f4a7840c430d117266 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:40:01 -0700 Subject: [PATCH 3/5] Create Engine.Bundle.txt --- tests/types/Engine.Bundle.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/types/Engine.Bundle.txt diff --git a/tests/types/Engine.Bundle.txt b/tests/types/Engine.Bundle.txt new file mode 100644 index 000000000..fbc9f0968 --- /dev/null +++ b/tests/types/Engine.Bundle.txt @@ -0,0 +1,5 @@ +Bundles/init_game.xml +Bundles/patch.bundle +Bundles/quick.bundle +bundles/stream.bundle +bundles/stream_disc.bundle From 0a1bcc89b4f2dd51539e5fe56a323eb89a3272a4 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:45:51 -0700 Subject: [PATCH 4/5] Add non-matching tests for Bundle engine to _NonMatchingTests.txt --- tests/types/_NonMatchingTests.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index a7c9eae0a..1656230f4 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -362,6 +362,26 @@ Lib/renpy.stuff Core.dll S2Core_dll S2Core.dl +bundles/init_game.bundle +init_game.xml +patch.bundle +quick.bundle +stream.bundle +stream_disc.bundle +finit_game.xml +fpatch.bundle +fquick.bundle +fstream.bundle +fstream_disc.bundle +bundles/init_game_xml +bundles/patch_bundle +bundles/quick_bundle +bundles/stream_bundle +bundles/stream_disc_bundle +bundles/patch.bundlefile +bundles/quick.bundlefile +bundles/stream.bundlefile +bundles/stream_disc.bundlefile globalgamemanagers.asset globalgamemanager.assets globalgamemanagersassets From 3c1483d32be65d9c8e5070f66ea606c26d46b668 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:53:21 -0700 Subject: [PATCH 5/5] Update Engine.Bundle.txt --- tests/types/Engine.Bundle.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/types/Engine.Bundle.txt b/tests/types/Engine.Bundle.txt index fbc9f0968..1c7089054 100644 --- a/tests/types/Engine.Bundle.txt +++ b/tests/types/Engine.Bundle.txt @@ -1,5 +1 @@ -Bundles/init_game.xml -Bundles/patch.bundle Bundles/quick.bundle -bundles/stream.bundle -bundles/stream_disc.bundle