Adventure Game Studio

AGS Development => Engine Development => Topic started by: dbuske on Sat 14/09/2013 19:27:42

Title: Set-up editing
Post by: dbuske on Sat 14/09/2013 19:27:42
Can the AGS set-up program be edited to be changed?
Title: Re: Set-up editing
Post by: Crimson Wizard on Sat 14/09/2013 19:38:20
Only by changing the engine source code.
Alternatively you may create your own setup program, which should not be really difficult if you can program user interface. The configuration is saved in a simple text format, known as INI (http://en.wikipedia.org/wiki/INI_file).

Also, there was already some discussion here: http://www.adventuregamestudio.co.uk/forums/index.php?topic=48097.0
Title: Re: Set-up editing
Post by: dbuske on Sat 14/09/2013 22:54:26
thank you