Opened 11 months ago

Closed 3 months ago

Last modified 2 months ago

#15029 closed defect (fixed)

MD5: DIRECTOR: Unknown game (pyatachok1 polish)

Reported by: woj1993 Owned by: tag2015
Priority: high Component: Engine: Director
Version: Keywords: unknown-game
Cc: Game:

Description (last modified by woj1993)

Matched game IDs for the director engine: director-win-fallback

{"START.EXE", 0, "45746a896e57e5002f1de462abd5d9f7", 1394033},

Game: Przygody Prosiaczka Kwika: Świat Zwierząt (wchich is weird because it reports itself as "Przygody Prosiaczka Kwika: Zwierzęta")
Language: Polski (Polish)
Variant: Unknown if there are others.

Change History (13)

comment:1 by tag2015, 10 months ago

I think this is the polish version of "Pong-Pong's Learning Adventure: The Animals".
We need an additional file to add a detection entry. Does your version have a Data/eorc.dir file?

comment:2 by tag2015, 10 months ago

Summary: Unknown game variant for directorMD5: DIRECTOR: Unknown game (pyatachok1 polish)

comment:3 by woj1993, 10 months ago

Description: modified (diff)

Yes it is pong-pong's learning adventure the animals.

Well I don't have this file on the disc. I found this file Data/Eorc.dxr
If it is proper file then what checksum do you need is sha-256 ok?

Edit: if you need MD5 then this is it MD5: fdd4077a01c680daf93939e17b81b09e

Last edited 10 months ago by woj1993 (previous) (diff)

comment:4 by somaen, 3 months ago

Priority: normalhigh

Would be good to resolve this for the 2.9.0 release.

comment:5 by sev-, 3 months ago

We need 5000 bytes of that Data/Eorc.dxr file, and tail 5000 bytes for start.exe.

Also, we need Director version. Search for string 'Director' in start.exe file.

comment:6 by sev-, 3 months ago

Owner: set to sev-
Resolution: invalid
Status: newclosed

Closing this with the lack of details

comment:7 by woj1993, 3 months ago

Nice of you to close the issue after 8 months of silence because I didn't respond in 2 weeks.
If you still want these data tell me how to get them on Windows.

comment:8 by tag2015, 3 months ago

@woj1993 could you please check your email? I sent you a message a couple weeks ago with instructions

in reply to:  8 ; comment:9 by woj1993, 3 months ago

Replying to tag2015:

@woj1993 could you please check your email? I sent you a message a couple weeks ago with instructions

I can't find it. What can I use to search for it?

in reply to:  9 ; comment:10 by tag2015, 2 months ago

Replying to woj1993:

Replying to tag2015:

@woj1993 could you please check your email? I sent you a message a couple weeks ago with instructions

I can't find it. What can I use to search for it?

We need the checksum calculated only on the first 5000 bytes, you can calculate it using ScummVM via commandline.

./scummvm --md5 --md5-length=5000 --md5-path=eorc.dxr

Or scummvm.exe if you are on windows. Feel free to ask if you need more info

in reply to:  10 comment:11 by woj1993, 2 months ago

Replying to tag2015:

Replying to woj1993:

Replying to tag2015:

@woj1993 could you please check your email? I sent you a message a couple weeks ago with instructions

I can't find it. What can I use to search for it?

We need the checksum calculated only on the first 5000 bytes, you can calculate it using ScummVM via commandline.

./scummvm --md5 --md5-length=5000 --md5-path=eorc.dxr

Or scummvm.exe if you are on windows. Feel free to ask if you need more info

./scummvm --md5 --md5-length=5000 --md5-path=J:\Data\eorc.dxr
eorc.dxr: f87c6c67f2c3bf983301c11d8d339768 (first 5000 bytes), 305968 bytes

What about requested tail 5000 bytes for start.exe?
And director version from start.exe?
When I opened start.exe in Notepad++ I found this:
;
;=================================================================
;
; Default Font Mapping Table for Director 5.0 Macintosh and Windows.
;
; This file provides a font mapping table for Director 5.0 for Windows
; and Macintosh.
;
; If a copy of this file is in the same folder or directory as the
; Director application, Director will automatically include this font
; mapping table in every new movie you create.
;
; To add this font mapping table to an existing movie, choose
; Movie:Properties... from the Modify menu. Then click Load from File.
; Use the dialog box that appears to locate this file.
;
; Note: In this file, a semicolon at the beginning of a line indicates
; a comment.
;
;=================================================================

Edit: Ok I found that negative number gives tail:
./scummvm --md5 --md5-length=-5000 --md5-path=J:\Start.exe
Start.exe: 45746a896e57e5002f1de462abd5d9f7 (last 5000 bytes), 1394033 bytes

Also juts in case as there is Start31.exe
./scummvm --md5 --md5-length=-5000 --md5-path=J:\Start31.exe
Start31.exe: 97ecdb7aa731b30ba6b1715eab4e0e0d (last 5000 bytes), 917671 bytes
Version of director in Start31 seems to be the same as in Start.exe

Last edited 2 months ago by woj1993 (previous) (diff)

comment:12 by tag2015, 2 months ago

Thanks for your help, added detection for your version

comment:13 by tag2015, 2 months ago

Owner: changed from sev- to tag2015
Resolution: invalidfixed
Note: See TracTickets for help on using tickets.