Changes between Version 3 and Version 4 of Ticket #13483


Ignore:
Timestamp:
May 14, 2022, 9:37:49 PM (2 years ago)
Author:
eisnerguy1
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13483 – Description

    v3 v4  
    2929Their suggestion was to do this:
    3030{{{
    31 So the idea is to change the second "farm" value (which is the "pattern" field) to "The Farm" for this entry, rebuild scummvm and check what happens.
     31So the idea is to change the second "farm" value (which is the "pattern" field) to "The Farm" for this entry, rebuild scummvm and check what happens. This is kind of similar to the previous suggestion though. The only difference is that now I'm matching the capitalization also, which I am not sure if it's the case, but the check could be case sensitive.
     32If you cannot rebuild scummvm, then do what I suggested originally, but rename the files for farm to lowercase to match the existing "farm" pattern in detection_tables.h, so: farm, farm (0), farm (1) and so on.
    3233}}}
     34
     35Per their suggestion, I ran ScummVM using this command while trying to add this game:
     36{{{
     37./scummvm -d3 --debugflags=DETECTION --debug-channels-only
     38}}}
     39
     40Here's what happened before I changed the file names:
     41
     42
     43And here's what happened afterwards: