From c68d17e9ac93e9d7b2ffbc7e4682df55df19574d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 8 Aug 2019 20:08:49 -0700 Subject: TSAGE: R2R: Add Spanish translation detection entry flagged as pirated I decided it was worthwhile to have an entry for it, but flagged as pirated, so we don't accidentally add it in as supported later on. --- engines/tsage/detection_tables.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'engines/tsage') diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index f331ecdab5..ff3cbf1538 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -185,6 +185,23 @@ static const tSageGameDescription gameDescriptions[] = { GType_Ringworld2, GF_CD | GF_ALT_REGIONS | GF_DEMO }, + + // Return to Ringworld. Spanish fan translation. They provide the entire game for download, + // so it's being treated as pirated, and not supported + { + { + "ringworld2", + "CD", + AD_ENTRY1s("r2rw.rlb", "05f9af7b0153a0c5727022dc0122d02b", 47678672), + Common::ES_ESP, + Common::kPlatformDOS, + ADGF_CD | ADGF_PIRATED, + GUIO0() + }, + GType_Ringworld2, + GF_CD | GF_ALT_REGIONS + }, + #ifdef TSAGE_SHERLOCK_ENABLED // The Lost Files of Sherlock Holmes - The Case of the Serrated Scalpel (Logo) { -- cgit v1.2.3