Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Fetito on Wed 02/07/2014 01:01:00

Title: fullscreen mode not working correctly?
Post by: Fetito on Wed 02/07/2014 01:01:00
Probably this has already been discussed, but I was not able to find the topic.

I was playing around with the presets. When I compile and run them in „windowed mode“ everything works fine, but when I select „fullscreen“ there are weird colors (7 verb-Monkey Island style) or way too small.

Commercial AGS games on Steam such as “Blackwell Legacy” work fine.

I use Windows 8.1 and the latest Nvidia-drivers.

What's my exact issue?
Title: Re: fullscreen mode not working correctly?
Post by: Adeel on Wed 02/07/2014 01:04:58
That's probably because of DirectDraw5 incompatibility with the modern systems. Commercial titles use Direct3D9 which works fine. Try selecting Direct3D9 option in winsetup.exe :)
Title: Re: fullscreen mode not working correctly?
Post by: Crimson Wizard on Wed 02/07/2014 08:26:34
Please, give more information about this, such as:
* what is your game's resolution and colour depth?
* what is your monitor (desktop) resolution?
* how did you set up configuration for running the game (graphics renderer, scaling filter, other video options)?
* can you post a screenshot of how the game looks like fullscreen?
Title: Re: fullscreen mode not working correctly?
Post by: Khris on Wed 02/07/2014 18:52:49
Also, when you create a new game, it's 320x200 by default afaik. Trying to run that fullscreen without a filter can give all kinds of weird results.