Disabling game setup options: Difference between revisions

From Adventure Game Studio | Wiki
Jump to navigation Jump to search
*>SSH
mNo edit summary
*>SSH
mNo edit summary
 
Line 11: Line 11:


Those entries disable the "use digital music pack", "use speech pack" and "downgrade 32-bit graphics to 16-bit" options respectively.
Those entries disable the "use digital music pack", "use speech pack" and "downgrade 32-bit graphics to 16-bit" options respectively.
[[Category:Tidbits and Snippets]]

Latest revision as of 09:35, 15 November 2006

How to disable setup.exe options

Currently AGS allows you to add these to your acsetup.cfg file:

[disabled]
musicvox=1
speechvox=1
16bit=1

Those entries disable the "use digital music pack", "use speech pack" and "downgrade 32-bit graphics to 16-bit" options respectively.