Opened 7 years ago

Closed 5 years ago

Last modified 5 years ago

#9678 closed defect (fixed)

WME: Reversion - The Meeting (Checksum)

Reported by: windlepoons Owned by: lolbot-iichan
Priority: normal Component: Engine: Wintermute
Version: Keywords: has-pull-request, detection
Cc: Game: Wintermute

Description

This is the install version from Steam
http://store.steampowered.com/app/281060/
build/version: ?; last update: November 20, 2016

ID: wmeunk-Reversion2-win
Name: Reversion2 (unknown version) (Windows)
(correct name: Reversion - The Meeting, or Reversion 2 - The Meeting)
English Speech and multi-language subtitles

ScummVM don't detectet language and start with Chinese text

when start with ScummVM:

{"data.dcp", 0, "ff3d33de24036afc5697f901fc7d872d", 256030699},
{"xlanguage_it.dcp", 0, "0e315976351c9508355597a3506d521d", 11498415},
{"xlanguage_en.dcp", 0, "3323ede6bb321aa0e3af6727b105e73a", 8535530},
{"xlanguage_de.dcp", 0, "48b1f6185480fb3b64ba5f8996df4bda", 8727399},
{"xlanguage_nz.dcp", 0, "45f52816d5ec5f8e0c1bd70a7aa17f7c", 8847936},

Change History (7)

comment:1 by windlepoons, 7 years ago

Keywords: Checksum added
Summary: WME: Reversion 2 - The Meeting (Checksum)WME: Reversion - The Meeting (Checksum)

I forgot the Portuguese data of Windows Steam version, but this is integrated in data.dcp, i have self compiled and works fine (like Dead City (Czech)):

// Reversion: The Meeting (Portuguese)
// The Portuguese data are in data.dcp, so in this case we'll have to
// just detect the English version twice, to give the user a choice.
WME_WINENTRY("reversion2", "",
WME_ENTRY2s("xlanguage_en.dcp", "3323ede6bb321aa0e3af6727b105e73a", 8535530,
		"data.dcp", "ff3d33de24036afc5697f901fc7d872d", 256030699), Common::PT_BRA, ADGF_UNSTABLE, LATEST_VERSION),

Here the Russian data file from Windows Steam version:

{"xlanguage_ru.dcp", 0, "a5925d2b4bda5b1d38cf83f851d42404", 10431458}

and here the checksums from the Linux Steam version:

{"data.dcp", 0, "9cb5465054014620ece739039fe3602b", 256048298},
{"Linux.dcp", 0, "16c3a8627216aab5b31c43186e0dfa70", 984535},
{"xlanguage_it.dcp", 0, "b2cc0807a94d94befb4350db13659ef6", 11498415},
{"xlanguage_en.dcp", 0, "28b1230564debb10fbeed1477b998194", 8535530},
{"xlanguage_ru.dcp", 0, "227b88befc98e5c8c0e25825ac80b6ca", 10454450},
{"xlanguage_nz.dcp", 0, "fcceb1300b9819abaee6832b7aef7f90", 10757594},

comment:2 by rootfather, 7 years ago

Owner: set to rootfather
Type: defectenhancement

comment:3 by csnover, 6 years ago

Keywords: detection added; Checksum removed

comment:4 by lolbot-iichan, 5 years ago

Portuguese data of Windows Steam version, but this is integrated in data.dcp

Thanks for the hint! There is actually a translation integrated in data.dcp, but it is Spanish.

Steam store page https://store.steampowered.com/app/281060/Reversion__The_Meeting_2nd_Chapter/ lists those langs: English, Spanish - Spain, Simplified Chinese, Russian, Italian, German.

So it must be Common::ES_ESP.

comment:5 by lolbot-iichan, 5 years ago

Owner: changed from rootfather to somaen
Resolution: fixed
Status: newpending

comment:6 by lolbot-iichan, 5 years ago

Owner: changed from somaen to lolbot-iichan
Status: pendingclosed

All Steam versions of Reversion should be detectable by now.

comment:7 by lolbot-iichan, 5 years ago

Keywords: has-pull-request added
Type: enhancementdefect
Note: See TracTickets for help on using tickets.