Opened 3 years ago

Closed 3 years ago

#12682 closed defect (fixed)

ULTIMA: Crusader - No Remorse demo is missing

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

Description

The Ultima engine has the following detection for a demo of Crusader - No Remorse, but it is not on the site.

	// Crusader - No Remorse - Demo V1.12D
	{
		{
			"remorse",
			"Demo",
			AD_ENTRY1s("eusecode.flx", "41cdca35b62f4b2a7bb4c3b1ec782423", 556613),
			Common::EN_ANY,
			Common::kPlatformDOS,
			ADGF_UNSTABLE | ADGF_DEMO,
			GUIO1(GUIO_NOMIDI)
		},
		GAME_CRUSADER_REM,
		0
	},

Change History (2)

comment:1 by mduggan, 3 years ago

The demo usecode is mostly supported by this change:
https://github.com/scummvm/scummvm/commit/2dbb1bfc7ac1a17b5d787304a49e9915389c6530

.. but it starts in the wrong spot, so I will need to do some more work before it's playable.

The demo installer can be found on the PC Gamer Jan 14 1996 CD:
https://archive.org/details/pcgamer-disc-14-JAN-1996

comment:2 by mduggan, 3 years ago

Owner: set to sev-
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.