Opened 4 years ago
Closed 4 years ago
#12000 closed defect (fixed)
[STARK] Wrong detection file names
Reported by: | goodoldgeorge | Owned by: | sev- |
---|---|---|---|
Priority: | high | Component: | Engine: Stark |
Version: | Keywords: | ||
Cc: | Game: |
Description
In the stark engine detection file, the name of the game detection file is 'x.xarc'
This is fine for the first 7 game versions, but for the next 16 language versions, the detection file was named 'x.arc'
Therefore, ScummVM does not recognize these 16 game versions.
Bad 'x.arc' filenames should be fixed to 'x.xarc' for ScummVM to recognize them.
The faulty file: .\engines\stark\detection.cpp
Attachments (1)
Change History (2)
by , 4 years ago
Attachment: | detection.cpp.old added |
---|
comment:1 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed, thanks for reporting