[Scummvm-tracker] [ScummVM :: Bugs] #13483: ScummVM unable to detect Mac version of Let's Explore the Farm with Buzzy
ScummVM :: Bugs
trac at scummvm.org
Sun May 15 06:51:35 UTC 2022
#13483: ScummVM unable to detect Mac version of Let's Explore the Farm with Buzzy
-----------------------+------------------------
Reporter: eisnerguy1 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: --Unset--
Version: | Resolution:
Keywords: | Game:
-----------------------+------------------------
Comment (by antoniou79):
It's good news that detection eventually worked with renaming the files.
This means that if we change the detection entry in
engines/scumm/detection_tables.h from
[code]{ "farm", "farm", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0
},[/code]
to
[code]{ "farm", "The Farm", kGenHEMac, UNK_LANG,
Common::kPlatformMacintosh, 0 },[/code]
then the renaming workaround won't be needed, and you also won't get the
warning about the missing resource file.
However, the original entry was introduced by this commit:
https://github.com/scummvm/scummvm/commit/2e497bb9f83d0435e88bcd283b636c4e2c9043e3
which mentions that it was done to support a Dutch Mac version of the
game. We should be careful not to break support for that version by fixing
this.
So, ideally someone could provide info about the name pattern in that
Dutch version for Mac. Was it actually "farm *" or was this an error with
that commit and it's "The Farm *" as well?
--
Ticket URL: <https://bugs.scummvm.org/ticket/13483#comment:10>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list