Game Setup: Difference between revisions

From Adventure Game Studio | Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:


Calling "game.exe --setup" is '''all that the winsetup.exe program does'''.
Calling "game.exe --setup" is '''all that the winsetup.exe program does'''.
How to access the [[winsetup.exe]] options within AGS games in your Steam library is explained in the [[Running an AGS game on Steam in windowed mode]] article.

Latest revision as of 11:02, 20 November 2017

The winsetup.exe that is created in your Compiled folder along with your game executable can be used to change the screen mode (windowed/full-screen), resolution, sound, and other settings of the game engine.

320x200 is the resolution the game engine reverts to if no config file is present. Even if the game is a 640x400 game! [1]

Calling "game.exe --setup" is all that the winsetup.exe program does.

How to access the winsetup.exe options within AGS games in your Steam library is explained in the Running an AGS game on Steam in windowed mode article.