Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#12691 closed defect (fixed)

WEB: STARTREK: Star Trek: 25th Anniversary demos are missing

Reported by: ccawley2011 Owned by: sev-
Priority: high Component: Web
Version: Keywords: demo missing
Cc: Game:

Description

The StarTrek engine has the following detection for demos of Star Trek: 25th Anniversary, but none of them are on the site.

	{ // ST25 DOS floppy demo (EN)
		{
			"st25",
			"Demo",
			AD_ENTRY1s("data.001", "093909a9d3dd3afd207c085a24baf9cf", 2598376),
			Common::EN_ANY,
			Common::kPlatformDOS,
			ADGF_DEMO | ADGF_UNSTABLE,
			GUIO0()
		},
		GType_ST25,
		GF_DEMO,
	},

	{ // ST25 DOS demo ? (EN)
		{
			"st25",
			"Demo",
			AD_ENTRY1("data.001", "f68126e7e36ce6286c4c8575f8b594f5"),
			Common::EN_ANY,
			Common::kPlatformDOS,
			ADGF_DEMO | ADGF_UNSTABLE,
			GUIO0()
		},
		GType_ST25,
		GF_DEMO,
	},
	{ // ST25 MAC demo ? (EN)
		{
			"st25",
			"Demo",
			AD_ENTRY1("Star Trek Data", "88f88b81d389a3217fc7efd6ee631c42"),
			Common::EN_ANY,
			Common::kPlatformMacintosh,
			ADGF_MACRESFORK | ADGF_DEMO | ADGF_UNSTABLE,
			GUIO0()
		},
		GType_ST25,
		GF_DEMO,
	},

Change History (6)

comment:1 by sev-, 3 years ago

Priority: normalhigh

This would be nice to get fixed before the release.

comment:2 by sev-, 3 years ago

Summary: STARTREK: Star Trek: 25th Anniversary demos are missingWEB: STARTREK: Star Trek: 25th Anniversary demos are missing

comment:3 by TrivialBalderdash, 3 years ago

I have the demo for Star Trek 25th Anniversary CD-ROM edition. It's 89MB in 948 files (almost seems like this would be a full version). It's from the SimCity CD-ROM, released 1994. It's got the same checksum as the full version, but the readme says it's a demo. The mock battle and the navigation charts are skipped at the beginning of the demo, so there are differences with the full version.

ScummVM detects the game as the full version.

data.001 57040928a0f374281aa86ba4e7db8444 7,793,814 bytes

What's the best way to transfer the files if this is the version you're looking for?

comment:4 by bluegr, 3 years ago

This is an unsupported game. Please note that the demo version is not supported at all yet, and crashes upon start

comment:5 by sev-, 3 years ago

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

TrivialBalderdash, could you please upload it to something like google drive and send me the link to sev@…

I added the first demo, the rest are commented out as we have not enough information about them.

comment:6 by TrivialBalderdash, 3 years ago

Link to the demo has been e-mailed.
I should correct my earlier statement, for completeness. The demo does contain the mock battle and navigation charts, but just wasn't implemented yet in ScummVM (as bluegr indicated). The demo includes the intro and first mission - Demon World. It was partially playable for me with a recent nightly build.

Note: See TracTickets for help on using tickets.