Opened 2 hours ago

Last modified 2 hours ago

#15413 new defect

AGOS: SIMON1: displayBoxStars() uses wrong color for Amiga CD32 version

Reported by: eriktorbjorn Owned by:
Priority: normal Component: Engine: AGOS
Version: Keywords:
Cc: Game: Simon the Sorcerer 1

Description

I noticed that when using the F10 key to display hotspots in the CD32 version of Simon the Sorcerer 1, it did not use white to draw the hotspot markers. In the DOS verion - and in the Amiga demo - it does.

The color is hard-coded in AGOSEngine::displayBoxStars(), and I guess the CD32 version uses a different palette?

I'm very fuzzy on how colors work, but it seems the palette is subdivided into one 32-color palette (palette number 0) and fourteen 16-color palettes, with palette fifteen being used for inventory object. So that one presumably remains constant throughout the game. It doesn't seem to have any pure white color in it though.

Of course, we could change the function to look up the closest it has to white and use that throughout.

Change History (1)

comment:1 by eriktorbjorn, 2 hours ago

Summary: AGOS: SIMON1: displayBoxStars() uses wrong color for Amiga versionsAGOS: SIMON1: displayBoxStars() uses wrong color for Amiga CD32 version
Note: See TracTickets for help on using tickets.