Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/Engine.Bundle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**Bundle** is an engine by [Ubisoft](https://www.ubisoft.com/en-us). It has been out of use since 2011.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down
1 change: 1 addition & 0 deletions tests/types/Engine.Bundle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bundles/quick.bundle
20 changes: 20 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down