Commit Graph
132 Commits
Author SHA1 Message Date
eientei 9bbbf55c8a SCUMM: Add more sizes to detection entries 2022-12-20 18:44:07 +02:00
Orgad Shaneh 6ae498ac36 SCUMM: Add detection entry for Hebrew fan translation v1.1 2022-11-10 22:23:21 +02:00
Donovan Watteau 08645a3d9f SCUMM: Add detection for German Monkey2 Ultimate Talkie (Trac#13131) 2022-10-15 10:47:18 +02:00
Donovan Watteau 1cc9c40109 SCUMM: Add detection for the French 4-disk VGA floppy version of MI1
Unlike the 8-disk version, this one has proper MT-32 resources (see
commit 655afcdf55 for more context).

Reported by a French player owning this (rare?) release.
2022-10-05 21:15:19 +02:00
eientei 31d7c3708b SCUMM: Add detection for Monkey Island (ES, EGA, 4 disk), Monkey Island (ES, VGA, 8 disk), Last Crusade (ES, v1.4), French fan translation of Last Crusade (VGA, atp-fr.com v0.9a)
SCUMM: Add sizes to multiple DOS entries
2022-10-05 12:58:21 +02:00
BLooperZ 180ba42020 SCUMM: HE: opt out BiDi for official translations 2022-09-29 20:46:55 +02:00
Donovan Watteau 655afcdf55 SCUMM: Disable MT-32 support for MONKEY1-VGA-FR
The French VGA floppy version of Monkey 1 (and, apparently, this version
alone) is missing the usual 'roland' room, and the index references an
invalid DISK00.LEC file, although the game scripts didn't disable the
MT-32 feature itself. This causes a fatal error when trying to run this
game with MT-32 support, even with the original interpreter (while it
does work with the English and Spanish VGA floppy versions).

We can't do much about this, since many resources appear to be missing,
but we can detect this version and warn the user before going back to
Adlib mode. Otherwise, some users can be confused by the fatal error
about the DISK00.LEC file.
2022-09-29 17:07:30 +03:00
Donovan Watteau a1499c4844 SCUMM: Detect Polish fan translations for MI1/MI2
Made by the SCUMMPL team.
2022-09-16 21:58:13 +02:00
AndywinXp 222bb5c2fa SCUMM: DETECTION: Fix detection for MI2 non-interactive demo 2022-09-08 19:10:42 +02:00
Donovan Watteau cc28107847 JANITORIAL: SCUMM: Further simplify the small script example
Avoid mangling IFS and just use `read` with a `for` loop, as suggested
by lephilousophe.
2022-08-29 21:37:46 +02:00
Donovan Watteau eb888fa847 JANITORIAL: SCUMM: Make the MD5/filesize script more portable
The included script relied on GNU flags; this should now work on most
POSIX shells.

Tested on macOS 12, OpenBSD 7.1, Debian 11.
2022-08-29 21:37:46 +02:00
Orgad Shaneh 8136ab7406 SCUMM: Fix hash and description of Hebrew MI2 2022-08-15 20:27:46 +03:00
Orgad Shaneh 71ee10a8a9 SCUMM: Detect Hebrew fan translation for MI2 2022-08-15 10:10:51 +03:00
Donovan Watteau b571215da8 SCUMM: Fix/unify eriktorbjorn's name in MD5 table
Was truncated in commit 3576556621.
With approval on Discord.

(This change doesn't impact engines/scumm/scumm-md5.h)
2022-07-29 20:14:36 +02:00
Donovan Watteau 3892502b04 SCUMM: Further file sizes for the MD5 table, from eientei95 2022-07-29 13:09:10 +02:00
Donovan Watteau af74960d11 SCUMM: Add some file sizes and version strings in MD5 table
From my own media (old UbiSoft CDs, Limited Run Games sets, GOG...).
2022-07-28 21:10:30 +03:00
Donovan Watteau 0cf8a4e31d SCUMM: Fix/improve detection of the French CD version of DOTT
I own two original CDs here which confirm that this is the CD version with
full voices, and TENTACLE.000 is indeed 7,932 bytes long there too.
2022-04-30 11:44:05 +03:00
Torbjörn Andersson 5ba5ab9926 SCUMM: Add GUIO_ENHANCEMENTS flag to indicate a game has enhancements
This should make it easier to add the "Enable enhancements" checkbox to
games, without accidentally adding it to demos etc. It's possible that
it will eventually become reduntant as the number of enhancement grows.
But there are so many demos and variants that I doubt that will ever
actually happen.
2022-04-22 00:36:15 +03:00
Orgad Shaneh 35e54427ad SCUMM: Add COMI Hebrew entry also to scumm-md5.txt
Amends 669b722434.
2022-04-19 23:34:07 +03:00
Orgad Shaneh d5889c9d21 SCUMM: Fix wrong entry in md5 table
Amends 34bc417d12
2022-04-19 23:34:06 +03:00
Pragyansh Chaturvedi 34bc417d12 SCUMM: Fix bug #13196 - Invalid phrase with GIVE crashes Monkey EGA Demo
* SCUMM: Fix Invalid phrase with GIVE crashes Monkey Island EGA Demo
* SCUMM: Suggested changes on Pull #3731
* SCUMM: specify game id in Pull #3731
* SCUMM: seperated AMIGA monkey VGA and VGA Demo variants. Assigned GF_DEMO flags
2022-03-07 12:28:09 +02:00
Torbjörn Andersson 7df600d656 SCUMM: Add detection entry for Loom demos
This is so that the demos can be properly distinguished from the full
game by looking at the GF_DEMO flag.
2022-02-08 13:31:39 +01:00
eientei 5e910bafdd SCUMM: Add CD demo of Sam & Max Hit the Road 2021-12-16 18:49:35 +02:00
Eugene Sandulenko 5cc08085ed SCUMM: Fix detection for Japanese Mac fbpack 2021-09-28 21:41:12 +02:00
Eugene Sandulenko 8958c0041f SCUMM: Added detection for Japanese Mac fbpack 2021-09-28 21:10:28 +02:00
Ben Castricum f89f375b07 SCUMM: Set language of non-UK versions to US
But only for the games for which also is a UK version
2021-09-14 15:35:12 +03:00
Ben Castricum ef618d8976 SCUMM: Fill in missing languages 2021-09-14 15:35:12 +03:00
Ben Castricum 7101dc8667 SCUMM: Set language of UK versions to GB 2021-09-14 15:35:12 +03:00
Ben Castricum 2645975878 SCUMM: Steam has no Mac versions, so change those into generic variants 2021-09-14 15:35:12 +03:00
Ben Castricum 080415a46e SCUMM: add all file sizes from the HES games available om Steam 2021-09-14 15:35:12 +03:00
Ben Castricum 83bff2fcd6 SCUMM: Add more freddi1 file sizes to detection table 2021-09-13 18:09:38 +03:00
Ben Castricum 538a6f500c SCUMM: Remove 'Updated' from Russion Freddi1 variant
There is only one version.
Also adding the filesize.
2021-09-13 18:09:38 +03:00
Ben Castricum 76a659a5ac SCUMM: Correct language setting for Freddi1/Wii
This version is clearly american if you listen too it. Which makes sense
because apparently there never existed an UK dubbed FF1

https://jradventures.forumotion.com/t14-the-uk-english-dubs
2021-09-13 18:09:38 +03:00
Ben Castricum 646f645bf9 SCUMM: Fill in missing language for 2 HES games 2021-09-12 20:09:01 +03:00
Eugene Sandulenko 2e1391e3b0 SCUMM: Added atlantis Mac demo. Bugreport #12831 2021-08-23 16:17:31 +02:00
Eugene Sandulenko 44fbf427ef SCUMM: Added support for Japanese Mac Dig 2021-06-11 12:31:32 +02:00
Eugene Sandulenko 238127f8e3 SCUMM HE: Added support for French Socks game 2021-06-07 00:28:23 +02:00
Torbjörn Andersson 40a7ebcc81 SCUMM: Add Macintosh variant of Monkey Island 1
For detection purposes, the Mac variant is the same as the CD variant
except without audio tracks. Otherwise, ScummVM will warn about the
"missing" audio files when the game starts.

Also added missing file size for one of the Mac verions. I have that
version, so this should be correct.
2021-05-07 13:18:49 +03:00
Eugene Sandulenko f5b0b27fdf SCUMM: Added detection for freddi1. Bugreport #12104 2021-04-23 15:56:49 +02:00
sluicebox 93eeffc84d JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
mataniko 7a67e164ea SCUMM: Add detection entries for indy4 Discord and Humble versions 2021-01-19 16:20:46 -05:00
Vladimir Serbinenko 134d2051b4 SCUMM: Add MD5 of Russian Atlantis translation 2020-12-17 02:02:31 +02:00
Vladimir Serbinenko 03ee842db9 SCUMM: Add old variant PRCA to detection
This is needed to ensure that correct encoding is selected
2020-12-07 19:16:05 +01:00
wonst719 3576556621 SCUMM: Add MD5 detection for Korean fan translated games
- Add entries for indy3, monkey, monkey2, atlantis, tentacle
2020-12-06 03:36:31 +09:00
Ben Castricum 1fd7718ef8 SCUMM: Add MD5 for Zak FM-TOWNS Japanese (#2623) 2020-11-24 01:24:32 +02:00
Vladimir Serbinenko 41aa180ad4 SCUMM: Add RuSCUMM version of Indiana Jones and the Fate of Atlantis 2020-11-23 17:13:15 +01:00
Eugene Sandulenko 73bdd5d66f SCUMM: Added version to the monkey1 talkie German 2020-10-21 00:59:30 +02:00
Eugene Sandulenko 53ab87843d SCUMM: Added detection for Ultimate Talkie monkey1 German 2020-10-21 00:08:56 +02:00
Eugene Sandulenko 746ec5ce36 SCUMM: Show warning on unsupported Pajama2 Russian localization 2020-08-25 22:07:04 +02:00
Ben Castricum e620372d87 SCUMM: Bump HE version of Pajama2 GB to 99, Fixes bug #10933 2019-10-23 07:31:55 +03:00