agsconfig tries to give similar functionality to the traditional winsetup.exe of Adventure Game Studio, but cross platform
Place agsconfig
executable at the same location of your game entry-point (mygame
) or binary (mygame.exe
).
On MacOS, place it at the side of the AGS Engine binary.
Add on the same directory a .config
file, and add the following content to it:
[game]
executable = mygame
On MacOS, set the value of the executable to the binary of the AGS Engine and certify the AGS Engine is finding your game on execution.