Opened 3 years ago

Closed 3 years ago

#12680 closed defect (fixed)

WEB: PEGASUS: The Journeyman Project: Pegasus Prime demos are missing

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

Description

The Pegasus engine has the following detection for demos of the DVD version of The Journeyman Project: Pegasus Prime, but neither of them are on the site.

	{
		{
			"pegasus",
			"DVD Demo",
			AD_ENTRY1s("JMP PP Resources", "d0fcda50dc75c7a81ae314e6a813f4d2", 93495),
			Common::EN_ANY,
			Common::kPlatformMacintosh,
			ADGF_MACRESFORK | ADGF_DEMO | GF_DVD,
			GUIO2(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI)
		},
	},

	{
		{
			"pegasus",
			"DVD Demo",
			AD_ENTRY1s("JMP PP Resources", "d0fcda50dc75c7a81ae314e6a813f4d2", 93495),
			Common::EN_ANY,
			Common::kPlatformWindows,
			ADGF_MACRESFORK | ADGF_DEMO | GF_DVD,
			GUIO2(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI)
		},
	},

Change History (3)

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: PEGASUS: The Journeyman Project: Pegasus Prime demos are missingWEB: PEGASUS: The Journeyman Project: Pegasus Prime demos are missing

comment:3 by sev-, 3 years ago

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

Added

Note: See TracTickets for help on using tickets.