no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Last revision
fuss:adventuregamestudio [2019/06/27 19:34] – created office
Line 1: Line 1:
 +====== Fixing Screen Resolution Issues in Adventure Games Studio Engine ======
  
 +The engine seems to detect the highest possible resolution even if the resolution is slightly larger than the monitor resolution. To fix that issue for all Adventure Games Studio games, open the ''acsetup.cfg'' file and change:
 +<code>
 +gfxfilter=max
 +</code>
 +
 +to:
 +<code>
 +gfxfilter=StdScaleX
 +</code>
 +where:
 +  * ''X'' is a multipler of a base-resolution ''320x240'', ie: setting ''gfxfilter'' to ''StdScale2'' will set the game resolution to ''640x480''.
 +
 +
 +
 + 

fuss/adventuregamestudio.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.