View Single Post
Old 28 September 2018, 15:47   #1242
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Quote:
Originally Posted by WallyGR View Post
The scanline effect is sometimes spot on (eg Alladin AGA) and sometimes creates artifacts (eg Agony).
  1. What does affect the scanlines display?
  2. If it is the resolution of the game, could we all try and distinguish different resolutions and apply the correct scanline adjustment in each configuration?
This is due to the applied resolution i.e. 640 x 480 or 720 x 576. Unfortunately scanlines are applied before the resolution change so looks slightly different in 640 x 480 or 720 x 576.

There's nothing that can be done about this

Quote:
Originally Posted by WallyGR View Post
3. Lastly, how could we make this run in Windowed mode (double height/width) so we do not need to change the monitor aspect ratio?
To change into "Windowed" mode you press <Ctrl> + <F12>.

Or are you asking how to change all configurations to be "Windowed" mode? For this you would need to use Notepad++ and change this:

Code:
gfx_fullscreen_amiga=true
to:

Code:
gfx_fullscreen_amiga=false
This post gives some more details on using Notepad++ to change lines across all configuration files: http://eab.abime.net/showpost.php?p=...1&postcount=16

Last edited by DamienD; 28 September 2018 at 18:05.
DamienD is offline  
 
Page generated in 0.08218 seconds with 10 queries