Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#11188 closed defect (outdated)

Drascula Russian Packet

Reported by: TrupSteam Owned by: sev-
Priority: normal Component: Engine: Drascula
Version: Keywords:
Cc: TrupSteam Game: Drascula

Description

Hi! Russian packet is not supported.

Could you add something like this to the "drascula\detection.cpp"?

// Drascula Russian version (ScummVM)
{
	"drascula",
	0,
	{
		{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
		{"packet.006", 1, NULL, 697173},
		{NULL, 0, NULL, 0}
	},
	Common::RU_RUS,
	Common::kPlatformDOS,
	GF_PACKED,
	GUIO1(GUIO_LINKSPEECHTOSFX)
},

Change History (4)

comment:1 by TrupSteam, 5 years ago

Name: Packet.006
Size: 697173
MD5 (First 5000): e464b99de7f226391337510d5c328258

comment:2 by sev-, 5 years ago

Owner: set to sev-
Resolution: outdated
Status: newclosed
Type: patchdefect

Not supported by what version? Exactly this entry was added in 59905eee0d13856837cec17d9df897e18858c30d 1.5 years ago.

comment:3 by TrupSteam, 5 years ago

Thanks!
I downloaded the version 2.0.0 from scummvm.org/downloads/

comment:4 by sev-, 5 years ago

That one is older than this. You need a daily build or wait for 2.1.0

Note: See TracTickets for help on using tickets.