AGS: Update detection_tables.h #2772
Conversation
Bought every commercial AGS game on Steam, scanned and added.
AGA will be doing some further additions and fix the commit prefix tomorrow |
There's a bunch of duplicate gameid entries which should be cleaned up. |
ENGLISH_ENTRY("shardlight", "Shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642157876), // Steam | ||
ENGLISH_ENTRY("shardlight", "shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642157876), // Steam |
SupSuper
Feb 14, 2021
Contributor
Duplicate? I think ScummVM is case-insensitive.
Duplicate? I think ScummVM is case-insensitive.
sev-
Feb 15, 2021
Member
Yes, ScummVM is case-insensitive for the file names. Perhaps we would need to improve the scan tool
Yes, ScummVM is case-insensitive for the file names. Perhaps we would need to improve the scan tool
The commit log message must have an engine prefix. Please see https://wiki.scummvm.org/index.php?title=Commit_Guidelines |
ENGLISH_ENTRY("shardlight", "Shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642157876), // Steam | ||
ENGLISH_ENTRY("shardlight", "shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642157876), // Steam | ||
ENGLISH_ENTRY("shivah", "ac2game.dat", "0aaf5445a3544a631d6e7dd4561fc7ae", 32323040), // Steam | ||
ENGLISH_ENTRY("shivah", "ac2game.dat", "bdc618b23fc279938f05f8ac058a938b", 32727114), // Steam |
sev-
Feb 15, 2021
Member
Is there a way to understand the version number, so you could put it in the comment?
Is there a way to understand the version number, so you could put it in the comment?
berianwilliams
Feb 15, 2021
Author
The AGS editor does allow an author to specify a version number, but I'm not sure whether it's stored in any of the game files' headers?
The AGS editor does allow an author to specify a version number, but I'm not sure whether it's stored in any of the game files' headers?
Added further Steam demos, and merged previous commits.
|
This includes the Steam detection provided by Berian Williams (AGA) in pull request #2772 and moves some detection entries to the commercial games section.
Thank you for all those detection entries. |
Bought every commercial AGS game on Steam, scanned and added.