Opened 15 years ago

Closed 15 years ago

Last modified 10 years ago

#4296 closed defect (fixed)

SCI: Conquests of the Longbow German (German)- Small mistake

Reported by: SF/markcoolio Owned by: bluegr
Priority: normal Component: Engine: SCI
Version: Keywords: detection
Cc: Game: Conquests of the Longbow

Description

Hi,

thanks first of all for adding the German version of the game. But in the detection.cpp there is little error (it's not EN_ANY but German language):

387 // Conquests of the Longbow - German DOS (suplied by markcoolio in bug report #2727681) 388 {{"longbow", "", { 389 {"resource.map", 0, "7376b7a07f8bd3a8ab8d67595d3f5b51", 6285}, 390 {"resource.000", 0, "ee39f92e006142424cf9209329e727c6", 977281}, 391 {"resource.001", 0, "d4c299213f8d799da1492680d12d0fb3", 1167657}, 392 {"resource.002", 0, "7f6ce331219d58d5087731e4475ab4f1", 1172521}, 393 {"resource.003", 0, "a204de2a083a7770ff455a838210a678", 1165249}, 394 {"resource.004", 0, "9cfce07e204a329e94fda8b5657621da", 1101869}, 395 {"resource.005", 0, "d036df0872f2db19bca34601276be2d7", 1176914}, 396 {"resource.006", 0, "b367a6a59f29ee30dde1d88a5a41152d", 1123585}, 397 {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, 398 {}, 399 SCI_VERSION_AUTODETECT, 400 SCI_VERSION(1, 000, 510) 401 },

thx for fixing this again..

Ticket imported from: #2730632. Ticket imported from: bugs/4296.

Change History (5)

comment:1 by SF/markcoolio, 15 years ago

In above code it should be "longbow-de" in line 388 and "DE_ANY" in line 397. Then the game should be detected as German language version.

comment:2 by SF/markcoolio, 15 years ago

Summary: SCI: Conquests of the Longbow German - Small mistakeSCI: Conquests of the Longbow German (German)- Small mistake

comment:3 by bluegr, 15 years ago

Owner: set to bluegr
Resolution: fixed
Status: newclosed

comment:4 by bluegr, 15 years ago

Fixed, thanks :)

comment:5 by m-kiewitz, 10 years ago

Component: Engine: SCI
Game: Conquests of the Longbow
Note: See TracTickets for help on using tickets.