FileDetectionRuleSets icon indicating copy to clipboard operation
FileDetectionRuleSets copied to clipboard

The Albino Hunter wrongly detected as ChromeEngine

Open dpanter opened this issue 4 years ago • 2 comments
trafficstars

SteamDB link to the game

https://steamdb.info/app/355520/

What is it being detected as and what should it be detected as? Any other information?

It's a RPG Maker game. Currently detected as both RPG Maker and ChromeEngine.

The rest of the games on the ChromeEngine list look correct. There are plenty more games using this engine but they are not available on Steam. I checked the SteamDB engine list against the list on Wikipedia and searched for all titles on Steam.

Side note: the upcoming Dying Light 2 Stay Human (release date December 7) is using ChromeEngine 7, no depot files yet so it can't be detected at the moment.

dpanter avatar Aug 24 '21 12:08 dpanter

The problem is in the ChromeEngine[] = \.rpack$ rule. The Albino Hunter has two such files - data.rpack and image.rpack. ChromeEngine games have files with such extension in larger quantities, E.g. Nail'd - 38 files. Sniper: Ghost Warrior - 55 files. The least number I've seen was 16 (though I haven't checked all games). Some games like Dying Light and Call of Juarez Gunslinger follow stricter rule _(?:LINUX|PC)_\.rpack$ , but it is not common for all ChromeEngine games, aforementioned Nail'd and Sniper: Ghost Warrior don't.

I suppose counting number of .rpack files could work as a rule, let's say if there are more 10 such files then it's most likely ChromeEngine.

mastan-rus avatar Sep 03 '21 07:09 mastan-rus

We do count numbers of files matched for rules, so we could perhaps do a two pass heuristic here.

On Fri, Sep 3, 2021 at 2:55 AM mastan-rus @.***> wrote:

The problem is in the ChromeEngine[] = .rpack$ rule. The Albino Hunter has two such files - data.rpack and image.rpack. ChromeEngine games have files with such extension in larger quantities, E.g. Nail'd - 38 files. Sniper: Ghost Warrior - 55 files. The least number I've seen was 16 (though I haven't checked all games). Some games like Dying Light and Call of Juarez Gunslinger follow stricter rule (?:LINUX|PC).rpack$ , but it is not common for all ChromeEngine games, aforementioned Nail'd and Sniper: Ghost Warrior don't.

I suppose counting number of .rpack files could work as a rule, let's say if there are more 10 such files then it's most likely ChromeEngine.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SteamDatabase/FileDetectionRuleSets/issues/89#issuecomment-912337856, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFUN6HEBTVC76ZLMY4Y6FTUAB5PJANCNFSM5CWW7QHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- www.fortressofdoors.com -- My design & business of game development blog

larsiusprime avatar Sep 03 '21 13:09 larsiusprime