Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Radiant on Sun 19/11/2017 22:46:04

Title: hq2x filter glitches
Post by: Radiant on Sun 19/11/2017 22:46:04
When running a 320x200 game fullscreen with the hq2x filter, the game appears with black borderas at the top and bottom. That is fine. However on the first screen some graphics are painted on these borders anyway (I assume by the filter) and remain visible throughout the rest of the game. It would help to paint over the borders as black whenever the screen is updated.
Title: Re: hq2x filter glitches
Post by: Crimson Wizard on Sun 19/11/2017 23:36:49
Quote from: Radiant on Sun 19/11/2017 22:46:04
When running a 320x200 game fullscreen with the hq2x filter, the game appears with black borderas at the top and bottom. That is fine. However on the first screen some graphics are painted on these borders anyway (I assume by the filter) and remain visible throughout the rest of the game. It would help to paint over the borders as black whenever the screen is updated.

What version of AGS is that? I recall doing some fixes to Hq filters couple of years ago.

From changelog:
Quote
VERSION 3.3.4, July 2015

- Fixed Hq2x and Hq3x filter rendering when the display resolution requires side borders.
- Fixed Hq2X and Hq3x filters leaving graphic artifacts on letterbox borders.
Title: Re: hq2x filter glitches
Post by: Radiant on Mon 20/11/2017 08:17:02
Good to know, I'll see about updating that game.