Difference between revisions of "Sarien/Hires Badness"

From ScummVM :: Wiki
Jump to navigation Jump to search
(add info about control lines)
(Corrected wild accusation about a particular instance of what I think is still a problem.)
Line 5: Line 5:
AGI is a fairly touchy engine, and really requires pixel-perfect rendering internally; the ''hires'' mode thus causes a few problems, because it effectively smears the sharp borders that the rest of the AGI engine expects, leading to incorrect interpretation.
AGI is a fairly touchy engine, and really requires pixel-perfect rendering internally; the ''hires'' mode thus causes a few problems, because it effectively smears the sharp borders that the rest of the AGI engine expects, leading to incorrect interpretation.


Here's a couple of screenshots from Space Quest 2 to demonstrate the kind of things that go wrong:
 
=== Space Quest 2 ===
These aren't actually errors, but give a feel for what could go wrong in other places.


[[Image:sarien-hires-craft.png]]
[[Image:sarien-hires-craft.png]]


[[Image:sarien-hires-body.png]]
[[Image:sarien-hires-body.png]]
This is the priority screen for that room:
[[Image:Sq2-priority-screen.png]]

Revision as of 13:06, 6 January 2007

Sarien's hires mode causes some behavioural glitches, and should be removed in favour of leaving these Scale2x-style graphical enhancements to the ScummVM backends, especially since it can be made optional at that point.

The primary problem comes from AGI's priority screens, which control how the background scenery and the movable objects interact. For the uninitiated, you can think of it as a sort of "depth channel" (by analogy with an alpha channel). To add more complexity, control lines are also drawn on the priority screen, and they are responsible for the demarcation of no-go areas and for triggering various events (opening automatic doors, triggering traps, etc.).

AGI is a fairly touchy engine, and really requires pixel-perfect rendering internally; the hires mode thus causes a few problems, because it effectively smears the sharp borders that the rest of the AGI engine expects, leading to incorrect interpretation.


Space Quest 2

These aren't actually errors, but give a feel for what could go wrong in other places.

Sarien-hires-craft.png

Sarien-hires-body.png

This is the priority screen for that room:

Sq2-priority-screen.png