119 lines
2.8 KiB
C
119 lines
2.8 KiB
C
/* ScummVM - Graphic Adventure Engine
|
|
*
|
|
* ScummVM is the legal property of its developers, whose names
|
|
* are too numerous to list here. Please refer to the COPYRIGHT
|
|
* file distributed with this source distribution.
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*
|
|
* This file is dual-licensed.
|
|
* In addition to the GPLv3 license mentioned above, this code is also
|
|
* licensed under LGPL 2.1. See LICENSES/COPYING.LGPL file for the
|
|
* full text of the license.
|
|
*
|
|
*/
|
|
|
|
/* Detection tables for Croustibat. */
|
|
|
|
#ifndef GOB_DETECTION_TABLES_CROUSTI_H
|
|
#define GOB_DETECTION_TABLES_CROUSTI_H
|
|
|
|
// -- DOS VGA Floppy --
|
|
|
|
{
|
|
{ // Supplied by DrMcCoy
|
|
"crousti",
|
|
"v1.01",
|
|
AD_ENTRY1s("intro.stk", "63fd795818fa72c32b903bbd99e18ea1", 851926),
|
|
PT_PRT,
|
|
kPlatformDOS,
|
|
ADGF_NO_FLAGS,
|
|
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
|
},
|
|
kFeaturesAdLib,
|
|
0, 0, 0
|
|
},
|
|
{
|
|
{ // English Fan Translation by denzquix
|
|
"crousti",
|
|
"v1.01",
|
|
AD_ENTRY1s("intro.stk", "c660f5500907ecf18a05412d4fda2222", 850731),
|
|
EN_ANY,
|
|
kPlatformDOS,
|
|
ADGF_NO_FLAGS,
|
|
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
|
},
|
|
kFeaturesAdLib,
|
|
0, 0, 0
|
|
},
|
|
{
|
|
{ // German Fan Translation by BJNFNE
|
|
// 23.07.2023
|
|
"crousti",
|
|
"v1.01",
|
|
AD_ENTRY1s("intro.stk", "df96be976e53cc7de9e2741c45c18a1f", 864746),
|
|
DE_DEU,
|
|
kPlatformDOS,
|
|
ADGF_NO_FLAGS,
|
|
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
|
},
|
|
kFeaturesAdLib,
|
|
0, 0, 0
|
|
},
|
|
{
|
|
{ // German Fan Translation by BJNFNE
|
|
// 10.09.2023
|
|
"crousti",
|
|
"v1.01",
|
|
AD_ENTRY1s("intro.stk", "7b86a951602bccc2c55eb5f644310d93", 864040),
|
|
DE_DEU,
|
|
kPlatformDOS,
|
|
ADGF_NO_FLAGS,
|
|
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
|
},
|
|
kFeaturesAdLib,
|
|
0, 0, 0
|
|
},
|
|
{
|
|
{ // German Fan Translation by BJNFNE
|
|
// 10.09.2023
|
|
"crousti",
|
|
"v1.01 Big Letters",
|
|
AD_ENTRY1s("intro.stk", "f739ed7d681a8e2619a14faafbf169e1", 864044),
|
|
DE_DEU,
|
|
kPlatformDOS,
|
|
ADGF_NO_FLAGS,
|
|
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
|
},
|
|
kFeaturesAdLib,
|
|
0, 0, 0
|
|
},
|
|
{
|
|
{ // German Fan Translation by BJNFNE
|
|
// 10.09.2023
|
|
"crousti",
|
|
"v1.01 Small/Big Letters",
|
|
AD_ENTRY1s("intro.stk", "e35840d99c89544021524a9b99ab20f7", 864032),
|
|
DE_DEU,
|
|
kPlatformDOS,
|
|
ADGF_NO_FLAGS,
|
|
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
|
},
|
|
kFeaturesAdLib,
|
|
0, 0, 0
|
|
},
|
|
|
|
#endif // GOB_DETECTION_TABLES_CROUSTI_H
|