Skip to content
Merged
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
2 changes: 2 additions & 0 deletions descriptions/Engine.BlenderGameEngine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Blender Game Engine is a discontinued open-source, 3D game engine based on the Blender 3D creation suite.
[**UPBGE (Uchronia Project Blender Game Engine)**](https://upbge.org/) is an actively maintained continuation fork.
1 change: 0 additions & 1 deletion descriptions/Engine.UPBGE.md

This file was deleted.

4 changes: 2 additions & 2 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Adobe_AIR = (?:^|/)Adobe AIR(?:$|/)
AdventureGameStudio = (?:^|/)(?:AGSteam\.dll|acsetup\.cfg)$
AGI = (?:^|/)AGIDATA\.OVL$
Bitsquid = (?:^|/)(?:9e13b2414b41b842|ec181385e7000cf1)$
BlenderGameEngine[] = (?:^|/)BlendThumb(?:64|)\.dll$
Copy link
Contributor Author

@akien-mga akien-mga Sep 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be too generic and is probably what makes it match Blender or Motion Studio which are not Blender Game Engine nor UPBGE applications.

Could be worth running a test on SteamDB with this rule removed, to see which entries would be removed. I could then have a look and see if they were indeed false positives or not.

BlenderGameEngine[] = (?:^|/)blenderplayer\.exe$
Build = (?:^|/)buildlic\.txt$
ChromeEngine[] = (?:^|/)ChromEd\.exe$
ChromeEngine[] = (?:^|/)ChromeEngine\d\.dll$
Expand Down Expand Up @@ -101,8 +103,6 @@ Unity[] = (?:^|/)UnityEngine\..+$
Unreal[] = (?:^|/)Binaries/Win(?:32|64)/
Unreal[] = (?:^|/)Engine/Binaries/ThirdParty/
Unreal[] = (?:^|/)UnrealEd\.
UPBGE[] = (?:^|/)BlendThumb(?:64|)\.dll$
UPBGE[] = (?:^|/)blenderplayer\.exe$
Virtools = (?:^|/)CKDX[7-9]Rasterizer\.dll$
VisionaireStudio = (?:^|/)VisionaireConfigurationTool\.exe(?:$|/)
Wintermute = (?:^|/)(?:wme_steam\.dll|data\.dcp)$
Expand Down
File renamed without changes.