[Scummvm-git-logs] scummvm master -> 921ed73c56263659bd7e12c70a097db3dfbb68ef
BLooperZ
noreply at scummvm.org
Fri Jun 23 06:18:32 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
921ed73c56 GOB: Add German Translation of Croustibat
Commit: 921ed73c56263659bd7e12c70a097db3dfbb68ef
https://github.com/scummvm/scummvm/commit/921ed73c56263659bd7e12c70a097db3dfbb68ef
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-06-23T09:18:28+03:00
Commit Message:
GOB: Add German Translation of Croustibat
This adds detection for the german fan translation of Croustibat, available at https://github.com/BJNFNE/coktel-vision-translations
--> Releases --> Croustibat (German Translation).
Changed paths:
engines/gob/detection/tables_crousti.h
diff --git a/engines/gob/detection/tables_crousti.h b/engines/gob/detection/tables_crousti.h
index b7a625b4ec6..a331fb5f4d9 100644
--- a/engines/gob/detection/tables_crousti.h
+++ b/engines/gob/detection/tables_crousti.h
@@ -40,5 +40,19 @@
kFeaturesAdLib,
0, 0, 0
},
+{
+ { // -- Fan Translation by BJNFNE --
+ "crousti",
+ "",
+ AD_ENTRY1s("intro.stk", "df96be976e53cc7de9e2741c45c18a1f", 864746),
+ DE_DEU,
+ kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kGameTypeCrousti,
+ kFeaturesAdLib,
+ 0, 0, 0
+},
#endif // GOB_DETECTION_TABLES_CROUSTI_H
More information about the Scummvm-git-logs
mailing list