This used to work, but the old detection entry appears to have been made
specific to the German version now. Maybe the entries can be merged,
since nothing in the trailer seems to depend on language?
* GROOVIE: stop fast video playback capability
stop fast video playback by clicking right mouse button and proceed watching video with normal speed and sound.
* Update script.cpp
* GROOVIE: speedrun mode option
Co-authored-by: Die4Ever <die4ever2005@gmail.com>
Depending on other game option checkboxes. This is used to
enable/disable the semi-smooth scrolling checkboxes for FM Towns Loom,
since it's only used when smooth scrolling is enabled.
The GUIO options should be concatenated, not comma separated. This is
usually handled by GUIO macros, but not in this one case since the
number of options is not constant.
We'll use the file timestamp on the main script GRV for dating.
1. Adjust German TLC file dates
2. Add dates for remaining UHP/TLC releases
3. Sort English TLC DVDs by date
4. Fix missing UNSUPPORTED flag on German TLC DVD
Funsoft released this game twice in Germany. The first was titled
"Uncle Henry's Mindblower" (1996-09-13) in English with German manual.
This is identical to the other English language versions.
It was released again as "Uncle Henry's Playhouse" completely in
German (1997-02-14).
These appear to be earlier than the English ones. The DVD version
still does not work, and so is marked unsupported.
Error is ERROR: Groovie::Resource: Unknown GJD 1000!" as in the
English language DVD versions.
Only the VDX player has a fast mode, and only The 7th Guest uses it. I
believe there's less use for it here, since the 11th Guest movies
already run at a decent frame rate.
Tech demonstration for "Guest" might use an early Groovie v0 engine.
Strings from the PLAYTLC.EXE binary:
Trilobyte 640x480x256 FLICK & Groovie Player. Version 0.6
Copyright 1991 Trilobyte, all rights reserved.
Additionally, we have a couple new demo CDs for 11h, plus a new non-
interactive trailer. There is a playable demo CD for Clandestiny and
a German demo for TLC.
Note that unlike the CD-ROM version, this one doesn't work at all and
will immediately trigger "ERROR: Groovie::Resource: Unknown GJD 1000!"
This may have something to do with the game's video files being numbered
vob1000.vob - vob1049.vob and vob2000.vob - vob2052.vob. Though the
first two videos in the game are probably vob1042.vob and vob1047.vob,
so I don't know...
cleaning up detection.cpp by removing all references to the disk.1 file and using AD_ENTRY2s
for Groovie v2 games, make sure to search for a file in the GROOVIE folder and also a file in the MEDIA folder, in order to ensure the user is adding the root game directory and not a subfolder, this also ensures that Mass Add Games works correctly without broken duplicates
also improved the error message in resource.cpp for when a file from a different disk is not found