Opened 14 years ago
Closed 14 years ago
#5098 closed defect (invalid)
SCI: Garbled Colors during some transitions
Reported by: | SF/arjak | Owned by: | m-kiewitz |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | ||
Cc: | Game: | Space Quest 1 |
Description
ScummVM Version: 1.2.0svn51577 Game Language: English Game Version: DOS 2.000 (From 1997 Space Quest Collection Series) Platform: Win32
When entering the Alien Hologram Room in the caves on Kerona, the screen transition causes the colors of the previous room to be garbled for a second.
Ticket imported from: #3038049. Ticket imported from: bugs/5098.
Change History (2)
comment:1 by , 14 years ago
Owner: | set to |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Summary: | SQ1: Garbled Colors when entering Alien Hologram Room → SCI: Garbled Colors during some transitions |
comment:2 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
This is actually how transitions work. The only ones where the palette is not "garbled" are fadein/out transitions and black-out transitions.
Just try the same in sierra sci and it will be exactly the same situation. If you don't notice turn down speed a bit and you will see. We are doing transitions a bit slower, so that one is able to actually see the transition.
The reason for this is that things like scrolling or pixelating to another picture means that 2 pictures are on the screen at once. Most of the time they will not share the same palette, so one palette needs to get set active. This is the new picture palette, so the old picture will look "garbled".